Uses of Interface
org.jbpm.context.exe.Converter

Packages that use Converter
org.jbpm.context.exe contains ContextInstance, the central interface class for working with process variables. 
org.jbpm.context.exe.converter implementations of Converter. 
org.jbpm.db.hibernate various helper classes and directly related to the hibernate persistence. 
 

Uses of Converter in org.jbpm.context.exe
 

Fields in org.jbpm.context.exe declared as Converter
protected  Converter VariableInstance.converter
           
 

Constructors in org.jbpm.context.exe with parameters of type Converter
JbpmType(JbpmTypeMatcher jbpmTypeMatcher, Converter converter, Class variableInstanceClass)
           
 

Uses of Converter in org.jbpm.context.exe.converter
 

Classes in org.jbpm.context.exe.converter that implement Converter
 class BooleanToStringConverter
           
 class BytesToByteArrayConverter
           
 class ByteToLongConverter
           
 class CharacterToStringConverter
           
 class DateToLongConverter
           
 class DoubleToStringConverter
           
 class FloatToDoubleConverter
           
 class FloatToStringConverter
           
 class IntegerToLongConverter
           
 class SerializableToByteArrayConverter
           
 class ShortToLongConverter
           
 

Uses of Converter in org.jbpm.db.hibernate
 

Methods in org.jbpm.db.hibernate that return Converter
static Converter Converters.getConverterByClassName(String className)
           
static Converter Converters.getConverterByDatabaseId(String converterId)
           
 

Methods in org.jbpm.db.hibernate with parameters of type Converter
static String Converters.getConverterId(Converter converter)
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.