Uses of Interface
org.nuxeo.ecm.core.schema.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
-
Uses of SchemaManager in org.nuxeo.ecm.automation.core.operations.services.directory
Modifier 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
-
Uses of SchemaManager in org.nuxeo.ecm.core.api.impl
Modifier and TypeMethodDescriptionprotected static SchemaManager
DocumentModelImpl.getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.core.api.validation
Modifier and TypeMethodDescriptionprotected SchemaManager
DocumentValidationServiceImpl.getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.impl.transformers
Modifier and TypeFieldDescriptionprotected final SchemaManager
PropertyDeprecationRemover.schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.marshallers.csv
-
Uses of SchemaManager in org.nuxeo.ecm.core.io.marshallers.json.document
-
Uses of SchemaManager in org.nuxeo.ecm.core.opencmis.impl.server
Modifier 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
-
Uses of SchemaManager in org.nuxeo.ecm.core.storage
-
Uses of SchemaManager in org.nuxeo.ecm.core.storage.dbs
Modifier 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
Modifier and TypeFieldDescriptionprotected final SchemaManager
MongoDBRepositoryQueryBuilder.schemaManager
-
Uses of SchemaManager in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionprotected static SchemaManager
GraphVariablesUtil.getSchemaManager()
-
Uses of SchemaManager in org.nuxeo.ecm.platform.routing.core.io
Modifier 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