|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
| Uses of Converter in org.jbpm.context.exe |
|---|
| Subinterfaces of Converter in org.jbpm.context.exe | |
|---|---|
interface |
ContextConverter<S,T>
|
| Fields in org.jbpm.context.exe declared as Converter | |
|---|---|
protected Converter<? super java.lang.Object,? super java.lang.Object> |
VariableInstance.converter
|
| Methods in org.jbpm.context.exe that return Converter | |
|---|---|
Converter |
JbpmType.getConverter()
|
| Constructors in org.jbpm.context.exe with parameters of type Converter | |
|---|---|
JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
Converter converter,
java.lang.Class<? extends VariableInstance> 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(java.lang.String className)
|
static Converter<?,?> |
Converters.getConverterByDatabaseId(java.lang.String databaseId)
|
| Methods in org.jbpm.db.hibernate with parameters of type Converter | |
|---|---|
static java.lang.String |
Converters.getConverterId(Converter<?,?> converter)
|
static void |
Converters.registerConverter(java.lang.String databaseId,
Converter<?,?> converter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||