com.ibm.commerce.contentmanagement.commands

Interface RejectSingleTaskAndTaskGroupCmd

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


    public interface RejectSingleTaskAndTaskGroupCmd
    extends TaskCommand
    The RejectSingleTaskAndTaskGroupCmd is a task command that:
    • Changes the Task Group status to Working
    • Change the Task status to Working
    • If email notification is enabled, sends email notification to all content contributors that the task has been rejected
    Parameters:
    • taskGroupId
    • taskId
    Access Beans:
    Task Commands:
    • SendRejectTaskEmailCmd
    Mandatory Parameters: taskGroupId, taskId
    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.
      • getTaskId

        java.lang.Long getTaskId()
        Returns the Task ID.
        Returns:
        The unique ID of the Task.
      • setTaskGroupId

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

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