Uses of Class
org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping

Packages that use IoMapping
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.util   
 

Uses of IoMapping in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type IoMapping
protected  boolean BpmnParse.checkActivityInputOutputSupported(Element activityElement, ActivityImpl activity, IoMapping inputOutput)
           
 

Uses of IoMapping in org.camunda.bpm.engine.impl.core.model
 

Fields in org.camunda.bpm.engine.impl.core.model declared as IoMapping
protected  IoMapping CoreActivity.ioMapping
           
 

Methods in org.camunda.bpm.engine.impl.core.model that return IoMapping
 IoMapping CoreActivity.getIoMapping()
           
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type IoMapping
 void CoreActivity.setIoMapping(IoMapping ioMapping)
           
 

Uses of IoMapping in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util that return IoMapping
static IoMapping BpmnParseUtil.parseInputOutput(Element element)
          Returns the IoMapping of an element.
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type IoMapping
static void BpmnParseUtil.parseCamundaInputParameters(Element inputOutputElement, IoMapping ioMapping)
          Parses all input parameters of an input output element and adds them to the IoMapping.
static void BpmnParseUtil.parseCamundaOutputParameters(Element inputOutputElement, IoMapping ioMapping)
          Parses all output parameters of an input output element and adds them to the IoMapping.
static void BpmnParseUtil.parseInputParameterElement(Element inputParameterElement, IoMapping ioMapping)
          Parses a input parameter and adds it to the IoMapping.
static void BpmnParseUtil.parseOutputParameterElement(Element outputParameterElement, IoMapping ioMapping)
          Parses a output parameter and adds it to the IoMapping.
 



Copyright © 2015 camunda services GmbH. All rights reserved.