Uses of Class
com.oracle.bmc.datacatalog.model.JobExecutionState
-
Packages that use JobExecutionState Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of JobExecutionState in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type JobExecutionState Modifier and Type Method Description Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, JobExecutionState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, JobExecutionState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobExecutionRequest,GetJobExecutionResponse>
DataCatalogWaiters. forJobExecution(GetJobExecutionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobExecutionState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of JobExecutionState in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobExecutionState Modifier and Type Method Description static JobExecutionState
JobExecutionState. create(String key)
JobExecutionState
ImportDataAssetJobResult. getImportJobExecutionStatus()
The status of the import job execution.JobExecutionState
ImportLineageJobResult. getImportJobExecutionStatus()
The state of the import job execution.JobExecutionState
JobDefinition. getJobExecutionState()
Status of the latest job execution, such as running, paused, or completed.JobExecutionState
JobDefinitionSummary. getJobExecutionState()
Status of the latest job execution, such as running, paused, or completed.JobExecutionState
CreateJobExecutionDetails. getLifecycleState()
Status of the job execution, such as running, paused, or completed.JobExecutionState
JobExecution. getLifecycleState()
Status of the job execution, such as running, paused, or completed.JobExecutionState
JobExecutionSummary. getLifecycleState()
Status of the job execution, such as running, paused, or completed.static JobExecutionState
JobExecutionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobExecutionState[]
JobExecutionState. 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 JobExecutionState Modifier and Type Method Description ImportDataAssetJobResult.Builder
ImportDataAssetJobResult.Builder. importJobExecutionStatus(JobExecutionState importJobExecutionStatus)
The status of the import job execution.ImportLineageJobResult.Builder
ImportLineageJobResult.Builder. importJobExecutionStatus(JobExecutionState importJobExecutionStatus)
The state of the import job execution.JobDefinition.Builder
JobDefinition.Builder. jobExecutionState(JobExecutionState jobExecutionState)
Status of the latest job execution, such as running, paused, or completed.JobDefinitionSummary.Builder
JobDefinitionSummary.Builder. jobExecutionState(JobExecutionState jobExecutionState)
Status of the latest job execution, such as running, paused, or completed.CreateJobExecutionDetails.Builder
CreateJobExecutionDetails.Builder. lifecycleState(JobExecutionState lifecycleState)
Status of the job execution, such as running, paused, or completed.JobExecution.Builder
JobExecution.Builder. lifecycleState(JobExecutionState lifecycleState)
Status of the job execution, such as running, paused, or completed.JobExecutionSummary.Builder
JobExecutionSummary.Builder. lifecycleState(JobExecutionState lifecycleState)
Status of the job execution, such as running, paused, or completed.Constructors in com.oracle.bmc.datacatalog.model with parameters of type JobExecutionState Constructor Description CreateJobExecutionDetails(String subType, JobType jobType, String parentKey, Date timeStarted, Date timeEnded, JobExecutionState lifecycleState, String errorCode, String errorMessage, String scheduleInstanceKey, String processKey, String externalUrl, String eventKey, String dataEntityKey, Map<String,Map<String,String>> properties)
Deprecated.ImportDataAssetJobResult(String dataAssetKey, String importJobDefinitionKey, String importJobKey, String importJobExecutionKey, JobExecutionState importJobExecutionStatus)
Deprecated.ImportLineageJobResult(String dataAssetKey, String importJobDefinitionKey, String importJobKey, String importJobExecutionKey, JobExecutionState importJobExecutionStatus)
Deprecated.JobDefinition(String key, String displayName, String catalogId, JobType jobType, Boolean isIncremental, String dataAssetKey, String glossaryKey, String description, String connectionKey, String internalVersion, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String createdById, String updatedById, String uri, Boolean isSampleDataExtracted, Integer sampleDataSizeInMBs, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, Map<String,Map<String,String>> properties)
Deprecated.JobDefinitionSummary(String key, String displayName, String description, String catalogId, String uri, JobType jobType, LifecycleState lifecycleState, Boolean isSampleDataExtracted, Date timeCreated, String connectionKey, Date timeLatestExecutionStarted, Date timeLatestExecutionEnded, JobExecutionState jobExecutionState, JobScheduleType scheduleType, String dataAssetKey, String glossaryKey)
Deprecated.JobExecution(String key, String jobKey, JobType jobType, String subType, String parentKey, String scheduleInstanceKey, JobExecutionState lifecycleState, Date timeCreated, Date timeStarted, Date timeEnded, String errorCode, String errorMessage, String processKey, String externalUrl, String eventKey, String dataEntityKey, String createdById, String updatedBy, String uri, Map<String,Map<String,String>> properties)
Deprecated.JobExecutionSummary(String key, String jobKey, JobType jobType, String parentKey, String scheduleInstanceKey, JobExecutionState lifecycleState, Date timeCreated, Date timeStarted, Date timeEnded, String uri)
Deprecated. -
Uses of JobExecutionState in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return JobExecutionState Modifier and Type Method Description JobExecutionState
ListJobDefinitionsRequest. getJobExecutionState()
Job execution state.JobExecutionState
ListJobExecutionsRequest. getLifecycleState()
Job execution lifecycle state.Methods in com.oracle.bmc.datacatalog.requests with parameters of type JobExecutionState Modifier and Type Method Description ListJobDefinitionsRequest.Builder
ListJobDefinitionsRequest.Builder. jobExecutionState(JobExecutionState jobExecutionState)
Job execution state.ListJobExecutionsRequest.Builder
ListJobExecutionsRequest.Builder. lifecycleState(JobExecutionState lifecycleState)
Job execution lifecycle state.
-