Uses of Class
org.camunda.bpm.engine.impl.core.model.BaseCallableElement
Package
Description
-
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeFieldDescriptionprotected final BaseCallableElement
DmnBusinessRuleTaskActivityBehavior.callableElement
ModifierConstructorDescriptionDmnBusinessRuleTaskActivityBehavior
(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionprotected void
BpmnParse.parseBinding
(Element callActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName) protected void
BpmnParse.parseTenantId
(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String attrName) protected void
BpmnParse.parseVersion
(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName, String versionAttributeName) protected void
BpmnParse.parseVersionTag
(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName, String versionTagAttributeName) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.cmmn.behavior
Modifier and TypeFieldDescriptionprotected BaseCallableElement
CallingTaskActivityBehavior.callableElement
Modifier and TypeMethodDescriptionvoid
CallingTaskActivityBehavior.setCallableElement
(BaseCallableElement callableElement) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeMethodDescriptionprotected abstract BaseCallableElement
CallingTaskItemHandler.createCallableElement()
protected BaseCallableElement
DecisionTaskItemHandler.createCallableElement()
Modifier and TypeMethodDescriptionprotected void
CallingTaskItemHandler.initializeBinding
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement) protected void
CallingTaskItemHandler.initializeDefinitionKey
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement) protected void
CallingTaskItemHandler.initializeTenantId
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement) protected void
CallingTaskItemHandler.initializeVersion
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.core.model
-
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic void
DecisionEvaluationUtil.evaluateDecision
(AbstractVariableScope execution, String defaultTenantId, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper) static CmmnCaseDefinition
CallableElementUtil.getCaseDefinitionToCall
(VariableScope execution, String defaultTenantId, BaseCallableElement callableElement) static DecisionDefinition
CallableElementUtil.getDecisionDefinitionToCall
(VariableScope execution, String defaultTenantId, BaseCallableElement callableElement) static ProcessDefinitionImpl
CallableElementUtil.getProcessDefinitionToCall
(VariableScope execution, String defaultTenantId, BaseCallableElement callableElement) static ProcessDefinition
CallableElementUtil.getStaticallyBoundProcessDefinition
(String callingProcessDefinitionId, String activityId, BaseCallableElement callableElement, String tenantId) protected static DecisionDefinition
DecisionEvaluationUtil.resolveDecisionDefinition
(BaseCallableElement callableElement, AbstractVariableScope execution, String defaultTenantId)