JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sodius.mdw.metamodel.integrity.io.command
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 and 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.
Skip navigation links
Overview
Package
Class
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method