Package | Description |
---|---|
fr.gouv.vitam.processing.common.parameter |
Provides common Parameters classes and utility classes for the Processing module.
|
Modifier and Type | Method and Description |
---|---|
static WorkerParameterName |
WorkerParameterName.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
String |
WorkerParameters.getParameterValue(WorkerParameterName parameterName)
Get the parameter according to the parameterName
|
WorkerParameters |
WorkerParameters.putParameterValue(WorkerParameterName parameterName,
String parameterValue)
Put parameterValue on mapParameters with parameterName key
If parameterKey already exists, then override it (no check) |
Copyright © 2018 Vitam. All rights reserved.