public class FormTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AbstractFormFieldType> |
formTypes |
| Constructor and Description |
|---|
FormTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormType(AbstractFormFieldType formType) |
AbstractFormFieldType |
getFormType(String name) |
AbstractFormFieldType |
parseFormPropertyType(Element formFieldElement,
BpmnParse bpmnParse) |
protected Map<String,AbstractFormFieldType> formTypes
public void addFormType(AbstractFormFieldType formType)
public AbstractFormFieldType parseFormPropertyType(Element formFieldElement, BpmnParse bpmnParse)
public AbstractFormFieldType getFormType(String name)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.