Uses of Enum Class
fr.gouv.vitam.logbook.common.parameters.LogbookParameterName
Packages that use 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
Fields in fr.gouv.vitam.logbook.common.parameters with type parameters of type LogbookParameterNameModifier and TypeFieldDescriptionprotected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
protected Set<LogbookParameterName>
AbstractParameters.mandatoryParameters
Methods in fr.gouv.vitam.logbook.common.parameters that return LogbookParameterNameModifier 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.Methods in fr.gouv.vitam.logbook.common.parameters that return types with arguments of type LogbookParameterNameModifier and TypeMethodDescriptionstatic Set<LogbookParameterName>
LogbookParameterHelper.getDefaultLifeCycleMandatory()
static Set<LogbookParameterName>
LogbookParametersFactory.getDefaultOperationMandatory()
Methods in fr.gouv.vitam.logbook.common.parameters with parameters of type LogbookParameterNameModifier 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)Constructor parameters in fr.gouv.vitam.logbook.common.parameters with type arguments of type LogbookParameterName -
Uses of LogbookParameterName in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookParameterNameModifier and TypeMethodDescriptionstatic LogbookParameterName
LogbookOperation.getIdParameterName()
final LogbookParameterName
LogbookLifeCycleMongoDbName.getLogbookParameterName()
final LogbookParameterName
LogbookMongoDbName.getLogbookParameterName()
Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookParameterNameModifier and TypeMethodDescriptionstatic final LogbookLifeCycleMongoDbName
LogbookLifeCycleMongoDbName.getLogbookLifeCycleMongoDbName
(LogbookParameterName name) static final LogbookMongoDbName
LogbookMongoDbName.getLogbookMongoDbName
(LogbookParameterName name)