mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
51903 to 54309 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
19 lines
1011 B
INI
19 lines
1011 B
INI
# this file contains the mappings between converter types
|
|
# and the char that is used in the database. this mapping
|
|
# is used by the ConverterEnumType to store the VariableInstance
|
|
# converter field. The Converters class provides singleton access
|
|
# to these converter classes.
|
|
|
|
B org.jbpm.context.exe.converter.BooleanToStringConverter
|
|
Y org.jbpm.context.exe.converter.BytesToByteArrayConverter
|
|
E org.jbpm.context.exe.converter.ByteToLongConverter
|
|
C org.jbpm.context.exe.converter.CharacterToStringConverter
|
|
A org.jbpm.context.exe.converter.DateToLongConverter
|
|
D org.jbpm.context.exe.converter.DoubleToStringConverter
|
|
F org.jbpm.context.exe.converter.FloatToStringConverter
|
|
G org.jbpm.context.exe.converter.FloatToDoubleConverter
|
|
I org.jbpm.context.exe.converter.IntegerToLongConverter
|
|
R org.jbpm.context.exe.converter.SerializableToByteArrayConverter
|
|
H org.jbpm.context.exe.converter.ShortToLongConverter
|
|
N org.alfresco.repo.workflow.jbpm.NodeConverter
|
|
L org.alfresco.repo.workflow.jbpm.NodeListConverter |