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 CallableElementCallableElementActivityBehavior. callableElementMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return CallableElement Modifier and Type Method Description CallableElementCallableElementActivityBehavior. getCallableElement()Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type CallableElement Modifier and Type Method Description voidCallableElementActivityBehavior. 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 CallableElementEventSubscriptionDeclaration. eventPayloadMethods in org.camunda.bpm.engine.impl.bpmn.parser that return CallableElement Modifier and Type Method Description CallableElementEventSubscriptionDeclaration. getEventPayload()Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type CallableElement Modifier and Type Method Description protected voidBpmnParse. parseInputParameter(Element elementWithParameters, CallableElement callableElement)protected voidBpmnParse. 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 CallableElementProcessOrCaseTaskActivityBehavior. 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 CallableElementProcessOrCaseTaskItemHandler. createCallableElement()Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CallableElement Modifier and Type Method Description protected voidProcessOrCaseTaskItemHandler. initializeInputParameter(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CallableElement callableElement)protected voidProcessOrCaseTaskItemHandler. initializeOutputParameter(org.camunda.bpm.model.cmmn.instance.CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CallableElement callableElement)
-