Uses of Interface
org.nuxeo.ecm.core.schema.SchemaManager
-
Packages that use SchemaManager Package Description org.nuxeo.ecm.automation.core.operations.services org.nuxeo.ecm.automation.core.operations.services.directory org.nuxeo.ecm.automation.core.operations.users org.nuxeo.ecm.core.api.impl org.nuxeo.ecm.core.api.validation org.nuxeo.ecm.core.io.impl.transformers org.nuxeo.ecm.core.io.marshallers.csv org.nuxeo.ecm.core.io.marshallers.json.document org.nuxeo.ecm.core.opencmis.impl.server org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields.org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package.org.nuxeo.ecm.platform.routing.core.io org.nuxeo.ecm.user.center.profile.rest -
-
Uses of SchemaManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as SchemaManager Modifier and Type Field Description protected SchemaManager
GetDirectoryEntries. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.automation.core.operations.services.directory
Fields in org.nuxeo.ecm.automation.core.operations.services.directory declared as SchemaManager Modifier and Type Field Description protected SchemaManager
CreateVocabularyEntry. schemaManager
protected SchemaManager
DeleteDirectoryEntries. schemaManager
protected SchemaManager
ReadDirectoryEntries. schemaManager
protected SchemaManager
SuggestDirectoryEntries. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as SchemaManager Modifier and Type Field Description protected SchemaManager
SuggestUserEntries. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return SchemaManager Modifier and Type Method Description protected static SchemaManager
DocumentModelImpl. getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation that return SchemaManager Modifier and Type Method Description protected SchemaManager
DocumentValidationServiceImpl. getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.impl.transformers
Fields in org.nuxeo.ecm.core.io.impl.transformers declared as SchemaManager Modifier and Type Field Description protected SchemaManager
PropertyDeprecationRemover. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.marshallers.csv
Fields in org.nuxeo.ecm.core.io.marshallers.csv declared as SchemaManager Modifier and Type Field Description protected SchemaManager
AbstractCSVWriter. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.marshallers.json.document
Fields in org.nuxeo.ecm.core.io.marshallers.json.document declared as SchemaManager Modifier and Type Field Description protected SchemaManager
DocumentModelJsonWriter. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type SchemaManager Modifier and Type Method Description protected void
NuxeoRepository. addSecondaryTypes(TypeManagerImpl typeManager, SchemaManager schemaManager, org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion)
protected void
NuxeoRepository. addTypesRecursively(TypeManagerImpl typeManager, String name, Map<String,List<String>> typesChildren, Set<String> done, SchemaManager schemaManager, org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion)
static org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
NuxeoTypeHelper. constructCmisBase(org.apache.chemistry.opencmis.commons.enums.BaseTypeId baseTypeId, SchemaManager schemaManager, org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion)
Constructs a base type, not mapped to a Nuxeo type. -
Uses of SchemaManager in org.nuxeo.ecm.core.schema
Classes in org.nuxeo.ecm.core.schema that implement SchemaManager Modifier and Type Class Description class
SchemaManagerImpl
Schema Manager implementation. -
Uses of SchemaManager in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as SchemaManager Modifier and Type Field Description protected SchemaManager
QueryOptimizer. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.storage.dbs
Fields in org.nuxeo.ecm.core.storage.dbs declared as SchemaManager Modifier and Type Field Description protected SchemaManager
DBSExpressionEvaluator. schemaManager
Methods in org.nuxeo.ecm.core.storage.dbs with parameters of type SchemaManager Modifier and Type Method Description protected boolean
DBSTransactionState. isProxySpecific(String key, SchemaManager schemaManager)
Things that we don't touch on a proxy when updating it. -
Uses of SchemaManager in org.nuxeo.ecm.core.storage.mongodb
Fields in org.nuxeo.ecm.core.storage.mongodb declared as SchemaManager Modifier and Type Field Description protected SchemaManager
MongoDBRepositoryQueryBuilder. schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return SchemaManager Modifier and Type Method Description protected static SchemaManager
GraphVariablesUtil. getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.platform.routing.core.io
Fields in org.nuxeo.ecm.platform.routing.core.io declared as SchemaManager Modifier and Type Field Description protected SchemaManager
TaskWriter. schemaManager
Methods in org.nuxeo.ecm.platform.routing.core.io with parameters of type SchemaManager Modifier and Type Method Description static void
TaskWriter. writeTaskVariables(GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager)
static void
DocumentRouteWriter. writeVariables(DocumentRoute item, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager)
static void
TaskWriter. writeWorkflowVariables(DocumentRoute route, GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager)
-
Uses of SchemaManager in org.nuxeo.ecm.user.center.profile.rest
Fields in org.nuxeo.ecm.user.center.profile.rest declared as SchemaManager Modifier and Type Field Description protected SchemaManager
UserProfileEnricher. schemaManager
-