com.ibm.commerce.contentmanagement.commands

Class UpdateWorkspaceCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, UpdateWorkspaceCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class UpdateWorkspaceCmdImpl
    extends TaskCommandImpl
    implements UpdateWorkspaceCmd
    The UpdateWorkspaceCmd is a task command that:
    • Updates a Workspace.
    Parameters:
    • workspaceId
    • lockingPolicy
    • promotionPolicy
    • persistentType
    Access Beans:
    • WorkspaceAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: workspaceId
    Additional Parameters: none
    Optional Parameters: lockingPolicy, promotionPolicy, persistentType
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

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

      • UpdateWorkspaceCmdImpl

        public UpdateWorkspaceCmdImpl()