Uses of Class
fr.gouv.vitam.common.model.administration.schema.SchemaInputModel
Package
Description
Provides Functional administration client interface, factory and implementations.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
-
Uses of SchemaInputModel in fr.gouv.vitam.common.model.administration.schema
Modifier and TypeMethodDescriptionSchemaInputModel.setCardinality
(SchemaCardinality cardinality) SchemaInputModel.setDescription
(String description) SchemaInputModel.setShortName
(String shortName) -
Uses of SchemaInputModel in fr.gouv.vitam.functional.administration.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response.Status
AdminManagementClient.importUnitExternalSchema
(List<SchemaInputModel> externalSchemaInputList) Import a set of external unit schema.javax.ws.rs.core.Response.Status
AdminManagementClientMock.importUnitExternalSchema
(List<SchemaInputModel> externalSchemaInputList) -
Uses of SchemaInputModel in fr.gouv.vitam.functional.administration.common.schema
Modifier and TypeMethodDescriptionErrorReportSchema.setSchemaInputModel
(SchemaInputModel schemaInputModel) ModifierConstructorDescriptionErrorReportSchema
(SchemaErrorCode code, SchemaInputModel schemaInputModel, String message) -
Uses of SchemaInputModel in fr.gouv.vitam.functional.administration.core.schema
Modifier and TypeMethodDescriptionSchemaService.importExternalSchemaElements
(List<SchemaInputModel> externalSchemaList) Import external schema on current tenantSchemaCommonService.mapSchemaFromInputParameters
(List<SchemaInputModel> externalSchemaInputList, Map<String, OntologyModel> ontologyEltsMapByIdentifier) Map Schema intput to db entityvoid
SchemaValidationService.validateExternalSchemaInputs
(List<SchemaInputModel> externalSchemaInputList, List<SchemaResponse> currentUnitSchemaList, Map<String, OntologyModel> ontologyEltsMapByIdentifier, Map<String, List<ErrorReportSchema>> importErrors) Validate input schema list coherence -
Uses of SchemaInputModel in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
SchemaResource.importExternalSchemaElements
(List<SchemaInputModel> externalSchemaList, javax.ws.rs.core.UriInfo uri) Import a set of external schema.