com.ibm.commerce.contentmanagement.commands

Interface CancelWorkspaceCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CancelWorkspaceCmdImpl


    public interface CancelWorkspaceCmd
    extends TaskCommand
    The CancelWorkspaceCmd is a task command that:
    • Changes the Workspace status to Cancelled
    • Releases the Workspace back to the pool
    Parameters:
    • workspaceId
    Access Beans:
    Mandatory Parameters: workspaceId
    Additional Parameters: none
    Optional Parameters: none
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Returns the Workspace ID.
        Returns:
        The unique ID of the Workspace.
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWorkspaceId)
        Sets the Workspace ID.
        Parameters:
        anWorkspaceId - the unique ID of the Workspace.