Uses of Class
org.ow2.bonita.pvm.internal.lob.Blob

Packages that use Blob
org.ow2.bonita.pvm.internal.lob   
org.ow2.bonita.pvm.internal.type.variable   
 

Uses of Blob in org.ow2.bonita.pvm.internal.lob
 

Methods in org.ow2.bonita.pvm.internal.lob with parameters of type Blob
 byte[] BlobStrategyChopped.get(Blob blob)
           
 byte[] BlobStrategy.get(Blob blob)
           
 byte[] BlobStrategyBlob.get(Blob blob)
           
 byte[] BlobStrategyBinary.get(Blob blob)
           
 byte[] BlobStrategyFile.get(Blob blob)
           
 void BlobStrategyChopped.set(byte[] bytes, Blob blob)
           
 void BlobStrategy.set(byte[] bytes, Blob blob)
           
 void BlobStrategyBlob.set(byte[] bytes, Blob blob)
           
 void BlobStrategyBinary.set(byte[] bytes, Blob blob)
           
 void BlobStrategyFile.set(byte[] bytes, Blob blob)
           
 

Uses of Blob in org.ow2.bonita.pvm.internal.type.variable
 

Fields in org.ow2.bonita.pvm.internal.type.variable declared as Blob
protected  Blob BlobVariable.blob
           
 

Methods in org.ow2.bonita.pvm.internal.type.variable that return Blob
 Blob BlobVariable.getBlob()
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.