Uses of Class
com.oracle.bmc.datacatalog.model.JobLifecycleState
-
Packages that use JobLifecycleState Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of JobLifecycleState in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type JobLifecycleState Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataCatalogWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of JobLifecycleState in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobLifecycleState Modifier and Type Method Description static JobLifecycleState
JobLifecycleState. create(String key)
JobLifecycleState
Job. getLifecycleState()
Lifecycle state for job.JobLifecycleState
JobSummary. getLifecycleState()
Lifecycle state of the job, such as running, paused, or completed.static JobLifecycleState
JobLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobLifecycleState[]
JobLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model with parameters of type JobLifecycleState Modifier and Type Method Description Job.Builder
Job.Builder. lifecycleState(JobLifecycleState lifecycleState)
Lifecycle state for job.JobSummary.Builder
JobSummary.Builder. lifecycleState(JobLifecycleState lifecycleState)
Lifecycle state of the job, such as running, paused, or completed.Constructors in com.oracle.bmc.datacatalog.model with parameters of type JobLifecycleState Constructor Description Job(String key, String displayName, String description, String catalogId, JobLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, JobType jobType, String scheduleCronExpression, Date timeScheduleBegin, Date timeScheduleEnd, JobScheduleType scheduleType, String connectionKey, String jobDefinitionKey, String internalVersion, Integer executionCount, Date timeOfLatestExecution, String createdById, String updatedById, String jobDefinitionName, String dataAssetKey, String glossaryKey, String errorCode, String errorMessage, String uri)
Deprecated.JobSummary(String key, String uri, String displayName, String catalogId, String jobDefinitionKey, JobLifecycleState lifecycleState, JobType jobType, String scheduleType, String description, Date timeCreated, Date timeUpdated, String createdById, String updatedById, String scheduleCronExpression, Date timeScheduleBegin, Integer executionCount, Date timeOfLatestExecution, String jobDefinitionName, String dataAssetKey, String glossaryKey, String errorCode, String errorMessage, List<JobExecutionSummary> executions)
Deprecated. -
Uses of JobLifecycleState in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return JobLifecycleState Modifier and Type Method Description JobLifecycleState
ListJobsRequest. getLifecycleState()
Job lifecycle state.Methods in com.oracle.bmc.datacatalog.requests with parameters of type JobLifecycleState Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(JobLifecycleState lifecycleState)
Job lifecycle state.
-