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 JobTypeJobType. create(String key)JobTypeCreateJobDefinitionDetails. getJobType()Type of the job definition.JobTypeCreateJobExecutionDetails. getJobType()Type of the job execution.JobTypeJob. getJobType()Type of the job.JobTypeJobDefinition. getJobType()Type of the job definition.JobTypeJobDefinitionSummary. getJobType()Type of the job definition.JobTypeJobExecution. getJobType()Type of the job execution.JobTypeJobExecutionSummary. getJobType()Type of the job execution.JobTypeJobSummary. getJobType()Type of the job.static JobTypeJobType. 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.BuilderCreateJobDefinitionDetails.Builder. jobType(JobType jobType)Type of the job definition.CreateJobExecutionDetails.BuilderCreateJobExecutionDetails.Builder. jobType(JobType jobType)Type of the job execution.Job.BuilderJob.Builder. jobType(JobType jobType)Type of the job.JobDefinition.BuilderJobDefinition.Builder. jobType(JobType jobType)Type of the job definition.JobDefinitionSummary.BuilderJobDefinitionSummary.Builder. jobType(JobType jobType)Type of the job definition.JobExecution.BuilderJobExecution.Builder. jobType(JobType jobType)Type of the job execution.JobExecutionSummary.BuilderJobExecutionSummary.Builder. jobType(JobType jobType)Type of the job execution.JobSummary.BuilderJobSummary.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 JobTypeListJobDefinitionsRequest. getJobType()Job type.JobTypeListJobExecutionsRequest. getJobType()Job type.JobTypeListJobsRequest. getJobType()Job type.Methods in com.oracle.bmc.datacatalog.requests with parameters of type JobType Modifier and Type Method Description ListJobDefinitionsRequest.BuilderListJobDefinitionsRequest.Builder. jobType(JobType jobType)Job type.ListJobExecutionsRequest.BuilderListJobExecutionsRequest.Builder. jobType(JobType jobType)Job type.ListJobsRequest.BuilderListJobsRequest.Builder. jobType(JobType jobType)Job type.
-