| Package | Description |
|---|---|
| org.nuxeo.client.marshaller | |
| org.nuxeo.client.methods | |
| org.nuxeo.client.objects.config |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Schema> |
DocTypesSchemasDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
List<Schema> |
DocTypeSchemaDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected static Map<String,Schema> |
DocTypesSchemasDeserializer.deserializeSchemas(com.fasterxml.jackson.databind.node.ObjectNode fields) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Schema> |
ConfigAPI.schema(String schema) |
retrofit2.Call<List<Schema>> |
ConfigAPI.schemas() |
| Modifier and Type | Field and Description |
|---|---|
protected List<Schema> |
Facet.schemas |
protected Map<String,Schema> |
DocTypes.schemas |
protected List<Schema> |
DocType.schemas |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ConfigManager.fetchSchema(String schema) |
Schema |
Facet.getSchema(String name) |
Schema |
DocTypes.getSchema(String name) |
Schema |
DocType.getSchema(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
ConfigManager.fetchSchemas() |
List<Schema> |
Facet.getSchemas() |
Map<String,Schema> |
DocTypes.getSchemas() |
List<Schema> |
DocType.getSchemas() |
Copyright © 2018 Nuxeo. All rights reserved.