org.camunda.bpm.engine.impl.cmd
Class AbstractInstanceCancellationCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
- All Implemented Interfaces:
- Command<Void>
- Direct Known Subclasses:
- ActivityInstanceCancellationCmd, TransitionInstanceCancellationCmd
public abstract class AbstractInstanceCancellationCmd
- extends AbstractProcessInstanceModificationCommand
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInstanceCancellationCmd
public AbstractInstanceCancellationCmd(String processInstanceId)
execute
public Void execute(CommandContext commandContext)
handleChildRemovalInScope
protected void handleChildRemovalInScope(ExecutionEntity removedExecution)
determineSourceInstanceExecution
protected abstract ExecutionEntity determineSourceInstanceExecution(CommandContext commandContext)
Copyright © 2015 camunda services GmbH. All rights reserved.