Uses of Enum Class
fr.gouv.vitam.processing.common.parameter.WorkerParameterName
Packages that use WorkerParameterName
Package
Description
Provides common Parameters classes and utility classes for the Processing module.
-
Uses of WorkerParameterName in fr.gouv.vitam.processing.common.parameter
Fields in fr.gouv.vitam.processing.common.parameter with type parameters of type WorkerParameterNameModifier and TypeFieldDescriptionprotected final Set<WorkerParameterName>AbstractWorkerParameters.mandatoryParametersprotected final Map<WorkerParameterName,String> AbstractWorkerParameters.mapParametersMethods in fr.gouv.vitam.processing.common.parameter that return WorkerParameterNameModifier and TypeMethodDescriptionstatic WorkerParameterNameReturns 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.Methods in fr.gouv.vitam.processing.common.parameter with parameters of type WorkerParameterNameModifier 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)