org.camunda.bpm.engine.impl.form.type
Class FormTypes

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.type.FormTypes

public class FormTypes
extends Object

Author:
Tom Baeyens

Field Summary
protected  Map<String,AbstractFormFieldType> formTypes
           
 
Constructor Summary
FormTypes()
           
 
Method Summary
 void addFormType(AbstractFormFieldType formType)
           
 AbstractFormFieldType getFormType(String name)
           
 AbstractFormFieldType parseFormPropertyType(Element formFieldElement, BpmnParse bpmnParse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formTypes

protected Map<String,AbstractFormFieldType> formTypes
Constructor Detail

FormTypes

public FormTypes()
Method Detail

addFormType

public void addFormType(AbstractFormFieldType formType)

parseFormPropertyType

public AbstractFormFieldType parseFormPropertyType(Element formFieldElement,
                                                   BpmnParse bpmnParse)

getFormType

public AbstractFormFieldType getFormType(String name)


Copyright © 2016 camunda services GmbH. All rights reserved.