@Deprecated public enum WorkflowOffloadingProcessArguments extends java.lang.Enum<WorkflowOffloadingProcessArguments>
Enum Constant and Description |
---|
OFFLOADING_INPUT_WORKFLOW_MODEL
Deprecated.
Flag indicating if the workflow model is supposed to be added to the offloading input.
|
OFFLOADING_OUTPUT_WORKFLOW_MODEL
Deprecated.
Flag indicating if the workflow model is supposed to be added to the offloading output.
|
WORKFLOW_MODEL
Deprecated.
The workflow model.
|
WORKFLOW_PAYLOAD
Deprecated.
The workflow model.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArgumentName()
Deprecated.
Get the argument name.
|
static WorkflowOffloadingProcessArguments |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WorkflowOffloadingProcessArguments[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowOffloadingProcessArguments WORKFLOW_MODEL
The workflow model.
Mandatory. The workflow model to use for the offloaded workflow.
public static final WorkflowOffloadingProcessArguments WORKFLOW_PAYLOAD
The workflow model.
Mandatory. The workflow payload to use for the offloaded workflow. Only path based payloads are supported.
public static final WorkflowOffloadingProcessArguments OFFLOADING_INPUT_WORKFLOW_MODEL
Flag indicating if the workflow model is supposed to be added to the offloading input.
Optional.
public static final WorkflowOffloadingProcessArguments OFFLOADING_OUTPUT_WORKFLOW_MODEL
Flag indicating if the workflow model is supposed to be added to the offloading output.
Optional.
public static WorkflowOffloadingProcessArguments[] values()
for (WorkflowOffloadingProcessArguments c : WorkflowOffloadingProcessArguments.values()) System.out.println(c);
public static WorkflowOffloadingProcessArguments 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. All Rights Reserved