Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue

Packages that use CamundaValue
org.camunda.bpm.model.bpmn.impl.instance.camunda   
org.camunda.bpm.model.bpmn.instance.camunda   
 

Uses of CamundaValue in org.camunda.bpm.model.bpmn.impl.instance.camunda
 

Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaValue
 class CamundaValueImpl
          The BPMN value camunda extension element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaValue
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> CamundaFormFieldImpl.camundaValueCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CamundaValue> CamundaFormPropertyImpl.camundaValueCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaValue
 Collection<CamundaValue> CamundaFormFieldImpl.getCamundaValues()
           
 Collection<CamundaValue> CamundaFormPropertyImpl.getCamundaValues()
           
 

Uses of CamundaValue in org.camunda.bpm.model.bpmn.instance.camunda
 

Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type CamundaValue
 Collection<CamundaValue> CamundaFormProperty.getCamundaValues()
           
 Collection<CamundaValue> CamundaFormField.getCamundaValues()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.