Uses of Interface
org.nuxeo.ecm.core.schema.SchemaManager
Packages that use SchemaManager
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
Provides implementation for the api package.
-
Uses of SchemaManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as 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 SchemaManagerModifier and TypeFieldDescriptionprotected 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 -
Uses of SchemaManager in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl that return SchemaManagerModifier and TypeMethodDescriptionprotected static SchemaManager
DocumentModelImpl.getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation that return SchemaManagerModifier and TypeMethodDescriptionprotected 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 SchemaManagerModifier and TypeFieldDescriptionprotected final 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 -
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 -
Uses of SchemaManager in org.nuxeo.ecm.core.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type SchemaManagerModifier and TypeMethodDescriptionprotected 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 -
Uses of SchemaManager in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage declared as SchemaManager -
Uses of SchemaManager in org.nuxeo.ecm.core.storage.dbs
Fields in org.nuxeo.ecm.core.storage.dbs declared as SchemaManagerMethods in org.nuxeo.ecm.core.storage.dbs with parameters of type SchemaManagerModifier and TypeMethodDescriptionprotected 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 SchemaManagerModifier and TypeFieldDescriptionprotected final 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 SchemaManagerModifier and TypeMethodDescriptionprotected 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 SchemaManagerMethods in org.nuxeo.ecm.platform.routing.core.io with parameters of type SchemaManagerModifier and TypeMethodDescriptionstatic 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