Uses of Class
org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
-
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as BaseCallableElement Modifier and Type Field Description protected BaseCallableElementDmnBusinessRuleTaskActivityBehavior. callableElementConstructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BaseCallableElement Constructor Description DmnBusinessRuleTaskActivityBehavior(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 BaseCallableElement Modifier and Type Method Description protected voidBpmnParse. parseBinding(Element callActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName)protected voidBpmnParse. parseTenantId(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String attrName)protected voidBpmnParse. parseVersion(Element callingActivityElement, ActivityImpl activity, BaseCallableElement callableElement, String bindingAttributeName, String versionAttributeName)protected voidBpmnParse. 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 BaseCallableElement Modifier and Type Field Description protected BaseCallableElementCallingTaskActivityBehavior. callableElementMethods in org.camunda.bpm.engine.impl.cmmn.behavior that return BaseCallableElement Modifier and Type Method Description BaseCallableElementCallingTaskActivityBehavior. getCallableElement()Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type BaseCallableElement Modifier and Type Method Description voidCallingTaskActivityBehavior. 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 BaseCallableElement Modifier and Type Method Description protected abstract BaseCallableElementCallingTaskItemHandler. createCallableElement()protected BaseCallableElementDecisionTaskItemHandler. createCallableElement()Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type BaseCallableElement Modifier and Type Method Description protected voidCallingTaskItemHandler. initializeBinding(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)protected voidCallingTaskItemHandler. initializeDefinitionKey(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)protected voidCallingTaskItemHandler. initializeTenantId(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, BaseCallableElement callableElement)protected voidCallingTaskItemHandler. initializeVersion(org.camunda.bpm.model.cmmn.instance.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 Modifier and Type Class Description classCallableElement -
Uses of BaseCallableElement in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type BaseCallableElement Modifier and Type Method Description static voidDecisionEvaluationUtil. evaluateDecision(AbstractVariableScope execution, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper)static CmmnCaseDefinitionCallableElementUtil. getCaseDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)static DecisionDefinitionCallableElementUtil. getDecisionDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)static ProcessDefinitionImplCallableElementUtil. getProcessDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)static ProcessDefinitionCallableElementUtil. getStaticallyBoundProcessDefinition(String callingProcessDefinitionId, String activityId, BaseCallableElement callableElement, String tenantId)protected static DecisionDefinitionDecisionEvaluationUtil. resolveDecisionDefinition(BaseCallableElement callableElement, AbstractVariableScope execution)
-