Uses of Class
fr.gouv.vitam.common.model.administration.OntologyModel
Package
Description
Provides
Basic Vitam Client Common interfaces
Provides common database collection
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides common public Model classes for the administration module.
Provides Functional administration client interface, factory and implementations.
Provides common classes for the Functional Administration module.
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
Provides
-
Uses of OntologyModel in fr.gouv.vitam.access.external.client
Modifier and TypeMethodDescriptionAdminExternalClient.findOntologies
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode query) Find ontologiesAdminExternalClientMock.findOntologies
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode query) AdminExternalClientRest.findOntologies
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode query) AdminExternalClient.findOntologyById
(VitamContext vitamContext, String id) Find an ontology by its id.AdminExternalClientMock.findOntologyById
(VitamContext vitamContext, String id) AdminExternalClientRest.findOntologyById
(VitamContext vitamContext, String id) -
Uses of OntologyModel in fr.gouv.vitam.common.client
Modifier and TypeFieldDescriptionstatic final List<OntologyModel>
ClientMockResultHelper.ONTOLOGIES
Modifier and TypeMethodDescriptionstatic void
ClientMockResultHelper.setOntologies
(List<OntologyModel> ontologies) -
Uses of OntologyModel in fr.gouv.vitam.common.database.collections
ModifierConstructorDescriptionDynamicParserTokens
(VitamDescriptionResolver vitamDescriptionResolver, List<OntologyModel> ontologyModels) -
Uses of OntologyModel in fr.gouv.vitam.common.external.client
Modifier and TypeMethodDescriptionstatic RequestResponse<OntologyModel>
ClientMockResultHelper.getOntologies
(int statusCode) -
Uses of OntologyModel in fr.gouv.vitam.common.model.administration
Modifier and TypeMethodDescriptionOntologyModel.setApiField
(String apiField) OntologyModel.setCollections
(List<String> collections) OntologyModel.setCreationdate
(String creationdate) OntologyModel.setDescription
(String description) OntologyModel.setIdentifier
(String identifier) OntologyModel.setLastupdate
(String lastupdate) OntologyModel.setOrigin
(OntologyOrigin origin) OntologyModel.setSedaField
(String sedaField) OntologyModel.setShortName
(String shortName) OntologyModel.setStringSize
(StringSize stringSize) OntologyModel.setType
(OntologyType type) OntologyModel.setTypeDetail
(TypeDetail typeDetail) OntologyModel.setVersion
(Integer version) -
Uses of OntologyModel in fr.gouv.vitam.functional.administration.client
Modifier and TypeMethodDescriptionAdminManagementClient.findOntologies
(com.fasterxml.jackson.databind.JsonNode query) Find ontologies according to the given json query (we can also use this method to find ontology by identifier)AdminManagementClientMock.findOntologies
(com.fasterxml.jackson.databind.JsonNode query) AdminManagementClient.findOntologyByID
(String id) Find the ontology by technical id (id generated by the database)AdminManagementClientMock.findOntologyByID
(String requestedId) AdminManagementOntologyLoader.loadOntologies()
Modifier and TypeMethodDescriptionAdminManagementClient.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) Import a set of ontologies metadata.AdminManagementClientMock.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) -
Uses of OntologyModel in fr.gouv.vitam.functional.administration.common
Modifier and TypeMethodDescriptionvoid
ErrorReportOntologies.setOntologyModel
(OntologyModel ontologyModel) ModifierConstructorDescriptionErrorReportOntologies
(OntologyErrorCode code, String fieldName, String message, OntologyModel ontologyModel) -
Uses of OntologyModel in fr.gouv.vitam.functional.administration.common.client
-
Uses of OntologyModel in fr.gouv.vitam.functional.administration.core.ontologies
Modifier and TypeMethodDescriptionOntologyService.checkUpgradeOntologies
(List<OntologyModel> ontologyList) Check the safety of ontology import at vitam reinstall/upgradeOntologyServiceImpl.checkUpgradeOntologies
(List<OntologyModel> ontologyInternalModelList) OntologyService.findOntologies
(com.fasterxml.jackson.databind.JsonNode queryDsl) find an ontology by QueryDslOntologyServiceImpl.findOntologies
(com.fasterxml.jackson.databind.JsonNode queryDsl) OntologyService.findOntologiesForCache
(com.fasterxml.jackson.databind.JsonNode queryDsl) find an ontology by QueryDsl (find directly in db)OntologyServiceImpl.findOntologiesForCache
(com.fasterxml.jackson.databind.JsonNode queryDsl) OntologyService.importInternalOntologies
(List<OntologyModel> ontologyList) Import a collections of ontologies After passing the validation steps.OntologyServiceImpl.importInternalOntologies
(List<OntologyModel> ontologyInternalModelList) OntologyService.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyList) Import a collections of ontologies After passing the validation steps.OntologyServiceImpl.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) Modifier and TypeMethodDescriptionOntologyService.checkUpgradeOntologies
(List<OntologyModel> ontologyList) Check the safety of ontology import at vitam reinstall/upgradeOntologyServiceImpl.checkUpgradeOntologies
(List<OntologyModel> ontologyInternalModelList) OntologyService.importInternalOntologies
(List<OntologyModel> ontologyList) Import a collections of ontologies After passing the validation steps.OntologyServiceImpl.importInternalOntologies
(List<OntologyModel> ontologyInternalModelList) OntologyService.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyList) Import a collections of ontologies After passing the validation steps.OntologyServiceImpl.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList) -
Uses of OntologyModel in fr.gouv.vitam.functional.administration.core.schema
Modifier and TypeMethodDescriptionSchemaCommonService.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 OntologyModel in fr.gouv.vitam.functional.administration.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AdminOntologyResource.checkOntologies
(List<OntologyModel> ontologyModelList, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.Response
AdminOntologyResource.importInternalOntologies
(List<OntologyModel> ontologyModelList, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.Response
OntologyResource.importOntologies
(boolean forceUpdate, List<OntologyModel> ontologyModelList, javax.ws.rs.core.UriInfo uri) Import a set of ontologies metadata. -
Uses of OntologyModel in fr.gouv.vitam.metadata.core.database.collections
Modifier and TypeMethodDescriptionDbRequest.execRequest
(RequestParserMultiple requestParser, List<OntologyModel> ontologies) The request should be already analyzed.DbRequest.execRuleRequest
(String documentId, RuleActions ruleActions, Map<String, DurationData> bindRuleToDuration, OntologyValidator ontologyValidator, UnitValidator unitValidator, List<OntologyModel> ontologyModels) Execute rule action on unit