Package | Description |
---|---|
fr.gouv.vitam.access.internal.api |
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
|
fr.gouv.vitam.common.database.server |
Database server package in vitam
|
fr.gouv.vitam.logbook.common.server |
Provides Common Server classes for the Logbook module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
fr.gouv.vitam.logbook.lifecycles.api |
Provides API classes for the Logbook Lifecycles module
|
fr.gouv.vitam.logbook.lifecycles.core |
Provides core implementation for the Logbook Lifecycles module.
|
fr.gouv.vitam.logbook.operations.api |
Provides API classes for the Logbook Operations module
|
fr.gouv.vitam.logbook.operations.core |
Provides core implementation for the Logbook Operations module.
|
fr.gouv.vitam.logbook.rest |
Provides the web server application for the Logbook module and the rest resources it uses.
|
fr.gouv.vitam.metadata.core |
Provides
|
fr.gouv.vitam.metadata.core.database.collections |
Provides
|
fr.gouv.vitam.metadata.core.rules | |
fr.gouv.vitam.metadata.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
fr.gouv.vitam.worker.core.plugin.reclassification.utils |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
AccessInternalModule.selectObjects(com.fasterxml.jackson.databind.JsonNode queryJson)
select Objects Group based on DSL query
|
com.fasterxml.jackson.databind.JsonNode |
AccessInternalModule.selectUnit(com.fasterxml.jackson.databind.JsonNode queryJson)
select Unit
|
Modifier and Type | Method and Description |
---|---|
DbRequestResult |
DbRequestSingle.execute(Delete request) |
DbRequestResult |
DbRequestSingle.execute(Insert request,
Integer version,
DocumentValidator documentValidator) |
DbRequestResult |
DbRequestSingle.execute(Select request) |
DbRequestResult |
DbRequestSingle.execute(Update request,
DocumentValidator documentValidator) |
DbRequestResult |
DbRequestSingle.execute(Update request,
Integer version,
DocumentValidator documentValidator) |
static com.mongodb.client.MongoCursor<VitamDocument<?>> |
DbRequestHelper.selectMongoDbExecuteThroughFakeMongoCursor(VitamCollection collection,
RequestParserSingle parser,
List<String> list,
List<Float> scores)
Private method for select using MongoDb from Elasticsearch result
|
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursor
|
VitamMongoCursor<LogbookOperation> |
LogbookDbAccess.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Get a list of Logbook Operation through Closeable MongoCursor
|
LogbookLifeCycle |
LogbookDbAccess.getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursor
|
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookMongoDbAccessImpl.getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
VitamMongoCursor<LogbookOperation> |
LogbookMongoDbAccessImpl.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
LogbookLifeCycle |
LogbookMongoDbAccessImpl.getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycle |
LogbookLifeCycles.selectLifeCycleById(String lifecycleId,
com.fasterxml.jackson.databind.JsonNode queryDsl,
boolean sliced,
LogbookCollections collection)
Selects life cycle entry
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Selects life cycle entries
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycle |
LogbookLifeCyclesImpl.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) |
Modifier and Type | Method and Description |
---|---|
List<LogbookOperation> |
LogbookOperations.select(com.fasterxml.jackson.databind.JsonNode select)
Select logbook operation entries
|
List<LogbookOperation> |
LogbookOperations.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Select logbook operation entries
|
RequestResponse<LogbookOperation> |
LogbookOperations.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
Modifier and Type | Method and Description |
---|---|
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
RequestResponse<LogbookOperation> |
AlertLogbookOperationsDecorator.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<LogbookOperation> |
LogbookOperationsImpl.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
Modifier and Type | Method and Description |
---|---|
javax.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 query
|
javax.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 query
|
javax.ws.rs.core.Response |
LogbookResource.getUnitLifeCycleById(String unitLifeCycleId,
String evtStatus,
com.fasterxml.jackson.databind.JsonNode queryDsl)
gets the unit life cycle based on its id
|
javax.ws.rs.core.Response |
LogbookResource.getUnitLifeCycles(com.fasterxml.jackson.databind.JsonNode queryDsl,
String evtStatus)
Gets a list of unit lifeCycles using a queryDsl
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectObjectGroupById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String objectGroupId) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectObjectGroupsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectUnitsById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String unitId) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.selectUnitsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery) |
Modifier and Type | Method and Description |
---|---|
Result |
DbRequest.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
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetadataRuleService.selectUnitsWithInheritedRules(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select units by DSL and computes inherited rules for matching units
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MetadataResource.selectUnit(com.fasterxml.jackson.databind.JsonNode request)
Select unit with json request
|
Modifier and Type | Method and Description |
---|---|
Map<String,UnitGraphInfo> |
UnitGraphInfoLoader.selectAllUnitGraphByIds(MetaDataClient metaDataClient,
Set<String> unitIds)
Load unit graph with all parents recursively.
|
Set<String> |
UnitGraphInfoLoader.selectUnitsByIdsAndAccessContract(MetaDataClient metaDataClient,
Set<String> unitIds,
AccessContractModel accessContractModel)
Find unit ids accessible through the access contract
|
Set<String> |
UnitGraphInfoLoader.selectUnitsByQueryDslAndAccessContract(MetaDataClient metaDataClient,
SelectMultiQuery select,
AccessContractModel accessContractModel)
Find unit ids by dsl accessible through the access contract
|
Copyright © 2019 Vitam. All rights reserved.