| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.form.handler | |
| org.camunda.bpm.engine.impl.form.type |
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractFormFieldType> |
ProcessEngineConfigurationImpl.customFormTypes |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractFormFieldType> |
ProcessEngineConfigurationImpl.getCustomFormTypes() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomFormTypes(List<AbstractFormFieldType> customFormTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractFormFieldType |
FormFieldHandler.type |
protected AbstractFormFieldType |
FormPropertyHandler.type |
| Modifier and Type | Method and Description |
|---|---|
void |
FormFieldHandler.setType(AbstractFormFieldType formType) |
void |
FormPropertyHandler.setType(AbstractFormFieldType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFormType |
class |
DateFormType |
class |
EnumFormType |
class |
LongFormType |
class |
SimpleFormFieldType
The SimpleFormFieldType can be used when the form value and the model value are equal.
|
class |
StringFormType |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AbstractFormFieldType> |
FormTypes.formTypes |
| Modifier and Type | Method and Description |
|---|---|
AbstractFormFieldType |
FormTypes.getFormType(String name) |
AbstractFormFieldType |
FormTypes.parseFormPropertyType(Element formFieldElement,
BpmnParse bpmnParse) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormTypes.addFormType(AbstractFormFieldType formType) |
Copyright © 2013–2021 camunda services GmbH. All rights reserved.