com.ibm.commerce.contentmanagement.commands

Class CreateTaskFromTemplateCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, CreateTaskFromTemplateCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class CreateTaskFromTemplateCmdImpl
    extends TaskCommandImpl
    implements CreateTaskFromTemplateCmd
    The CreateTaskFromTemplateCmd is a task command that:
    • Creates a Task by copying Task Template information. A task object is created and the information defined in the task template object is copied.
    Parameters:
    • taskTemplateId
    • taskGroupId
    Access Beans:
    • TaskAccessBean,
    • TaskMemberRelAccessBean,
    • TaskGroupAccessBean,
    • TaskDescriptionAccessBean.
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskTemplateId, taskGroupId
    Additional Parameters: none
    Optional Parameters: none
    See Also:
    Serialized Form