public class DocumentSnapshot extends Object implements Serializable
Constructor and Description |
---|
DocumentSnapshot() |
DocumentSnapshot(DocumentProperty[] noBlobProperties,
DocumentBlob[] blobProperties,
String pathAsString,
WsACE[] acl) |
Modifier and Type | Method and Description |
---|---|
WsACE[] |
getAcl() |
DocumentBlob[] |
getBlobProperties() |
DocumentProperty[] |
getNoBlobProperties() |
String |
getPathAsString() |
void |
setAcl(WsACE[] acl) |
void |
setBlobProperties(DocumentBlob[] blobProperties) |
void |
setNoBlobProperties(DocumentProperty[] noBlobProperties) |
void |
setPathAsString(String pathAsString) |
public DocumentSnapshot()
public DocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, String pathAsString, WsACE[] acl)
public DocumentProperty[] getNoBlobProperties()
public void setNoBlobProperties(DocumentProperty[] noBlobProperties)
public DocumentBlob[] getBlobProperties()
public void setBlobProperties(DocumentBlob[] blobProperties)
public String getPathAsString()
public void setPathAsString(String pathAsString)
public WsACE[] getAcl()
public void setAcl(WsACE[] acl)
Copyright © 2013 Nuxeo SA. All Rights Reserved.