Uses of Class
org.camunda.bpm.engine.impl.core.model.CallableElement
-
-
Uses of CallableElement in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as CallableElement Modifier and Type Field Description protected CallableElement
CallableElementActivityBehavior. callableElement
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return CallableElement Modifier and Type Method Description CallableElement
CallableElementActivityBehavior. getCallableElement()
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type CallableElement Modifier and Type Method Description void
CallableElementActivityBehavior. setCallableElement(CallableElement callableElement)
-
Uses of CallableElement in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as CallableElement Modifier and Type Field Description protected CallableElement
EventSubscriptionDeclaration. eventPayload
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return CallableElement Modifier and Type Method Description CallableElement
EventSubscriptionDeclaration. getEventPayload()
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type CallableElement Modifier and Type Method Description protected void
BpmnParse. parseInputParameter(Element elementWithParameters, CallableElement callableElement)
protected void
BpmnParse. parseOutputParameter(Element callActivityElement, ActivityImpl activity, CallableElement callableElement)
Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type CallableElement Constructor Description EventSubscriptionDeclaration(Expression eventExpression, EventType eventType, CallableElement eventPayload)
-
Uses of CallableElement in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return CallableElement Modifier and Type Method Description CallableElement
ProcessOrCaseTaskActivityBehavior. getCallableElement()
-
Uses of CallableElement in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return CallableElement Modifier and Type Method Description protected CallableElement
ProcessOrCaseTaskItemHandler. createCallableElement()
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CallableElement Modifier and Type Method Description protected void
ProcessOrCaseTaskItemHandler. initializeInputParameter(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CallableElement callableElement)
protected void
ProcessOrCaseTaskItemHandler. initializeOutputParameter(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CallableElement callableElement)
-