Package | Description |
---|---|
fr.gouv.vitam.logbook.administration.core |
Provides the core classes for the Logbook Administration module
|
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.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.worker.common.utils |
Provides common utility classes for the Worker module.
|
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookTraceabilityIterator.next()
Returns the next element in the iteration.
|
Constructor and Description |
---|
LogbookTraceabilityIterator(com.mongodb.client.MongoCursor<LogbookOperation> mongoCursor) |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookDbAccess.getLogbookOperation(String eventIdentifierProcess)
Get one Operation
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
LogbookOperation |
LogbookMongoDbAccessImpl.getLogbookOperation(String eventIdentifierProcess) |
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookMongoDbAccessImpl.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
protected static com.mongodb.client.MongoCollection<LogbookOperation> |
LogbookCollections.getOperationCollection() |
VitamDocument<LogbookOperation> |
LogbookOperation.newInstance(com.fasterxml.jackson.databind.JsonNode content) |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperations.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date)
Find One logbook TraceabilityOperation after a given date
|
LogbookOperation |
LogbookOperations.findLastTraceabilityOperationOK()
Find last successful traceability operation
|
LogbookOperation |
LogbookOperations.getById(String IdProcess)
Select logbook operation by the operation's ID
|
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
|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperations.selectOperationsPersistedAfterDate(LocalDateTime date)
Select all logbook operations entries after a given date
|
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperationsDecorator.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsImpl.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsDecorator.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsImpl.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsDecorator.getById(String IdProcess) |
LogbookOperation |
LogbookOperationsImpl.getById(String idProcess) |
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) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsDecorator.selectOperationsPersistedAfterDate(LocalDateTime date) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsImpl.selectOperationsPersistedAfterDate(LocalDateTime date) |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
TraceabilityIterator.next()
Returns the next element in the iteration.
|
Constructor and Description |
---|
TraceabilityIterator(com.mongodb.client.MongoCursor<LogbookOperation> mongoCursor) |
Copyright © 2018 Vitam. All rights reserved.