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 childIteminto a parentItem. -
Class Summary Class Description AddBaselineCommand Adds a baseline to a documentItembased on its current state.AddLabelCommand Adds a label to anItembased 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 newAttachmentto anItemthat exists in the Integrity database.CreateItemCommand Creates a newItemin the Integrity database.CreateRelationshipCommand Creates new relationships betweenItemsin 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 anAttachmentof anItemthat exists in the Integrity database.DeleteBaselineCommand Deletes a baseline on a documentItem.DeleteItemCommand Deletes anItemthat exists in the Integrity database.DeleteLabelCommand Deletes a label on anItem.DeleteRelationshipCommand Deletes an existing relationship betweenItemsin the Integrity database.ExecutableCommandWrapper Base implementation of commands.ExecuteQueryCommand Executes a dynamic query, i.e.ExtractAttachmentCommand Downloads anAttachmentfrom anItemthat exists in the Integrity database.InsertLocation.Factory The factory provides methods to instantiate a particular insert location.LockCommand Locks a documentItemfor editing.MoveItemCommand Moves anItembelow the specified parent in the Integrity database.RemoveContentCommand Remove content of anItemfrom its segment.SetFieldValueCommand Updates the value of specificItemfield 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.