Uses of Class
org.nuxeo.client.objects.config.Schema
-
Packages that use Schema Package Description org.nuxeo.client.marshaller org.nuxeo.client.methods org.nuxeo.client.objects.config -
-
Uses of Schema in org.nuxeo.client.marshaller
Methods in org.nuxeo.client.marshaller that return types with arguments of type Schema Modifier and Type Method Description java.util.List<Schema>DocTypeSchemaDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)java.util.Map<java.lang.String,Schema>DocTypesSchemasDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)protected static java.util.Map<java.lang.String,Schema>DocTypesSchemasDeserializer. deserializeSchemas(com.fasterxml.jackson.databind.node.ObjectNode fields) -
Uses of Schema in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type Schema Modifier and Type Method Description retrofit2.Call<Schema>ConfigAPI. schema(java.lang.String schema)retrofit2.Call<java.util.List<Schema>>ConfigAPI. schemas() -
Uses of Schema in org.nuxeo.client.objects.config
Fields in org.nuxeo.client.objects.config with type parameters of type Schema Modifier and Type Field Description protected java.util.List<Schema>DocType. schemasprotected java.util.Map<java.lang.String,Schema>DocTypes. schemasprotected java.util.List<Schema>Facet. schemasMethods in org.nuxeo.client.objects.config that return Schema Modifier and Type Method Description SchemaConfigManager. fetchSchema(java.lang.String schema)SchemaDocType. getSchema(java.lang.String name)SchemaDocTypes. getSchema(java.lang.String name)SchemaFacet. getSchema(java.lang.String name)Methods in org.nuxeo.client.objects.config that return types with arguments of type Schema Modifier and Type Method Description java.util.List<Schema>ConfigManager. fetchSchemas()java.util.List<Schema>DocType. getSchemas()java.util.Map<java.lang.String,Schema>DocTypes. getSchemas()java.util.List<Schema>Facet. getSchemas()
-