Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.api.ws
Class DocumentSnapshot

java.lang.Object
  extended by org.nuxeo.ecm.platform.api.ws.DocumentSnapshot
All Implemented Interfaces:
java.io.Serializable

public class DocumentSnapshot
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DocumentSnapshot()
           
DocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, java.lang.String pathAsString, WsACE[] acl)
           
 
Method Summary
 WsACE[] getAcl()
           
 DocumentBlob[] getBlobProperties()
           
 DocumentProperty[] getNoBlobProperties()
           
 java.lang.String getPathAsString()
           
 void setAcl(WsACE[] acl)
           
 void setBlobProperties(DocumentBlob[] blobProperties)
           
 void setNoBlobProperties(DocumentProperty[] noBlobProperties)
           
 void setPathAsString(java.lang.String pathAsString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSnapshot

public DocumentSnapshot()

DocumentSnapshot

public DocumentSnapshot(DocumentProperty[] noBlobProperties,
                        DocumentBlob[] blobProperties,
                        java.lang.String pathAsString,
                        WsACE[] acl)
Method Detail

getNoBlobProperties

public DocumentProperty[] getNoBlobProperties()

setNoBlobProperties

public void setNoBlobProperties(DocumentProperty[] noBlobProperties)

getBlobProperties

public DocumentBlob[] getBlobProperties()

setBlobProperties

public void setBlobProperties(DocumentBlob[] blobProperties)

getPathAsString

public java.lang.String getPathAsString()

setPathAsString

public void setPathAsString(java.lang.String pathAsString)

getAcl

public WsACE[] getAcl()

setAcl

public void setAcl(WsACE[] acl)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.