Class DelegateAndSaveCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command, org.kie.api.command.ExecutableCommand

    public class DelegateAndSaveCommand
    extends PlanningCommand
    Helper class intended to be used by the TaskAssigningRuntimeServiceBase and planning execution.
    See Also:
    Serialized Form
    • Constructor Detail

      • DelegateAndSaveCommand

        public DelegateAndSaveCommand​(org.kie.server.api.model.taskassigning.PlanningItem planningItem,
                                      String userId)
    • Method Detail

      • execute

        public Void execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand
        Overrides:
        execute in class PlanningCommand