Uses of Interface
org.camunda.bpm.model.cmmn.instance.ParameterMapping
Packages that use ParameterMapping
-
Uses of ParameterMapping in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ParameterMappingFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ParameterMappingModifier and TypeFieldDescriptionprotected static ChildElementCollection<ParameterMapping>
CaseTaskImpl.parameterMappingCollection
protected static ChildElementCollection<ParameterMapping>
DecisionTaskImpl.parameterMappingCollection
protected static ChildElementCollection<ParameterMapping>
ProcessTaskImpl.parameterMappingCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type ParameterMappingModifier and TypeMethodDescriptionCaseTaskImpl.getParameterMappings()
DecisionTaskImpl.getParameterMappings()
ProcessTaskImpl.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 ParameterMappingModifier and TypeMethodDescriptionCaseTask.getParameterMappings()
DecisionTask.getParameterMappings()
ProcessTask.getParameterMappings()