Uses of Enum Class
fr.gouv.vitam.storage.engine.server.storagelog.parameters.StorageLogbookParameterName
Packages that use StorageLogbookParameterName
Package
Description
Provides logbook parameters classes used for the Storage Engine Server module
-
Uses of StorageLogbookParameterName in fr.gouv.vitam.storage.engine.server.storagelog.parameters
Methods in fr.gouv.vitam.storage.engine.server.storagelog.parameters that return StorageLogbookParameterNameModifier and TypeMethodDescriptionstatic StorageLogbookParameterNameReturns the enum constant of this class with the specified name.static StorageLogbookParameterName[]StorageLogbookParameterName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.server.storagelog.parameters that return types with arguments of type StorageLogbookParameterNameModifier and TypeMethodDescriptionAccessLogParameters.getMapParameters()Get the parameters mapStorageLogbookParameters.getMapParameters()Get the parameters mapStorageLogStructure.getMapParameters()Method parameters in fr.gouv.vitam.storage.engine.server.storagelog.parameters with type arguments of type StorageLogbookParameterNameModifier and TypeMethodDescriptionstatic StorageLogbookParametersStorageLogbookParameters.buildDeleteLogParameters(Map<StorageLogbookParameterName, String> mapParameters) Constructor parameters in fr.gouv.vitam.storage.engine.server.storagelog.parameters with type arguments of type StorageLogbookParameterNameModifierConstructorDescriptionAccessLogParameters(Map<StorageLogbookParameterName, String> mapParameters) Set directly at least all mandatory parameters in the AccessLogParameters.