Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Methods in org.nuxeo.ecm.automation.client.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.getRelations(DocRef doc, String predicate, boolean outgoing, String graphName)
           
 Documents DocumentService.query(String query)
           
 

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(org.codehaus.jackson.JsonParser jp)
           
 

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
 void DocumentsMarshaller.write(org.codehaus.jackson.JsonGenerator jg, Documents value)
           
 

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

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

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.