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.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.access.internal.core |
Provides core implementation 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.api |
Provides API classes for the Metadata module
|
fr.gouv.vitam.metadata.client |
Provides Metadata client interface, factory and implementations.
|
fr.gouv.vitam.metadata.core |
Provides
|
fr.gouv.vitam.metadata.core.database.collections |
Provides
|
fr.gouv.vitam.metadata.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
AccessInternalModule.selectUnit(com.fasterxml.jackson.databind.JsonNode queryJson)
select Unit
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectOperation(com.fasterxml.jackson.databind.JsonNode select)
selectOperation
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.selectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery)
Select Units
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
AccessInternalModuleImpl.selectUnit(com.fasterxml.jackson.databind.JsonNode jsonQuery)
select Unit
|
Modifier and Type | Method and Description |
---|---|
DbRequestResult |
DbRequestSingle.execute(RequestSingle request)
execute all request
|
DbRequestResult |
DbRequestSingle.execute(RequestSingle request,
Integer version)
execute all request
|
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.getLogbookLifeCycleObjectGroups(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycleUnits(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookDbAccess.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Get a list of Logbook Operation through Closeable MongoCursor
|
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleObjectGroups(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnits(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookMongoDbAccessImpl.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
Modifier and Type | Method and Description |
---|---|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectUnit(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Select logbook LifeCycle entries
|
Modifier and Type | Method and Description |
---|---|
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectUnit(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
|
Modifier and Type | Method and Description |
---|---|
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogbookResource.getObjectGroupLifeCycle(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.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.getUnitLifeCycle(com.fasterxml.jackson.databind.JsonNode queryDsl,
String evtStatus)
Gets a list of unit lifeCycles using a queryDsl
|
javax.ws.rs.core.Response |
LogbookResource.getUnitLifeCyclesRaw(com.fasterxml.jackson.databind.JsonNode queryDsl,
String evtStatus)
Gets a list of raw unit lifeCycles using a queryDsl
|
Modifier and Type | Method and Description |
---|---|
void |
MetaData.insertUnit(com.fasterxml.jackson.databind.JsonNode insertRequest)
insert Unit
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaData.selectObjectGroupById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String objectGroupId)
Search ObjectGroups by its Id and a Select Query
for this method, the roots will be filled for example request :{ |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaData.selectObjectGroupsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery)
Search ObjectGroups by Select
Select Query |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaData.selectUnitsById(com.fasterxml.jackson.databind.JsonNode selectQuery,
String unitId)
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaData.selectUnitsByQuery(com.fasterxml.jackson.databind.JsonNode selectQuery)
Search UNITs by Select
Select Query |
void |
MetaData.updateObjectGroupId(com.fasterxml.jackson.databind.JsonNode updateRequest,
String objectId)
Update an object group
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaData.updateUnitbyId(com.fasterxml.jackson.databind.JsonNode updateQuery,
String unitId)
Update UNITs by Id
UpdateMultiQuery Query for this method, the roots will be filled for example request :{ |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
MetaDataClient.selectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery)
Search units by select query (DSL)
|
com.fasterxml.jackson.databind.JsonNode |
MetaDataClientRest.selectUnits(com.fasterxml.jackson.databind.JsonNode selectQuery) |
Modifier and Type | Method and Description |
---|---|
void |
MetaDataImpl.insertUnit(com.fasterxml.jackson.databind.JsonNode insertRequest) |
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) |
void |
MetaDataImpl.updateObjectGroupId(com.fasterxml.jackson.databind.JsonNode updateQuery,
String objectId) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
MetaDataImpl.updateUnitbyId(com.fasterxml.jackson.databind.JsonNode updateQuery,
String unitId) |
Modifier and Type | Method and Description |
---|---|
Result |
DbRequest.execRequest(RequestParserMultiple requestParser,
Result<MetadataDocument<?>> defaultStartSet)
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 |
---|---|
javax.ws.rs.core.Response |
MetadataResource.selectUnit(com.fasterxml.jackson.databind.JsonNode request)
Select unit with json request
|
Copyright © 2018 Vitam. All rights reserved.