org.jbpm.lob
Class BlobStrategyFile

java.lang.Object
  extended by org.jbpm.lob.BlobStrategyFile
All Implemented Interfaces:
BlobStrategy

public class BlobStrategyFile
extends java.lang.Object
implements BlobStrategy

TODO


Constructor Summary
BlobStrategyFile()
           
 
Method Summary
 byte[] get(Blob blob)
           
 void set(byte[] bytes, Blob blob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobStrategyFile

public BlobStrategyFile()
Method Detail

set

public void set(byte[] bytes,
                Blob blob)
Specified by:
set in interface BlobStrategy

get

public byte[] get(Blob blob)
Specified by:
get in interface BlobStrategy