Uses of Class
org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
Packages that use IoMapping
Package
Description
-
Uses of IoMapping in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type IoMappingModifier and TypeMethodDescriptionvoidProcessApplicationEventParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) -
Uses of IoMapping in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type IoMappingModifier and TypeMethodDescriptionvoidCdiEventSupportBpmnParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) -
Uses of IoMapping in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return IoMappingModifier and TypeMethodDescriptionstatic IoMappingBpmnParseUtil.parseInputOutput(Element element) Returns theIoMappingof an element.Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type IoMappingModifier and TypeMethodDescriptionprotected booleanBpmnParse.checkActivityInputOutputSupported(Element activityElement, ActivityImpl activity, IoMapping inputOutput) static voidBpmnParseUtil.parseCamundaInputParameters(Element inputOutputElement, IoMapping ioMapping) Parses all input parameters of an input output element and adds them to theIoMapping.static voidBpmnParseUtil.parseCamundaOutputParameters(Element inputOutputElement, IoMapping ioMapping) Parses all output parameters of an input output element and adds them to theIoMapping.static voidBpmnParseUtil.parseInputParameterElement(Element inputParameterElement, IoMapping ioMapping) Parses a input parameter and adds it to theIoMapping.voidAbstractBpmnParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) voidBpmnParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) static voidBpmnParseUtil.parseOutputParameterElement(Element outputParameterElement, IoMapping ioMapping) Parses a output parameter and adds it to theIoMapping. -
Uses of IoMapping in org.camunda.bpm.engine.impl.core.model
Fields in org.camunda.bpm.engine.impl.core.model declared as IoMappingMethods in org.camunda.bpm.engine.impl.core.model that return IoMappingMethods in org.camunda.bpm.engine.impl.core.model with parameters of type IoMapping -
Uses of IoMapping in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type IoMappingModifier and TypeMethodDescriptionvoidHistoryParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) -
Uses of IoMapping in org.camunda.connect.plugin.impl
Fields in org.camunda.connect.plugin.impl declared as IoMappingModifier and TypeFieldDescriptionprotected IoMappingServiceTaskConnectorActivityBehavior.ioMappingthe local ioMapping for this connector.Constructors in org.camunda.connect.plugin.impl with parameters of type IoMappingModifierConstructorDescriptionServiceTaskConnectorActivityBehavior(String connectorId, IoMapping ioMapping)