com.ibm.commerce.contentmanagement.commands

Interface AddTaskMembersCmd

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


    public interface AddTaskMembersCmd
    extends TaskCommand
    The AddTaskMembersCmd is a task command that:
    • Adds Task Members
    • Sends notification emails to the Task Members if the task is in Working state
    Parameters:
    • taskId
    • members
    Access Beans:
    Task Commands:
    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 members)
        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