Uses of Interface
org.camunda.bpm.model.cmmn.instance.ParameterMapping

Packages that use ParameterMapping
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of ParameterMapping in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ParameterMapping
 class ParameterMappingImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ParameterMapping
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> ProcessTaskImpl.parameterMappingCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> CaseTaskImpl.parameterMappingCollection
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ParameterMapping
 Collection<ParameterMapping> ProcessTaskImpl.getParameterMappings()
           
 Collection<ParameterMapping> CaseTaskImpl.getParameterMappings()
           
 

Uses of ParameterMapping in org.camunda.bpm.model.cmmn.instance
 

Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type ParameterMapping
 Collection<ParameterMapping> ProcessTask.getParameterMappings()
           
 Collection<ParameterMapping> CaseTask.getParameterMappings()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.