org.camunda.bpm.engine.impl.form.type
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormFieldType
public SimpleFormFieldType()
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 © 2017 camunda services GmbH. All rights reserved.