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.mandatoryParametersprotected Set<LogbookParameterName>AbstractParameters.mandatoryParametersprotected Set<LogbookParameterName>AbstractParameters.mandatoryParametersprotected Set<LogbookParameterName>AbstractParameters.mandatoryParametersMethods in fr.gouv.vitam.logbook.common.parameters that return LogbookParameterNameModifier and TypeMethodDescriptionstatic LogbookParameterNameReturns 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 LogbookParameterNameLogbookOperation.getIdParameterName()final LogbookParameterNameLogbookLifeCycleMongoDbName.getLogbookParameterName()final LogbookParameterNameLogbookMongoDbName.getLogbookParameterName()Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type LogbookParameterNameModifier and TypeMethodDescriptionstatic final LogbookLifeCycleMongoDbNameLogbookLifeCycleMongoDbName.getLogbookLifeCycleMongoDbName(LogbookParameterName name) static final LogbookMongoDbNameLogbookMongoDbName.getLogbookMongoDbName(LogbookParameterName name)