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 ExecutableCommand
A 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 void
execute()
Executes the command.
-
-
-
Method Detail
-
execute
void execute() throws CoreException
Executes the command.- Throws:
CoreException
- if the command fails to be executed.
-
-