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. mandatoryParametersprotected java.util.Map<WorkerParameterName,java.lang.String>AbstractWorkerParameters. mapParametersMethods in fr.gouv.vitam.processing.common.parameter that return WorkerParameterName Modifier and Type Method Description static WorkerParameterNameWorkerParameterName. 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.StringWorkerParameters. getParameterValue(WorkerParameterName parameterName)Get the parameter according to the parameterNameWorkerParametersWorkerParameters. putParameterValue(WorkerParameterName parameterName, java.lang.String parameterValue)Put parameterValue on mapParameters with parameterName key
If parameterKey already exists, then override it (no check)
-