com.ibm.commerce.contentmanagement.commands

Interface RestartTaskGroupCmd

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


    public interface RestartTaskGroupCmd
    extends TaskCommand
    The RestartTaskGroupCmd is a task command that:
    • Copies a Task Group to a new instance
    • Copies all Tasks in the Task Group to new instances, associates them with the Task Group
    • Activates the Task Group
    Parameters:
    • taskGroupId
    Access Beans:
    • TaskAccessBean
    • TaskGroupAccessBean
    • TaskDescriptionAccessBean
    • TaskGroupDescriptionAccessBean
    Task Commands:
    • ActivateTaskGroupCmd
    Mandatory Parameters: taskGroupId
    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

      • getTaskGroupId

        java.lang.Long getTaskGroupId()
        Returns the Task Group ID.
        Returns:
        The unique ID of the Task Group.
      • getNewTaskGroupId

        java.lang.Long getNewTaskGroupId()
        Returns the new instance Task Group ID.
        Returns:
        The unique ID of the new Task Group.
      • getWorkspaceId

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

        void setTaskGroupId(java.lang.Long aTaskGroupId)
        Sets the Task Group ID
        Parameters:
        anTaskGroupId - The ID of the Task Group.
      • setWorkspaceId

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