Uses of Class
org.camunda.bpm.engine.impl.core.model.BaseCallableElement
Packages that use BaseCallableElement
Package
Description
-
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as BaseCallableElementModifier and TypeFieldDescriptionprotected final BaseCallableElement
DmnBusinessRuleTaskActivityBehavior.callableElement
Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BaseCallableElementModifierConstructorDescriptionDmnBusinessRuleTaskActivityBehavior
(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type BaseCallableElementModifier 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
Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as BaseCallableElementModifier and TypeFieldDescriptionprotected BaseCallableElement
CallingTaskActivityBehavior.callableElement
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return BaseCallableElementMethods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type BaseCallableElementModifier and TypeMethodDescriptionvoid
CallingTaskActivityBehavior.setCallableElement
(BaseCallableElement callableElement) -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return BaseCallableElementModifier and TypeMethodDescriptionprotected abstract BaseCallableElement
CallingTaskItemHandler.createCallableElement()
protected BaseCallableElement
DecisionTaskItemHandler.createCallableElement()
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type BaseCallableElementModifier 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
Subclasses of BaseCallableElement in org.camunda.bpm.engine.impl.core.model -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type BaseCallableElementModifier 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)