|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BaseCallableElement in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as BaseCallableElement | |
|---|---|
protected BaseCallableElement |
DmnBusinessRuleTaskActivityBehavior.callableElement
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type BaseCallableElement | |
|---|---|
DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement,
String resultVariableName,
DecisionTableResultMapper decisionTableResultMapper)
|
|
| 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 | |
|---|---|
protected void |
BpmnParse.parseBinding(Element callActivityElement,
ActivityImpl activity,
BaseCallableElement callableElement,
String bindingAttributeName)
|
protected void |
BpmnParse.parseVersion(Element callingActivityElement,
ActivityImpl activity,
BaseCallableElement callableElement,
String bindingAttributeName,
String versionAttributeName)
|
| Uses of BaseCallableElement in org.camunda.bpm.engine.impl.cmmn.behavior |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as BaseCallableElement | |
|---|---|
protected BaseCallableElement |
CallingTaskActivityBehavior.callableElement
|
| Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return BaseCallableElement | |
|---|---|
BaseCallableElement |
CallingTaskActivityBehavior.getCallableElement()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type BaseCallableElement | |
|---|---|
void |
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 BaseCallableElement | |
|---|---|
protected BaseCallableElement |
DecisionTaskItemHandler.createCallableElement()
|
protected abstract BaseCallableElement |
CallingTaskItemHandler.createCallableElement()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type BaseCallableElement | |
|---|---|
protected void |
CallingTaskItemHandler.initializeBinding(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
CmmnActivity activity,
CmmnHandlerContext context,
BaseCallableElement callableElement)
|
protected void |
CallingTaskItemHandler.initializeDefinitionKey(org.camunda.bpm.model.cmmn.instance.CmmnElement element,
CmmnActivity activity,
CmmnHandlerContext context,
BaseCallableElement callableElement)
|
protected void |
CallingTaskItemHandler.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 | |
|---|---|
class |
CallableElement
|
| Uses of BaseCallableElement in org.camunda.bpm.engine.impl.util |
|---|
| Methods in org.camunda.bpm.engine.impl.util with parameters of type BaseCallableElement | |
|---|---|
static void |
DecisionTableUtil.evaluateDecisionTable(AbstractVariableScope execution,
BaseCallableElement callableElement,
String resultVariable,
DecisionTableResultMapper decisionTableResultMapper)
|
static CmmnCaseDefinition |
CallableElementUtil.getCaseDefinitionToCall(VariableScope execution,
BaseCallableElement callableElement)
|
static DecisionDefinition |
CallableElementUtil.getDecisionDefinitionToCall(VariableScope execution,
BaseCallableElement callableElement)
|
static ProcessDefinitionImpl |
CallableElementUtil.getProcessDefinitionToCall(VariableScope execution,
BaseCallableElement callableElement)
|
protected static DecisionDefinition |
DecisionTableUtil.resolveDecisionDefinition(BaseCallableElement callableElement,
AbstractVariableScope execution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||