Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskOperator.TaskType |
TaskOperator.TaskType.create(String key) |
TaskOperator.TaskType |
TaskOperator.getTaskType()
The type of the task referenced in the task property.
|
static TaskOperator.TaskType |
TaskOperator.TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskOperator.TaskType[] |
TaskOperator.TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskOperator.Builder |
TaskOperator.Builder.taskType(TaskOperator.TaskType taskType)
The type of the task referenced in the task property.
|
Constructor and Description |
---|
TaskOperator(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<TypedObject> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
Integer retryAttempts,
TaskOperator.RetryDelayUnit retryDelayUnit,
Double retryDelay,
Double expectedDuration,
TaskOperator.ExpectedDurationUnit expectedDurationUnit,
TaskOperator.TaskType taskType,
Task task,
TaskOperator.TriggerRule triggerRule,
ConfigProvider configProviderDelegate)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.