Uses of Enum Class
fr.gouv.vitam.logbook.common.parameters.LogbookParameterName
Package
Description
Provides common parameters, helpers and factory classes used for the Logbook module
Provides Logbook collection classes
-
Uses of LogbookParameterName in fr.gouv.vitam.logbook.common.parameters
Modifier and TypeFieldDescriptionprotected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
Modifier and TypeMethodDescriptionstatic LogbookParameterName
Returns the enum constant of this class with the specified name.static LogbookParameterName[]
LogbookParameterName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Set<LogbookParameterName>
LogbookParameterHelper.getDefaultLifeCycleMandatory()
static Set<LogbookParameterName>
LogbookParametersFactory.getDefaultOperationMandatory()
Modifier and TypeMethodDescriptionLogbookParameters.getParameterValue
(LogbookParameterName parameterName) Get the parameter according to the parameterNameLogbookParameters.putParameterValue
(LogbookParameterName parameterName, String parameterValue) Put parameterValue on mapParamaters with parameterName key
If parameterKey already exists, the override it (no check) -
Uses of LogbookParameterName in fr.gouv.vitam.logbook.common.server.database.collections
Modifier and TypeMethodDescriptionstatic LogbookParameterName
LogbookOperation.getIdParameterName()
final LogbookParameterName
LogbookLifeCycleMongoDbName.getLogbookParameterName()
final LogbookParameterName
LogbookMongoDbName.getLogbookParameterName()
Modifier and TypeMethodDescriptionstatic final LogbookLifeCycleMongoDbName
LogbookLifeCycleMongoDbName.getLogbookLifeCycleMongoDbName
(LogbookParameterName name) static final LogbookMongoDbName
LogbookMongoDbName.getLogbookMongoDbName
(LogbookParameterName name)