Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue
-
Packages that use CamundaValue Package Description 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 Modifier and Type Class Description class
CamundaValueImpl
The BPMN value camunda extension elementFields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaValue Modifier and Type Field Description protected static ChildElementCollection<CamundaValue>
CamundaFormFieldImpl. camundaValueCollection
protected static ChildElementCollection<CamundaValue>
CamundaFormPropertyImpl. camundaValueCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaValue Modifier and Type Method Description java.util.Collection<CamundaValue>
CamundaFormFieldImpl. getCamundaValues()
java.util.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 Modifier and Type Method Description java.util.Collection<CamundaValue>
CamundaFormField. getCamundaValues()
java.util.Collection<CamundaValue>
CamundaFormProperty. getCamundaValues()
-