Package org.nuxeo.ecm.core.storage
Class BaseDocument.StateBlobAccessor
java.lang.Object
org.nuxeo.ecm.core.storage.BaseDocument.StateBlobAccessor
- All Implemented Interfaces:
 Document.BlobAccessor
- Direct Known Subclasses:
 BaseDocument.StatePropertyBlobAccessor
- Enclosing class:
 BaseDocument<T extends StateAccessor>
- 
Field Details
- 
path
 - 
state
 - 
markDirty
 
 - 
 - 
Constructor Details
- 
StateBlobAccessor
 
 - 
 - 
Method Details
- 
getXPath
Description copied from interface:Document.BlobAccessorGets the blob's xpath.- Specified by:
 getXPathin interfaceDocument.BlobAccessor
 - 
getBlob
Description copied from interface:Document.BlobAccessorGets the blob.- Specified by:
 getBlobin interfaceDocument.BlobAccessor- Throws:
 PropertyException
 - 
setBlob
Description copied from interface:Document.BlobAccessorSets the blob.- Specified by:
 setBlobin interfaceDocument.BlobAccessor- Parameters:
 blob- the blobgcOldBlob- do we want to garbage collect the old value if any- Throws:
 PropertyException
 
 -