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.variableinstance implementations of VariableInstance. 
org.jbpm.context.log.variableinstance variable instance update logs. 
 

Uses of ByteArray in org.jbpm.bytes
 

Methods in org.jbpm.bytes with parameters of type ByteArray
 void ByteArray.update(ByteArray value)
           
 

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

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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.