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 SchemaManagerCreateVocabularyEntry.schemaManagerprotected SchemaManagerDeleteDirectoryEntries.schemaManagerprotected SchemaManagerReadDirectoryEntries.schemaManagerprotected SchemaManagerSuggestDirectoryEntries.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 SchemaManagerDocumentModelImpl.getSchemaManager() -
Uses of SchemaManager in org.nuxeo.ecm.core.api.validation
Methods in org.nuxeo.ecm.core.api.validation that return SchemaManagerModifier and TypeMethodDescriptionprotected SchemaManagerDocumentValidationServiceImpl.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 SchemaManagerPropertyDeprecationRemover.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 voidNuxeoRepository.addSecondaryTypes(TypeManagerImpl typeManager, SchemaManager schemaManager, org.apache.chemistry.opencmis.commons.enums.CmisVersion cmisVersion) protected voidNuxeoRepository.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.TypeDefinitionNuxeoTypeHelper.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 booleanDBSTransactionState.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 SchemaManagerMongoDBRepositoryQueryBuilder.schemaManager -
Uses of SchemaManager in org.nuxeo.ecm.platform.csv.export.io
Fields in org.nuxeo.ecm.platform.csv.export.io declared as 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 SchemaManagerGraphVariablesUtil.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 voidTaskWriter.writeTaskVariables(GraphNode node, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static voidDocumentRouteWriter.writeVariables(DocumentRoute item, com.fasterxml.jackson.core.JsonGenerator jg, MarshallerRegistry registry, RenderingContext ctx, SchemaManager schemaManager) static voidTaskWriter.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