Class SimpleFormFieldType
- java.lang.Object
-
- org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
-
- org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
-
- All Implemented Interfaces:
FormType
- Direct Known Subclasses:
BooleanFormType,EnumFormType,LongFormType,StringFormType
public abstract class SimpleFormFieldType extends AbstractFormFieldType
The SimpleFormFieldType can be used when the form value and the model value are equal.- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description SimpleFormFieldType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.engine.variable.value.TypedValueconvertToFormValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)org.camunda.bpm.engine.variable.value.TypedValueconvertToModelValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)protected abstract org.camunda.bpm.engine.variable.value.TypedValueconvertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)-
Methods inherited from class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
convertFormValueToModelValue, convertModelValueToFormValue, getInformation, getName
-
-
-
-
Method Detail
-
convertToFormValue
public org.camunda.bpm.engine.variable.value.TypedValue convertToFormValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
- Specified by:
convertToFormValuein classAbstractFormFieldType
-
convertToModelValue
public org.camunda.bpm.engine.variable.value.TypedValue convertToModelValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
- Specified by:
convertToModelValuein classAbstractFormFieldType
-
convertValue
protected abstract org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
-
-