Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
-
Packages that use CamundaFormField Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance.camunda org.camunda.bpm.model.bpmn.instance.camunda -
-
Uses of CamundaFormField in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type CamundaFormField Constructor Description AbstractCamundaFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element, java.lang.Class<?> selfType)
CamundaStartEventFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element)
CamundaUserTaskFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element)
-
Uses of CamundaFormField in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaFormField Modifier and Type Class Description class
CamundaFormFieldImpl
The BPMN formField camunda extension elementFields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaFormField Modifier and Type Field Description protected static ChildElementCollection<CamundaFormField>
CamundaFormDataImpl. camundaFormFieldCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaFormField Modifier and Type Method Description java.util.Collection<CamundaFormField>
CamundaFormDataImpl. getCamundaFormFields()
-
Uses of CamundaFormField in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type CamundaFormField Modifier and Type Method Description java.util.Collection<CamundaFormField>
CamundaFormData. getCamundaFormFields()
-