Package org.flowable.engine.impl.cmd
Class DeleteMultiInstanceExecutionCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.DeleteMultiInstanceExecutionCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class DeleteMultiInstanceExecutionCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutionIdprotected booleanexecutionIsCompletedprotected static StringNUMBER_OF_COMPLETED_INSTANCESprotected static StringNUMBER_OF_INSTANCES
-
Constructor Summary
Constructors Constructor Description DeleteMultiInstanceExecutionCmd(String executionId, boolean executionIsCompleted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected ExecutionEntitygetMultiInstanceRootExecution(ExecutionEntity executionEntity)
-
-
-
Field Detail
-
NUMBER_OF_INSTANCES
protected static final String NUMBER_OF_INSTANCES
- See Also:
- Constant Field Values
-
NUMBER_OF_COMPLETED_INSTANCES
protected static final String NUMBER_OF_COMPLETED_INSTANCES
- See Also:
- Constant Field Values
-
executionId
protected String executionId
-
executionIsCompleted
protected boolean executionIsCompleted
-
-
Constructor Detail
-
DeleteMultiInstanceExecutionCmd
public DeleteMultiInstanceExecutionCmd(String executionId, boolean executionIsCompleted)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
getMultiInstanceRootExecution
protected ExecutionEntity getMultiInstanceRootExecution(ExecutionEntity executionEntity)
-
-