public enum JobOffloadingProcessArguments extends java.lang.Enum<JobOffloadingProcessArguments>
Enum Constant and Description |
---|
JOB_PROPERTIES
The job properties.
|
JOB_TOPIC
The job topic.
|
OFFLOADING_INPUT
The offloading input.
|
OFFLOADING_INPUT_WORKFLOW_PAYLOAD
Flag indicating if the workflow payload is supposed to be added to the offloading input.
|
OFFLOADING_OUTPUT
The offloading output.
|
OFFLOADING_OUTPUT_WORKFLOW_PAYLOAD
Flag indicating if the workflow payload is supposed to be added to the offloading output.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgumentName()
Get the argument name.
|
static JobOffloadingProcessArguments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobOffloadingProcessArguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobOffloadingProcessArguments JOB_TOPIC
The job topic.
Mandatory. The job topic to use when adding new job.
public static final JobOffloadingProcessArguments JOB_PROPERTIES
The job properties.
Optional. Job properties are expected to be an array of key|value pairs. Key/value are expected to be separated by the pipe '|'.
public static final JobOffloadingProcessArguments OFFLOADING_INPUT
The offloading input.
Optional. The offloading input is expected to be an array of paths.
public static final JobOffloadingProcessArguments OFFLOADING_OUTPUT
The offloading output.
Optional. The offloading output is expected to be an array of paths.
public static final JobOffloadingProcessArguments OFFLOADING_INPUT_WORKFLOW_PAYLOAD
Flag indicating if the workflow payload is supposed to be added to the offloading input.
Optional.
public static final JobOffloadingProcessArguments OFFLOADING_OUTPUT_WORKFLOW_PAYLOAD
Flag indicating if the workflow payload is supposed to be added to the offloading output.
Optional.
public static JobOffloadingProcessArguments[] values()
for (JobOffloadingProcessArguments c : JobOffloadingProcessArguments.values()) System.out.println(c);
public static JobOffloadingProcessArguments valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getArgumentName()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"