Uses of Class
org.jbpm.pvm.internal.lob.Lob

Packages that use Lob
org.jbpm.pvm.internal.job   
org.jbpm.pvm.internal.lob offers blob and clob objects to be used in pvm persistent objects so that persistence strategy is configurable. 
org.jbpm.pvm.internal.repository   
org.jbpm.pvm.internal.type.variable   
 

Uses of Lob in org.jbpm.pvm.internal.job
 

Fields in org.jbpm.pvm.internal.job declared as Lob
protected  Lob JobImpl.configurationBytes
           
 

Uses of Lob in org.jbpm.pvm.internal.lob
 

Methods in org.jbpm.pvm.internal.lob with parameters of type Lob
 byte[] BlobStrategy.get(Lob lob)
           
 char[] ClobStrategy.get(Lob lob)
           
 char[] ClobStrategyText.get(Lob lob)
           
 char[] ClobStrategyChopped.get(Lob lob)
           
 byte[] BlobStrategyChopped.get(Lob lob)
           
 byte[] BlobStrategyBinary.get(Lob lob)
           
 byte[] BlobStrategyBlob.get(Lob lob)
           
 char[] ClobStrategyClob.get(Lob lob)
           
 void BlobStrategy.set(byte[] bytes, Lob lob)
           
 void BlobStrategyChopped.set(byte[] bytes, Lob lob)
           
 void BlobStrategyBinary.set(byte[] bytes, Lob lob)
           
 void BlobStrategyBlob.set(byte[] bytes, Lob lob)
           
 void ClobStrategy.set(char[] text, Lob lob)
           
 void ClobStrategyText.set(char[] chars, Lob lob)
           
 void ClobStrategyChopped.set(char[] chars, Lob lob)
           
 void ClobStrategyClob.set(char[] chars, Lob lob)
           
 

Uses of Lob in org.jbpm.pvm.internal.repository
 

Fields in org.jbpm.pvm.internal.repository with type parameters of type Lob
protected  java.util.Map<java.lang.String,Lob> DeploymentImpl.resources
           
 

Uses of Lob in org.jbpm.pvm.internal.type.variable
 

Fields in org.jbpm.pvm.internal.type.variable declared as Lob
protected  Lob ClobVariable.lob
           
protected  Lob BlobVariable.lob
           
 

Methods in org.jbpm.pvm.internal.type.variable that return Lob
 Lob ClobVariable.getLob()
           
 Lob BlobVariable.getLob()
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.