Package org.flowable.rest.form
Class ProcessDefinitionFormType
- java.lang.Object
-
- org.flowable.engine.form.AbstractFormType
-
- org.flowable.rest.form.ProcessDefinitionFormType
-
- All Implemented Interfaces:
Serializable,FormType
public class ProcessDefinitionFormType extends AbstractFormType
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionFormType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectconvertFormValueToModelValue(String propertyValue)StringconvertModelValueToFormValue(Object modelValue)StringgetName()-
Methods inherited from class org.flowable.engine.form.AbstractFormType
getInformation
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
convertFormValueToModelValue
public Object convertFormValueToModelValue(String propertyValue)
- Specified by:
convertFormValueToModelValuein classAbstractFormType
-
convertModelValueToFormValue
public String convertModelValueToFormValue(Object modelValue)
- Specified by:
convertModelValueToFormValuein classAbstractFormType
-
-