Interface ExecutableCommand
-
- All Known Implementing Classes:
AddBaselineCommand,AddLabelCommand,CheckInCommand,CompoundCommand,CreateAttachmentCommand,CreateItemCommand,CreateRelationshipCommand,CustomCommand,DeleteAttachmentCommand,DeleteBaselineCommand,DeleteItemCommand,DeleteLabelCommand,DeleteRelationshipCommand,ExecutableCommandWrapper,ExecuteQueryCommand,ExtractAttachmentCommand,LockCommand,MoveItemCommand,RemoveContentCommand,SetFieldValueCommand,UnlockCommand
public interface ExecutableCommandA command that is executed on an Integrity database to either create, modify or delete information in this database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Executes the command.
-
-
-
Method Detail
-
execute
void execute() throws CoreExceptionExecutes the command.- Throws:
CoreException- if the command fails to be executed.
-
-