Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
static MediaWorkflowJob.LifecycleState |
MediaWorkflowJob.LifecycleState.create(String key) |
MediaWorkflowJob.LifecycleState |
MediaWorkflowJob.getLifecycleState()
The current state of the MediaWorkflowJob.
|
MediaWorkflowJob.LifecycleState |
MediaWorkflowJobSummary.getLifecycleState()
The current state of the MediaWorkflowJob.
|
MediaWorkflowJob.LifecycleState |
MediaWorkflowTaskState.getLifecycleState()
The current state of the MediaWorkflowJob task.
|
static MediaWorkflowJob.LifecycleState |
MediaWorkflowJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaWorkflowJob.LifecycleState[] |
MediaWorkflowJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowJob.Builder |
MediaWorkflowJob.Builder.lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
The current state of the MediaWorkflowJob.
|
MediaWorkflowJobSummary.Builder |
MediaWorkflowJobSummary.Builder.lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
The current state of the MediaWorkflowJob.
|
MediaWorkflowTaskState.Builder |
MediaWorkflowTaskState.Builder.lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
The current state of the MediaWorkflowJob task.
|
Constructor and Description |
---|
MediaWorkflowJob(List<String> mediaWorkflowConfigurationIds,
String mediaWorkflowId,
String id,
String compartmentId,
String displayName,
MediaWorkflowJob.LifecycleState lifecycleState,
String lifecycleDetails,
List<MediaWorkflowTaskState> taskLifecycleState,
Map<String,Object> parameters,
Date timeCreated,
Date timeUpdated,
Map<String,Object> runnable,
List<JobOutput> outputs,
Date timeStarted,
Date timeEnded,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MediaWorkflowJobSummary(String mediaWorkflowId,
String id,
String displayName,
Date timeCreated,
Date timeUpdated,
MediaWorkflowJob.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
MediaWorkflowTaskState(String key,
MediaWorkflowJob.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowJob.LifecycleState |
ListMediaWorkflowJobsRequest.getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListMediaWorkflowJobsRequest.Builder |
ListMediaWorkflowJobsRequest.Builder.lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.