Uses of Class
org.jbpm.bytes.ByteArray

Packages that use ByteArray
org.jbpm.bytes provides support for blobs that is portable over most databases. 
org.jbpm.context.exe.converter implementations of Converter. 
org.jbpm.context.exe.variableinstance implementations of VariableInstance. 
org.jbpm.context.log.variableinstance variable instance update logs. 
 

Uses of ByteArray in org.jbpm.bytes
 

Constructors in org.jbpm.bytes with parameters of type ByteArray
ByteArray(ByteArray other)
           
 

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

Methods in org.jbpm.context.exe.converter that return ByteArray
 ByteArray BytesToByteArrayConverter.convert(byte[] o)
           
 ByteArray SerializableToByteArrayConverter.convert(java.io.Serializable o)
           
 

Methods in org.jbpm.context.exe.converter with parameters of type ByteArray
 byte[] BytesToByteArrayConverter.revert(ByteArray o)
           
 java.io.Serializable SerializableToByteArrayConverter.revert(ByteArray o)
           
 java.io.Serializable SerializableToByteArrayConverter.revert(ByteArray o, Token token)
           
 

Uses of ByteArray in org.jbpm.context.exe.variableinstance
 

Fields in org.jbpm.context.exe.variableinstance declared as ByteArray
protected  ByteArray ByteArrayInstance.value
           
 

Uses of ByteArray in org.jbpm.context.log.variableinstance
 

Constructors in org.jbpm.context.log.variableinstance with parameters of type ByteArray
ByteArrayUpdateLog(VariableInstance variableInstance, ByteArray oldValue, ByteArray newValue)
           
 



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