Uses of Class
com.oracle.bmc.mediaservices.model.MediaWorkflowJob.LifecycleState
-
Packages that use MediaWorkflowJob.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of MediaWorkflowJob.LifecycleState in com.oracle.bmc.mediaservices
-
Uses of MediaWorkflowJob.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaWorkflowJob.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflowJob.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflowJob.LifecycleState Constructor 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. -
Uses of MediaWorkflowJob.LifecycleState in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return MediaWorkflowJob.LifecycleState Modifier and Type Method Description MediaWorkflowJob.LifecycleState
ListMediaWorkflowJobsRequest. getLifecycleState()
A filter to return only the resources with lifecycleState matching the given lifecycleState.Methods in com.oracle.bmc.mediaservices.requests with parameters of type MediaWorkflowJob.LifecycleState Modifier and Type Method Description ListMediaWorkflowJobsRequest.Builder
ListMediaWorkflowJobsRequest.Builder. lifecycleState(MediaWorkflowJob.LifecycleState lifecycleState)
A filter to return only the resources with lifecycleState matching the given lifecycleState.
-