public class FlagedDocumentSnapshot extends DocumentSnapshot
DocumentSnapshot extended with hasBlobs property to signal existence of
blobs in the document.| Constructor and Description |
|---|
FlagedDocumentSnapshot() |
FlagedDocumentSnapshot(DocumentProperty[] noBlobProperties,
DocumentBlob[] blobProperties,
String pathAsString,
WsACE[] acl,
boolean hasBlobs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHasBlobs() |
void |
setHasBlobs(boolean hasBlobs) |
getAcl, getBlobProperties, getNoBlobProperties, getPathAsString, setAcl, setBlobProperties, setNoBlobProperties, setPathAsStringpublic FlagedDocumentSnapshot()
public FlagedDocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, String pathAsString, WsACE[] acl, boolean hasBlobs)
Copyright © 2012 Nuxeo SA. All Rights Reserved.