See: Description
Interface | Description |
---|---|
CommandListener |
Listens for execution of Integrity commands.
|
ExecutableCommand |
A command that is executed on an Integrity database to either create, modify or delete information in this database.
|
InsertLocation |
This interface enables to control the insertion location of a child
Item into a parent Item . |
Class | Description |
---|---|
AddBaselineCommand |
Adds a baseline to a document
Item based on its current state. |
AddLabelCommand |
Adds a label to an
Item based on its current state. |
CheckInCommand |
Check in a new version for
Items . |
CompoundCommand |
A group of commands used to minimize the number of executions between a Java program and the Integrity server.
|
CreateAttachmentCommand |
Uploads a new
Attachment to an Item that exists in the Integrity database. |
CreateItemCommand |
Creates a new
Item in the Integrity database. |
CreateRelationshipCommand |
Creates new relationships between
Items in the Integrity database. |
CustomCommand |
Executes an Integrity command for which there is no direct wrapper in this package.
|
DefaultCommandListener |
A default listener implementation that just logs command failures.
|
DeleteAttachmentCommand |
Deletes an
Attachment of an Item that exists in the Integrity database. |
DeleteBaselineCommand |
Deletes a baseline on a document
Item . |
DeleteItemCommand |
Deletes an
Item that exists in the Integrity database. |
DeleteLabelCommand |
Deletes a label on an
Item . |
DeleteRelationshipCommand |
Deletes an existing relationship between
Items in the Integrity database. |
ExecutableCommandWrapper |
Base implementation of commands.
|
ExecuteQueryCommand |
Executes a dynamic query, i.e.
|
ExtractAttachmentCommand |
Downloads an
Attachment from an Item that exists in the Integrity database. |
InsertLocation.Factory |
The factory provides methods to instantiate a particular insert location.
|
LockCommand |
Locks a document
Item for editing. |
MoveItemCommand |
Moves an
Item below the specified parent in the Integrity database. |
RemoveContentCommand |
Remove content of an
Item from its segment. |
SetFieldValueCommand |
Updates the value of specific
Item field in the Integrity database. |
UnlockCommand |
Unlocks a locked document.
|
Enum | Description |
---|---|
CheckInKind |
Determines which value to increment when running Check In Command on an
Item . |