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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
      extended by org.camunda.bpm.engine.impl.form.type.LongFormType
All Implemented Interfaces:
FormType

public class LongFormType
extends AbstractFormFieldType

Author:
Tom Baeyens

Constructor Summary
LongFormType()
           
 
Method Summary
 Object convertFormValueToModelValue(Object propertyValue)
           
 String convertModelValueToFormValue(Object modelValue)
           
 String getMimeType()
           
 String getName()
          Name for the form type.
 
Methods inherited from class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
getInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongFormType

public LongFormType()
Method Detail

getName

public String getName()
Description copied from interface: FormType
Name for the form type.

Specified by:
getName in interface FormType
Specified by:
getName in class AbstractFormFieldType

getMimeType

public String getMimeType()

convertFormValueToModelValue

public Object convertFormValueToModelValue(Object propertyValue)
Specified by:
convertFormValueToModelValue in class AbstractFormFieldType

convertModelValueToFormValue

public String convertModelValueToFormValue(Object modelValue)
Specified by:
convertModelValueToFormValue in class AbstractFormFieldType


Copyright © 2014 camunda services GmbH. All Rights Reserved.