com.ibm.commerce.contentmanagement.commands

Interface WorkspaceUpdateCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    WorkspaceUpdateCmdImpl


    public interface WorkspaceUpdateCmd
    extends ControllerCommand
    The WorkspaceUpdateCmd is a URL and controller command that:
    • Updates a workspace
    • Updates workspace descriptions
    Parameters:
    • workspaceId
    • lockingPolicy
    • promotionPolicy
    • persistentType
    • descriptions
    Access Beans:
    Task Commands:
    • UpdateWorkspaceCmd
    • UpdateWorkspaceDescriptionCmd
    • AddWorkspaceDescriptionCmd
    • RemoveWorkspaceDescriptionCmd
    Other Controller Commands:
    Mandatory Parameters: workspaceId
    Additional Parameters:
    Optional Parameters: lockingPolicy, promotionPolicy, persistentType, descriptions
    Default Value:
    • 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
        Defines the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Gets the Workspace Id.
        Returns:
        the Workspace Id
      • getDescriptions

        java.util.Hashtable getDescriptions()
        Gets the descriptions of the Workspace.
        Returns:
        Workspace descriptions
      • getPersistentType

        java.lang.Integer getPersistentType()
        Gets the Persistent Type of the Workspace.
        Returns:
        Workspace persistentType
      • getLockingPolicy

        java.lang.Integer getLockingPolicy()
        Gets the locking policy of the Workspace.
        Returns:
        Workspace locking policy
      • getPromotionPolicy

        java.lang.Integer getPromotionPolicy()
        Gets the promotion policy of the Workspace.
        Returns:
        Workspace promotion policy
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWorkspaceId)
        Sets the Workspace Id
        Parameters:
        anWorkspaceId - Workspace Id
      • setDescriptions

        void setDescriptions(java.util.Hashtable argDescriptions)
        Sets the descriptions of the Workspace
        Parameters:
        argDescriptions - Workspace descriptions
      • setPersistentType

        void setPersistentType(java.lang.Integer aPersistentType)
        Sets the persistent type of the Workspace
        Parameters:
        aPersistentType - Workspace persistent type
      • setLockingPolicy

        void setLockingPolicy(java.lang.Integer aLockingPolicy)
        Sets the locking policy of the Workspace.
        Parameters:
        aLockingPolicy - the locking policy of the workspace
      • setPromotionPolicy

        void setPromotionPolicy(java.lang.Integer aPromotionPolicy)
        Sets the promotion policy of the Workspace.
        Parameters:
        aPromotionPolicy - the promotion policy of the workspace