public abstract class AbstractInstanceCancellationCmd extends AbstractProcessInstanceModificationCommand
| Modifier and Type | Field and Description | 
|---|---|
| protected String | cancellationReason | 
processInstanceId, skipCustomListeners, skipIoMappings| Constructor and Description | 
|---|
| AbstractInstanceCancellationCmd(String processInstanceId) | 
| AbstractInstanceCancellationCmd(String processInstanceId,
                               String cancellationReason) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract ExecutionEntity | determineSourceInstanceExecution(CommandContext commandContext) | 
| Void | execute(CommandContext commandContext) | 
| protected ExecutionEntity | findSuperExecution(ExecutionEntity parentScopeExecution,
                  ExecutionEntity topmostCancellableExecution) | 
describe, describeFailure, findActivityInstance, findTransitionInstance, getProcessInstanceId, getScopeExecutionForActivityInstance, getScopeForActivityInstance, matchesRequestedTransitionInstance, setProcessInstanceId, setSkipCustomListeners, setSkipIoMappings, toStringprotected String cancellationReason
public AbstractInstanceCancellationCmd(String processInstanceId)
public Void execute(CommandContext commandContext)
protected abstract ExecutionEntity determineSourceInstanceExecution(CommandContext commandContext)
protected ExecutionEntity findSuperExecution(ExecutionEntity parentScopeExecution, ExecutionEntity topmostCancellableExecution)
Copyright © 2018. All rights reserved.