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