Uses of Enum Class
fr.gouv.vitam.processing.common.parameter.WorkerParameterName
Package
Description
Provides common Parameters classes and utility classes for the Processing module.
-
Uses of WorkerParameterName in fr.gouv.vitam.processing.common.parameter
Modifier and TypeFieldDescriptionprotected final Set<WorkerParameterName>
AbstractWorkerParameters.mandatoryParameters
protected final Map<WorkerParameterName,
String> AbstractWorkerParameters.mapParameters
Modifier and TypeMethodDescriptionstatic WorkerParameterName
Returns the enum constant of this class with the specified name.static WorkerParameterName[]
WorkerParameterName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWorkerParameters.getParameterValue
(WorkerParameterName parameterName) Get the parameter according to the parameterNameWorkerParameters.putParameterValue
(WorkerParameterName parameterName, String parameterValue) Put parameterValue on mapParameters with parameterName key
If parameterKey already exists, then override it (no check)