Uses of Class
fr.gouv.vitam.processing.common.parameter.WorkerParameterName
-
Packages that use WorkerParameterName Package Description fr.gouv.vitam.processing.common.parameter 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 WorkerParameterName Modifier and Type Field Description protected java.util.Set<WorkerParameterName>
AbstractWorkerParameters. mandatoryParameters
protected java.util.Map<WorkerParameterName,java.lang.String>
AbstractWorkerParameters. mapParameters
Methods in fr.gouv.vitam.processing.common.parameter that return WorkerParameterName Modifier and Type Method Description static WorkerParameterName
WorkerParameterName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkerParameterName[]
WorkerParameterName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.processing.common.parameter with parameters of type WorkerParameterName Modifier and Type Method Description java.lang.String
WorkerParameters. getParameterValue(WorkerParameterName parameterName)
Get the parameter according to the parameterNameWorkerParameters
WorkerParameters. putParameterValue(WorkerParameterName parameterName, java.lang.String parameterValue)
Put parameterValue on mapParameters with parameterName key
If parameterKey already exists, then override it (no check)
-