| Package | Description |
|---|---|
| fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
| fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
| Modifier and Type | Method and Description |
|---|---|
static LogbookParameterName |
LogbookParameterName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbookParameterName[] |
LogbookParameterName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogbookParameterName> |
LogbookParametersFactory.getDefaultLifeCycleMandatory() |
static Set<LogbookParameterName> |
LogbookParametersFactory.getDefaultOperationMandatory() |
| Modifier and Type | Method and Description |
|---|---|
String |
LogbookParameters.getParameterValue(LogbookParameterName parameterName)
Get the parameter according to the parameterName
|
LogbookParameters |
LogbookParameters.putParameterValue(LogbookParameterName parameterName,
String parameterValue)
Put parameterValue on mapParamaters with parameterName key
If parameterKey already exists, the override it (no check) |
| Constructor and Description |
|---|
LogbookLifeCycleParameters(Set<LogbookParameterName> mandatory) |
| Modifier and Type | Method and Description |
|---|---|
static LogbookParameterName |
LogbookLifeCycle.getIdParameterName() |
static LogbookParameterName |
LogbookOperation.getIdParameterName() |
LogbookParameterName |
LogbookMongoDbName.getLogbookParameterName() |
LogbookParameterName |
LogbookLifeCycleMongoDbName.getLogbookParameterName() |
| Modifier and Type | Method and Description |
|---|---|
static LogbookLifeCycleMongoDbName |
LogbookLifeCycleMongoDbName.getLogbookLifeCycleMongoDbName(LogbookParameterName name) |
static LogbookMongoDbName |
LogbookMongoDbName.getLogbookMongoDbName(LogbookParameterName name) |
Copyright © 2018 Vitam. All rights reserved.