Class ExecutableCommandWrapper
- java.lang.Object
-
- com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
-
- All Implemented Interfaces:
ExecutableCommand
- Direct Known Subclasses:
AddBaselineCommand
,AddLabelCommand
,CheckInCommand
,CompoundCommand
,CreateAttachmentCommand
,CreateItemCommand
,CreateRelationshipCommand
,CustomCommand
,DeleteAttachmentCommand
,DeleteBaselineCommand
,DeleteItemCommand
,DeleteLabelCommand
,DeleteRelationshipCommand
,ExecuteQueryCommand
,ExtractAttachmentCommand
,LockCommand
,MoveItemCommand
,RemoveContentCommand
,SetFieldValueCommand
,UnlockCommand
public abstract class ExecutableCommandWrapper extends Object implements ExecutableCommand
Base implementation of commands. Clients are advised to ignore this class.
-
-
Constructor Summary
Constructors Constructor Description ExecutableCommandWrapper()
-
-
-
Method Detail
-
execute
public final void execute() throws CoreException
Description copied from interface:ExecutableCommand
Executes the command.- Specified by:
execute
in interfaceExecutableCommand
- Throws:
CoreException
- if the command fails to be executed.
-
-