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 Details

    • SimpleFormFieldType

      public SimpleFormFieldType()
  • Method Details

    • convertToFormValue

      public org.camunda.bpm.engine.variable.value.TypedValue convertToFormValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
      Specified by:
      convertToFormValue in class AbstractFormFieldType
    • convertToModelValue

      public org.camunda.bpm.engine.variable.value.TypedValue convertToModelValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
      Specified by:
      convertToModelValue in class AbstractFormFieldType
    • convertValue

      protected abstract org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)