org.camunda.bpm.engine.impl.form.type
Class FormTypes
java.lang.Object
org.camunda.bpm.engine.impl.form.type.FormTypes
public class FormTypes
- extends Object
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formTypes
protected Map<String,AbstractFormFieldType> formTypes
FormTypes
public FormTypes()
addFormType
public void addFormType(AbstractFormFieldType formType)
parseFormPropertyType
public AbstractFormFieldType parseFormPropertyType(Element formFieldElement,
BpmnParse bpmnParse)
getFormType
public AbstractFormFieldType getFormType(String name)
Copyright © 2015 camunda services GmbH. All rights reserved.