com.ibm.commerce.contentmanagement.commands

Interface RemoveTaskMembersCmd

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


    public interface RemoveTaskMembersCmd
    extends TaskCommand
    The RemoveTaskMembersCmd is a task command that:
    • Removes Task Members
    • If it is an Approver Task, and the Task Group status is Ready To Approve, and there are no Approvers remaining, approve the Task Group
    Parameters:
    • taskId
    • members
    Access Beans:
    Task Commands:
    • ApproveTaskGroupCmd
    Other Controller commands:
    Mandatory Parameters: taskId, members
    Additional Parameters: none
    Optional Parameters:
    • 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

      • getTaskId

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

        java.util.Vector getMembers()
        Returns the member IDs of the task group content contributors. The member IDs are stored in a Vector of Long objects.
        Returns:
        the members
      • setTaskId

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

        void setMembers(java.util.Vector membersList)
        Set the member IDs of the task group content contributors. The member IDs are stored in a Vector of Long objects.
        Parameters:
        members - the members