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 SchemaManagerGetDirectoryEntries. 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 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 Modifier and Type Field Description protected SchemaManagerSuggestUserEntries. 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 SchemaManagerDocumentModelImpl. 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 SchemaManagerDocumentValidationServiceImpl. 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 SchemaManagerPropertyDeprecationRemover. 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 SchemaManagerAbstractCSVWriter. 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 SchemaManagerDocumentModelJsonWriter. 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 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 Modifier and Type Class Description classSchemaManagerImplSchema 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 SchemaManagerQueryOptimizer. 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 SchemaManagerDBSExpressionEvaluator. schemaManagerMethods in org.nuxeo.ecm.core.storage.dbs with parameters of type SchemaManager Modifier and Type Method Description protected 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 SchemaManager Modifier and Type Field Description protected SchemaManagerMongoDBRepositoryQueryBuilder. 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 SchemaManagerGraphVariablesUtil. 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 SchemaManagerTaskWriter. schemaManagerMethods in org.nuxeo.ecm.platform.routing.core.io with parameters of type SchemaManager Modifier and Type Method Description static 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 Modifier and Type Field Description protected SchemaManagerUserProfileEnricher. schemaManager
-