public abstract class ProcessOrCaseTaskActivityBehavior extends CallingTaskActivityBehavior implements TransferVariablesActivityBehavior
callableElement, LOG| Constructor and Description |
|---|
ProcessOrCaseTaskActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBusinessKey(CmmnActivityExecution execution) |
CallableElement |
getCallableElement() |
protected VariableMap |
getInputVariables(CmmnActivityExecution execution) |
protected VariableMap |
getOutputVariables(VariableScope variableScope) |
protected void |
performStart(CmmnActivityExecution execution) |
void |
transferVariables(VariableScope sourceScope,
CmmnActivityExecution caseExecution) |
protected abstract void |
triggerCallableElement(CmmnActivityExecution execution,
Map<String,Object> variables,
String businessKey) |
getBinding, getDefinitionKey, getDeploymentId, getVersion, isDeploymentBinding, isLatestBinding, isVersionBinding, isVersionTagBinding, onManualCompletion, setCallableElementfireExitCriteria, getTypeName, isBlocking, onReactivationcreated, creating, evaluateManualActivationRule, fireEntryCriteria, onCompletion, onDisable, onEnable, onExit, onManualStart, onOccur, onParentResume, onParentSuspension, onParentTermination, onReenable, onResume, onStart, onSuspension, onTermination, startedcompleting, ensureNotCaseInstance, ensureTransitionAllowed, evaluateRepetitionRule, evaluateRequiredRule, execute, getActivity, isAtLeastOneEntryCriterionSatisfied, manualCompleting, onClose, onCreate, performExit, performParentSuspension, performParentTerminate, performSuspension, performTerminate, reactivated, repeat, resumed, resumingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreated, fireEntryCriteria, fireExitCriteria, onClose, onCompletion, onCreate, onDisable, onEnable, onExit, onManualCompletion, onManualStart, onOccur, onParentResume, onParentSuspension, onParentTermination, onReactivation, onReenable, onResume, onStart, onSuspension, onTermination, reactivated, repeat, resumed, startedexecuteprotected void performStart(CmmnActivityExecution execution)
performStart in class TaskActivityBehaviorpublic void transferVariables(VariableScope sourceScope, CmmnActivityExecution caseExecution)
transferVariables in interface TransferVariablesActivityBehaviorpublic CallableElement getCallableElement()
getCallableElement in class CallingTaskActivityBehaviorprotected String getBusinessKey(CmmnActivityExecution execution)
protected VariableMap getInputVariables(CmmnActivityExecution execution)
protected VariableMap getOutputVariables(VariableScope variableScope)
protected abstract void triggerCallableElement(CmmnActivityExecution execution, Map<String,Object> variables, String businessKey)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.