Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.automation.client.jaxrs.model.Documents

Packages that use Documents
org.nuxeo.ecm.automation.client.jaxrs.adapters   
org.nuxeo.ecm.automation.client.jaxrs.model   
org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers   
 

Uses of Documents in org.nuxeo.ecm.automation.client.jaxrs.adapters
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.adapters that return Documents
 Documents DocumentService.getChildren(DocRef docRef)
           
 Documents DocumentService.getParent(DocRef docRef, String type)
           
 Documents DocumentService.getRelations(DocRef doc, String predicate)
           
 Documents DocumentService.getRelations(DocRef doc, String predicate, boolean outgoing)
           
 Documents DocumentService.query(String query)
           
 

Uses of Documents in org.nuxeo.ecm.automation.client.jaxrs.model
 

Subclasses of Documents in org.nuxeo.ecm.automation.client.jaxrs.model
 class PaginableDocuments
           
 

Constructors in org.nuxeo.ecm.automation.client.jaxrs.model with parameters of type Documents
Documents(Documents docs)
           
 

Uses of Documents in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return Documents
 Documents DocumentsMarshaller.read(net.sf.json.JSONObject json)
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers that return types with arguments of type Documents
 Class<Documents> DocumentsMarshaller.getJavaType()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers with parameters of type Documents
 String DocumentsMarshaller.getReference(Documents info)
           
 void DocumentsMarshaller.write(net.sf.json.JSONObject object, Documents value)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.