Uses of Class
fr.gouv.vitam.common.exception.VitamDBException
Package
Description
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
Database server package in vitam
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
Provides API classes for the Logbook Lifecycles module
Provides core implementation for the Logbook Lifecycles module.
Provides API classes for the Logbook Operations module
Provides core implementation for the Logbook Operations module.
Provides the web server application for the Logbook module and the rest resources it uses.
Provides
Provides
-
Uses of VitamDBException in fr.gouv.vitam.access.internal.api
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
AccessInternalModule.selectObjects
(com.fasterxml.jackson.databind.JsonNode queryJson) select Objects Group based on DSL querycom.fasterxml.jackson.databind.JsonNode
AccessInternalModule.selectUnit
(com.fasterxml.jackson.databind.JsonNode queryJson) select Unit -
Uses of VitamDBException in fr.gouv.vitam.common.database.server
Modifier and TypeMethodDescriptionDbRequestSingle.execute
(Insert request, Integer version, DocumentValidator documentValidator) DbRequestSingle.execute
(Update request, DocumentValidator documentValidator) DbRequestSingle.executeQueryWithoutRestrictionOnCurrentTenant
(Select request) static <T extends VitamDocument<?>>
com.mongodb.client.MongoCursor<T>DbRequestHelper.selectMongoDbExecuteThroughFakeMongoCursor
(VitamCollection<T> collection, RequestParserSingle parser, List<String> list, List<Double> scores) Private method for select using MongoDb from Elasticsearch result -
Uses of VitamDBException in fr.gouv.vitam.logbook.common.server
Modifier and TypeMethodDescriptioncom.mongodb.client.MongoCursor<LogbookLifeCycle<?>>
LogbookDbAccess.getLogbookLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Get a list of Logbook LifeCycles through Closeable MongoCursorLogbookDbAccess.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced) LogbookDbAccess.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) Get a list of Logbook Operation through Closeable MongoCursorLogbookDbAccess.getOneLogbookLifeCycle
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Get a list of Logbook LifeCycles through Closeable MongoCursor -
Uses of VitamDBException in fr.gouv.vitam.logbook.common.server.database.collections
Modifier and TypeMethodDescriptioncom.mongodb.client.MongoCursor<LogbookLifeCycle<?>>
LogbookMongoDbAccessImpl.getLogbookLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) LogbookMongoDbAccessImpl.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced) LogbookMongoDbAccessImpl.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookMongoDbAccessImpl.getOneLogbookLifeCycle
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) -
Uses of VitamDBException in fr.gouv.vitam.logbook.lifecycles.api
Modifier and TypeMethodDescriptionLogbookLifeCycles.selectLifeCycleById
(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) Selects life cycle entryList<LogbookLifeCycle<?>>
LogbookLifeCycles.selectLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Selects life cycle entries -
Uses of VitamDBException in fr.gouv.vitam.logbook.lifecycles.core
Modifier and TypeMethodDescriptionLogbookLifeCyclesImpl.selectLifeCycleById
(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) List<LogbookLifeCycle<?>>
LogbookLifeCyclesImpl.selectLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) -
Uses of VitamDBException in fr.gouv.vitam.logbook.operations.api
Modifier and TypeMethodDescriptionLogbookOperations.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) Select logbook operation entriesLogbookOperations.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperations.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) -
Uses of VitamDBException in fr.gouv.vitam.logbook.operations.core
Modifier and TypeMethodDescriptionAlertLogbookOperationsDecorator.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) AlertLogbookOperationsDecorator.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperationsImpl.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) LogbookOperationsImpl.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) AlertLogbookOperationsDecorator.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperationsImpl.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) -
Uses of VitamDBException in fr.gouv.vitam.logbook.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
LogbookResource.getObjectGroupLifeCycleById
(String objectGroupLifeCycleId, String evtStatus, com.fasterxml.jackson.databind.JsonNode queryDsl) Gets the object group life cycle based on its id and using the passed DSL queryjavax.ws.rs.core.Response
LogbookResource.getObjectGroupLifeCycles
(String evtStatus, com.fasterxml.jackson.databind.JsonNode queryDsl) Gets the object group life cycles based on the passed DSL queryjavax.ws.rs.core.Response
LogbookResource.getUnitLifeCycleById
(String unitLifeCycleId, String evtStatus, com.fasterxml.jackson.databind.JsonNode queryDsl) gets the unit life cycle based on its idjavax.ws.rs.core.Response
LogbookResource.getUnitLifeCycles
(com.fasterxml.jackson.databind.JsonNode queryDsl, String evtStatus) Gets a list of unit lifeCycles using a queryDsl -
Uses of VitamDBException in fr.gouv.vitam.metadata.core
Modifier and TypeMethodDescriptionMetaDataImpl.selectObjectGroupById
(com.fasterxml.jackson.databind.JsonNode selectQuery, String objectGroupId) MetaDataImpl.selectObjectGroupsByQuery
(com.fasterxml.jackson.databind.JsonNode selectQuery) MetaDataImpl.selectUnitsById
(com.fasterxml.jackson.databind.JsonNode selectQuery, String unitId) MetaDataImpl.selectUnitsByQuery
(com.fasterxml.jackson.databind.JsonNode selectQuery) -
Uses of VitamDBException in fr.gouv.vitam.metadata.core.database.collections
Modifier and TypeMethodDescriptionDbRequest.execRequest
(RequestParserMultiple requestParser, List<OntologyModel> ontologies) The request should be already analyzed.protected Result<MetadataDocument<?>>
DbRequest.lastSelectFilterProjection
(SelectToMongodb requestToMongodb, Result<MetadataDocument<?>> last, boolean checkConsistency) Finalize the queries with last True Select -
Uses of VitamDBException in fr.gouv.vitam.metadata.core.rules
Modifier and TypeMethodDescriptionMetadataRuleService.selectUnitsWithInheritedRules
(com.fasterxml.jackson.databind.JsonNode selectQuery) Select units by DSL and computes inherited rules for matching units -
Uses of VitamDBException in fr.gouv.vitam.worker.core.plugin.reclassification.utils
Modifier and TypeMethodDescriptionUnitGraphInfoLoader.selectUnitsByIdsAndAccessContract
(MetaDataClient metaDataClient, Set<String> unitIds, AccessContractModel accessContractModel) Find unit ids accessible through the access contractUnitGraphInfoLoader.selectUnitsByQueryDslAndAccessContract
(MetaDataClient metaDataClient, SelectMultiQuery select, AccessContractModel accessContractModel) Find unit ids by dsl accessible through the access contract