public abstract class CallingTaskActivityBehavior extends TaskActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected BaseCallableElement |
callableElement |
protected static CmmnBehaviorLogger |
LOG |
| Constructor and Description |
|---|
CallingTaskActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseCallableElement.CallableElementBinding |
getBinding() |
BaseCallableElement |
getCallableElement() |
protected String |
getDefinitionKey(CmmnActivityExecution execution) |
protected String |
getDeploymentId(CmmnActivityExecution execution) |
protected Integer |
getVersion(CmmnActivityExecution execution) |
protected boolean |
isDeploymentBinding() |
protected boolean |
isLatestBinding() |
protected boolean |
isVersionBinding() |
protected boolean |
isVersionTagBinding() |
void |
onManualCompletion(CmmnActivityExecution execution) |
void |
setCallableElement(BaseCallableElement callableElement) |
fireExitCriteria, getTypeName, isBlocking, onReactivation, performStartcreated, 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, resumingprotected static final CmmnBehaviorLogger LOG
protected BaseCallableElement callableElement
public void onManualCompletion(CmmnActivityExecution execution)
onManualCompletion in interface CmmnActivityBehavioronManualCompletion in class StageOrTaskActivityBehaviorpublic BaseCallableElement getCallableElement()
public void setCallableElement(BaseCallableElement callableElement)
protected String getDefinitionKey(CmmnActivityExecution execution)
protected Integer getVersion(CmmnActivityExecution execution)
protected String getDeploymentId(CmmnActivityExecution execution)
protected BaseCallableElement.CallableElementBinding getBinding()
protected boolean isLatestBinding()
protected boolean isDeploymentBinding()
protected boolean isVersionBinding()
protected boolean isVersionTagBinding()
Copyright © 2013–2020 camunda services GmbH. All rights reserved.