com.ibm.commerce.contentmanagement.commands

Interface PostCompleteOrCancelTaskGroupCmd

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


    public interface PostCompleteOrCancelTaskGroupCmd
    extends TaskCommand
    The PostCompleteOrCancelTaskGroupCmd is a task command that:
    • Restarts a persistent Task Group
    • Completes a non-persistent Workspace if all Task Groups within it have Complete or Cancelled status
    Parameters:
    • taskGroupId
    Access Beans:
    • WorkspaceAccessBean,
    • TaskGroupAccessBean.
    Task Commands:
    • RestartTaskGroupCmd
    • CompleteWorkspaceCmd
    Other Controller commands:
    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 ID of the Task Group
      • setTaskGroupId

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

        java.lang.Long getWorkspaceId()
        Returns the Workspace ID of the Workspace that is associated with this Task Group.
        Returns:
        The ID of the Workspace