com.ibm.commerce.contentmanagement.commands

Interface SetContentContextCmd

  • 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:
    SetContentContextCmdImpl


    public interface SetContentContextCmd
    extends TaskCommand
    The SetContentContextCmd is a task command that:
    • Sets the Content Context when a user enters a Task via Accelerator
    Parameters:
    • taskId
    • taskGroupId
    • workspaceId
    Access Beans:
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskId, taskGroupId, 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

      • getContentContext

        ContentContext getContentContext()
        Returns the Content Context.
        Returns:
        The Content Context.
      • getTaskContext

        TaskContext getTaskContext()
        Returns the Task Context.
        Returns:
        The Task Context.
      • getTaskId

        java.lang.String getTaskId()
        Returns the Task ID.
        Returns:
        The ID of the Task.
      • setTaskId

        void setTaskId(java.lang.String aTaskId)
        Sets the Task ID
        Parameters:
        aTaskId - The ID of the Task.
      • getTaskGroupId

        java.lang.String getTaskGroupId()
        Returns the Task Group ID.
        Returns:
        The ID of the Task Group.
      • setTaskGroupId

        void setTaskGroupId(java.lang.String aTaskGroupId)
        Sets the Task Group ID
        Parameters:
        aTaskGroupId - The ID of the Task Group.
      • getWorkspaceId

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

        void setWorkspaceId(java.lang.String aWorkspaceId)
        Sets the Workspace ID
        Parameters:
        aWorkspaceId - The ID of the Workspace.
      • setContentContext

        void setContentContext(ContentContext aContentContext)
        Sets the Content Context
        Parameters:
        aContentContext - The Content Context.
      • setTaskContext

        void setTaskContext(TaskContext aTaskContext)
        Sets the Task Context
        Parameters:
        aTaskContext - The Task Context.