Class DeletePlanningItemCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand
-
- org.kie.server.services.taskassigning.runtime.command.PlanningCommand
-
- org.kie.server.services.taskassigning.runtime.command.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
-
-
Field Summary
-
Fields inherited from class org.kie.server.services.taskassigning.runtime.command.PlanningCommand
persistenceContext, planningItem, taskContext
-
-
Constructor Summary
Constructors Constructor Description DeletePlanningItemCommand(long itemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.kie.api.runtime.Context context)longgetItemId()-
Methods inherited from class org.kie.server.services.taskassigning.runtime.command.PlanningCommand
getPlanningItem, saveOrUpdatePlanningTask
-
-
-
-
Method Detail
-
getItemId
public long getItemId()
-
execute
public Object execute(org.kie.api.runtime.Context context)
- Specified by:
executein interfaceorg.kie.api.command.ExecutableCommand- Overrides:
executein classPlanningCommand
-
-