public enum WorkerParameterName extends Enum<WorkerParameterName>
Enum Constant and Description |
---|
auditActions
the array of the different audit actions
there are three types of action: "check existence" , "check integrity", "correction"
|
auditType
Type of the audit to be processed
|
containerName
Name of the container to be uploaded
|
context
process logbook context
|
currentStep
Current name of the step to be processed
|
endDate
End operation date
|
hashRoot
hash of root
|
lifecycleTraceabilityOverlapDelayInSeconds
The overlap delay (in seconds) for logbook lifecycle traceability events.
|
logbookRequest
Request to be executed by the logbook module
|
logBookTypeProcess
The LogbookTypeProcess value used in logbookOperation
|
metadataRequest
Request to be executed by the metadata module (not used for now, except in test classes)
|
objectId
Id of the object to be processed (not used, except in test classes)
|
objectName
Name/path of the object to be processed
|
objectNameList
List Name/path of the object to be processed
|
previousStep
Previous name of the step processed
|
processId
Unique id (GUID) of the workflow to be executed
|
startDate
Start operation date
|
stepUniqId
Unique id of a step.
|
urlMetadata
Url of metadata resources
|
urlWorkspace
Url of workspace resources
|
workerGUID
Id of the worker (GUID) (not used for now, except in test classes)
|
workflowStatusKo
If Current Workflow status is greater or equal ko, contains the status
|
Modifier and Type | Method and Description |
---|---|
static HashSet<String> |
getEnums() |
static WorkerParameterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerParameterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkerParameterName urlMetadata
public static final WorkerParameterName urlWorkspace
public static final WorkerParameterName processId
public static final WorkerParameterName stepUniqId
public static final WorkerParameterName containerName
public static final WorkerParameterName objectName
public static final WorkerParameterName objectNameList
public static final WorkerParameterName objectId
public static final WorkerParameterName auditType
public static final WorkerParameterName workerGUID
public static final WorkerParameterName metadataRequest
public static final WorkerParameterName currentStep
public static final WorkerParameterName previousStep
public static final WorkerParameterName workflowStatusKo
public static final WorkerParameterName logBookTypeProcess
public static final WorkerParameterName logbookRequest
public static final WorkerParameterName startDate
public static final WorkerParameterName endDate
public static final WorkerParameterName hashRoot
public static final WorkerParameterName context
public static final WorkerParameterName auditActions
public static final WorkerParameterName lifecycleTraceabilityOverlapDelayInSeconds
public static WorkerParameterName[] values()
for (WorkerParameterName c : WorkerParameterName.values()) System.out.println(c);
public static WorkerParameterName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Vitam. All rights reserved.