Uses of Class
com.oracle.bmc.datacatalog.model.JobType
-
Packages that use JobType Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of JobType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobType Modifier and Type Method Description static JobType
JobType. create(String key)
JobType
CreateJobDefinitionDetails. getJobType()
Type of the job definition.JobType
CreateJobExecutionDetails. getJobType()
Type of the job execution.JobType
Job. getJobType()
Type of the job.JobType
JobDefinition. getJobType()
Type of the job definition.JobType
JobDefinitionSummary. getJobType()
Type of the job definition.JobType
JobExecution. getJobType()
Type of the job execution.JobType
JobExecutionSummary. getJobType()
Type of the job execution.JobType
JobSummary. getJobType()
Type of the job.static JobType
JobType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobType[]
JobType. 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 JobType Modifier and Type Method Description CreateJobDefinitionDetails.Builder
CreateJobDefinitionDetails.Builder. jobType(JobType jobType)
Type of the job definition.CreateJobExecutionDetails.Builder
CreateJobExecutionDetails.Builder. jobType(JobType jobType)
Type of the job execution.Job.Builder
Job.Builder. jobType(JobType jobType)
Type of the job.JobDefinition.Builder
JobDefinition.Builder. jobType(JobType jobType)
Type of the job definition.JobDefinitionSummary.Builder
JobDefinitionSummary.Builder. jobType(JobType jobType)
Type of the job definition.JobExecution.Builder
JobExecution.Builder. jobType(JobType jobType)
Type of the job execution.JobExecutionSummary.Builder
JobExecutionSummary.Builder. jobType(JobType jobType)
Type of the job execution.JobSummary.Builder
JobSummary.Builder. jobType(JobType jobType)
Type of the job.Constructors in com.oracle.bmc.datacatalog.model with parameters of type JobType Constructor Description CreateJobDefinitionDetails(String displayName, String description, JobType jobType, Boolean isIncremental, String dataAssetKey, String glossaryKey, String connectionKey, Boolean isSampleDataExtracted, Integer sampleDataSizeInMBs, Map<String,Map<String,String>> properties)
Deprecated.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.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.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.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 JobType in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return JobType Modifier and Type Method Description JobType
ListJobDefinitionsRequest. getJobType()
Job type.JobType
ListJobExecutionsRequest. getJobType()
Job type.JobType
ListJobsRequest. getJobType()
Job type.Methods in com.oracle.bmc.datacatalog.requests with parameters of type JobType Modifier and Type Method Description ListJobDefinitionsRequest.Builder
ListJobDefinitionsRequest.Builder. jobType(JobType jobType)
Job type.ListJobExecutionsRequest.Builder
ListJobExecutionsRequest.Builder. jobType(JobType jobType)
Job type.ListJobsRequest.Builder
ListJobsRequest.Builder. jobType(JobType jobType)
Job type.
-