Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DocumentSnapshot
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DocumentSnapshot()
           
DocumentSnapshot(DocumentProperty[] noBlobProperties, DocumentBlob[] blobProperties, String pathAsString, WsACE[] acl)
           
 
Method Summary
 WsACE[] getAcl()
           
 DocumentBlob[] getBlobProperties()
           
 DocumentProperty[] getNoBlobProperties()
           
 String getPathAsString()
           
 void setAcl(WsACE[] acl)
           
 void setBlobProperties(DocumentBlob[] blobProperties)
           
 void setNoBlobProperties(DocumentProperty[] noBlobProperties)
           
 void setPathAsString(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,
                        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 String getPathAsString()

setPathAsString

public void setPathAsString(String pathAsString)

getAcl

public WsACE[] getAcl()

setAcl

public void setAcl(WsACE[] acl)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.