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

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

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

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

Uses of Blob in org.ow2.orchestra.pvm.internal.model
 

Fields in org.ow2.orchestra.pvm.internal.model with type parameters of type Blob
protected  Map<String,Blob> ProcessDefinitionImpl.attachments
          the attachments TODO move the attachments to a separate DeploymentUnit type
 

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

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

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



Copyright © 2011 OW2 Consortium. All Rights Reserved.