| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.adapters | |
| org.nuxeo.ecm.automation.client.jaxrs.spi.marshallers | |
| org.nuxeo.ecm.automation.client.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Documents |
DocumentsMarshaller.read(org.codehaus.jackson.JsonParser jp) |
protected Documents |
DocumentsMarshaller.readDocuments(org.codehaus.jackson.JsonParser jp) |
protected Documents |
DocumentsMarshaller.readPaginableDocuments(org.codehaus.jackson.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
Class<Documents> |
DocumentsMarshaller.getJavaType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DocumentsMarshaller.readDocumentEntries(org.codehaus.jackson.JsonParser jp,
Documents docs) |
| Modifier and Type | Class and Description |
|---|---|
class |
PaginableDocuments |
| Constructor and Description |
|---|
Documents(Documents docs) |
Copyright © 2016 Nuxeo SA. All rights reserved.