com.ibm.commerce.contentmanagement.commands

Interface RemoveTaskCmd

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


    public interface RemoveTaskCmd
    extends TaskCommand
    The RemoveTaskCmd is a task command that:
    • Removes a Task
    Parameters:
    • taskId
    Access Beans:
    Mandatory Parameters: 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

      • getTaskId

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

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