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   
 

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

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

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type IoMapping
protected  boolean BpmnParse.checkActivityInputOutputSupported(Element activityElement, ActivityImpl activity, IoMapping inputOutput)
           
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.
 

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)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.