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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
      extended by 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
SimpleFormFieldType()
           
 
Method Summary
 org.camunda.bpm.engine.variable.value.TypedValue convertToFormValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
           
 org.camunda.bpm.engine.variable.value.TypedValue convertToModelValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
           
protected abstract  org.camunda.bpm.engine.variable.value.TypedValue convertValue(org.camunda.bpm.engine.variable.value.TypedValue propertyValue)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
convertFormValueToModelValue, convertModelValueToFormValue, getInformation, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormFieldType

public SimpleFormFieldType()
Method Detail

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)


Copyright © 2015 camunda services GmbH. All rights reserved.