Uses of Class
org.eximeebpms.bpm.engine.impl.core.variable.mapping.IoMapping
Packages that use IoMapping
Package
Description
-
Uses of IoMapping in org.eximeebpms.bpm.application.impl.event
Methods in org.eximeebpms.bpm.application.impl.event with parameters of type IoMappingModifier and TypeMethodDescriptionvoidProcessApplicationEventParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput) -
Uses of IoMapping in org.eximeebpms.bpm.engine.impl.bpmn.parser
Methods in org.eximeebpms.bpm.engine.impl.bpmn.parser that return IoMappingModifier and TypeMethodDescriptionstatic IoMappingBpmnParseUtil.parseInputOutput(Element element) Returns theIoMappingof an element.Methods in org.eximeebpms.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.eximeebpms.bpm.engine.impl.core.model
Fields in org.eximeebpms.bpm.engine.impl.core.model declared as IoMappingMethods in org.eximeebpms.bpm.engine.impl.core.model that return IoMappingMethods in org.eximeebpms.bpm.engine.impl.core.model with parameters of type IoMapping -
Uses of IoMapping in org.eximeebpms.bpm.engine.impl.history.parser
Methods in org.eximeebpms.bpm.engine.impl.history.parser with parameters of type IoMappingModifier and TypeMethodDescriptionvoidHistoryParseListener.parseIoMapping(Element extensionElements, ActivityImpl activity, IoMapping inputOutput)