Package com.sodius.mdw.metamodel.integrity.io.command
Commands to update data in an Integrity database.
-
Interface Summary 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 childItem
into a parentItem
. -
Class Summary Class Description AddBaselineCommand Adds a baseline to a documentItem
based on its current state.AddLabelCommand Adds a label to anItem
based on its current state.CheckInCommand Check in a new version forItems
.CompoundCommand A group of commands used to minimize the number of executions between a Java program and the Integrity server.CreateAttachmentCommand Uploads a newAttachment
to anItem
that exists in the Integrity database.CreateItemCommand Creates a newItem
in the Integrity database.CreateRelationshipCommand Creates new relationships betweenItems
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 anAttachment
of anItem
that exists in the Integrity database.DeleteBaselineCommand Deletes a baseline on a documentItem
.DeleteItemCommand Deletes anItem
that exists in the Integrity database.DeleteLabelCommand Deletes a label on anItem
.DeleteRelationshipCommand Deletes an existing relationship betweenItems
in the Integrity database.ExecutableCommandWrapper Base implementation of commands.ExecuteQueryCommand Executes a dynamic query, i.e.ExtractAttachmentCommand Downloads anAttachment
from anItem
that exists in the Integrity database.InsertLocation.Factory The factory provides methods to instantiate a particular insert location.LockCommand Locks a documentItem
for editing.MoveItemCommand Moves anItem
below the specified parent in the Integrity database.RemoveContentCommand Remove content of anItem
from its segment.SetFieldValueCommand Updates the value of specificItem
field in the Integrity database.UnlockCommand Unlocks a locked document. -
Enum Summary Enum Description CheckInKind Determines which value to increment when running Check In Command on anItem
.