Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
-
Packages that use CamundaField Package Description org.camunda.bpm.model.bpmn.impl.instance.camunda org.camunda.bpm.model.bpmn.instance.camunda -
-
Uses of CamundaField in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaField Modifier and Type Class Description class
CamundaFieldImpl
The BPMN field camunda extension elementFields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaField Modifier and Type Field Description protected static ChildElementCollection<CamundaField>
CamundaExecutionListenerImpl. camundaFieldCollection
protected static ChildElementCollection<CamundaField>
CamundaTaskListenerImpl. camundaFieldCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaField Modifier and Type Method Description java.util.Collection<CamundaField>
CamundaExecutionListenerImpl. getCamundaFields()
java.util.Collection<CamundaField>
CamundaTaskListenerImpl. getCamundaFields()
-
Uses of CamundaField in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type CamundaField Modifier and Type Method Description java.util.Collection<CamundaField>
CamundaExecutionListener. getCamundaFields()
java.util.Collection<CamundaField>
CamundaTaskListener. getCamundaFields()
-