Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycleUnit |
LogbookDbAccess.getLogbookLifeCycleUnit(String objectIdentifier)
Get one Lifecycle
|
LogbookLifeCycleUnit |
LogbookDbAccess.getLogbookLifeCycleUnit(String idOperation,
String idLc)
Get one Lifecycle
|
Modifier and Type | Method and Description |
---|---|
com.mongodb.client.MongoCursor<LogbookLifeCycleUnit> |
LogbookDbAccess.getLogbookLifeCycleUnitsFull(LogbookCollections collection,
Select select)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycleUnit |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnit(String unitId) |
LogbookLifeCycleUnit |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnit(String idOperation,
String unitId) |
Modifier and Type | Method and Description |
---|---|
protected static com.mongodb.client.MongoCollection<LogbookLifeCycleUnit> |
LogbookCollections.getLifeCycleUnitCollection() |
com.mongodb.client.MongoCursor<LogbookLifeCycleUnit> |
LogbookMongoDbAccessImpl.getLogbookLifeCycleUnitsFull(LogbookCollections collection,
Select select) |
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycleUnit |
LogbookLifeCycles.getUnitById(String idUnit)
Select logbook life cycle by the lifecycle's ID
|
LogbookLifeCycleUnit |
LogbookLifeCycles.getUnitByOperationIdAndByUnitId(String idOperation,
String idLc)
Select logbook LifeCycle entry by operation
|
Modifier and Type | Method and Description |
---|---|
LogbookLifeCycleUnit |
LogbookLifeCyclesImpl.getUnitById(String idUnit) |
LogbookLifeCycleUnit |
LogbookLifeCyclesImpl.getUnitByOperationIdAndByUnitId(String idOperation,
String idLc) |
Copyright © 2018 Vitam. All rights reserved.