Class DeletePlanningItemCommand

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

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

      • DeletePlanningItemCommand

        public DeletePlanningItemCommand​(long itemId)
    • Method Detail

      • getItemId

        public long getItemId()
      • execute

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