Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowTask |
MediaWorkflowTask.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MediaWorkflowTask> |
UpdateMediaWorkflowDetails.getTasks()
The processing to be done in this workflow.
|
List<MediaWorkflowTask> |
MediaWorkflow.getTasks()
The processing to be done in this workflow.
|
List<MediaWorkflowTask> |
SystemMediaWorkflow.getTasks()
The processing to be done in this workflow.
|
List<MediaWorkflowTask> |
CreateMediaWorkflowDetails.getTasks()
The processing to be done in this workflow.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowTask.Builder |
MediaWorkflowTask.Builder.copy(MediaWorkflowTask model) |
Modifier and Type | Method and Description |
---|---|
UpdateMediaWorkflowDetails.Builder |
UpdateMediaWorkflowDetails.Builder.tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
MediaWorkflow.Builder |
MediaWorkflow.Builder.tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
SystemMediaWorkflow.Builder |
SystemMediaWorkflow.Builder.tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
CreateMediaWorkflowDetails.Builder |
CreateMediaWorkflowDetails.Builder.tasks(List<MediaWorkflowTask> tasks)
The processing to be done in this workflow.
|
Constructor and Description |
---|
CreateMediaWorkflowDetails(String displayName,
String compartmentId,
List<MediaWorkflowTask> tasks,
List<String> mediaWorkflowConfigurationIds,
Map<String,Object> parameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<ResourceLock> locks)
Deprecated.
|
MediaWorkflow(String id,
String displayName,
String compartmentId,
List<MediaWorkflowTask> tasks,
List<String> mediaWorkflowConfigurationIds,
Map<String,Object> parameters,
Date timeCreated,
Date timeUpdated,
MediaWorkflow.LifecycleState lifecycleState,
String lifecyleDetails,
Long version,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
SystemMediaWorkflow(String name,
String description,
Map<String,Object> parameters,
List<MediaWorkflowTask> tasks,
List<ResourceLock> locks)
Deprecated.
|
UpdateMediaWorkflowDetails(String displayName,
List<MediaWorkflowTask> tasks,
List<String> mediaWorkflowConfigurationIds,
Map<String,Object> parameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.