|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.sync.webservices.generated.DocumentSnapshot
public class DocumentSnapshot
Java class for documentSnapshot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="documentSnapshot"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="acl" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}wsACE" maxOccurs="unbounded" minOccurs="0"/> <element name="blobProperties" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}documentBlob" maxOccurs="unbounded" minOccurs="0"/> <element name="noBlobProperties" type="{http://webservices.server.sync.platform.ecm.nuxeo.org/}documentProperty" maxOccurs="unbounded" minOccurs="0"/> <element name="pathAsString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DocumentSnapshot()
|
Method Summary | |
---|---|
List<WsACE> |
getAcl()
Gets the value of the acl property. |
List<DocumentBlob> |
getBlobProperties()
Gets the value of the blobProperties property. |
List<DocumentProperty> |
getNoBlobProperties()
Gets the value of the noBlobProperties property. |
String |
getPathAsString()
Gets the value of the pathAsString property. |
void |
setPathAsString(String value)
Sets the value of the pathAsString property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentSnapshot()
Method Detail |
---|
public List<WsACE> getAcl()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the acl property.
For example, to add a new item, do as follows:
getAcl().add(newItem);
Objects of the following type(s) are allowed in the list
WsACE
public List<DocumentBlob> getBlobProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the blobProperties property.
For example, to add a new item, do as follows:
getBlobProperties().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentBlob
public List<DocumentProperty> getNoBlobProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the noBlobProperties property.
For example, to add a new item, do as follows:
getNoBlobProperties().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentProperty
public String getPathAsString()
String
public void setPathAsString(String value)
value
- allowed object is
String
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |