Package | Description |
---|---|
com.oracle.bmc.datacatalog.model | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
static JobType |
JobType.create(String key) |
JobType |
JobSummary.getJobType()
Type of the job.
|
JobType |
Job.getJobType()
Type of the job.
|
JobType |
JobExecutionSummary.getJobType()
Type of the job execution.
|
JobType |
CreateJobDefinitionDetails.getJobType()
Type of the job definition.
|
JobType |
CreateJobExecutionDetails.getJobType()
Type of the job execution.
|
JobType |
JobDefinitionSummary.getJobType()
Type of the job definition.
|
JobType |
JobDefinition.getJobType()
Type of the job definition.
|
JobType |
JobExecution.getJobType()
Type of the job execution.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.jobType(JobType jobType)
Type of the job.
|
Job.Builder |
Job.Builder.jobType(JobType jobType)
Type of the job.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.jobType(JobType jobType)
Type of the job execution.
|
CreateJobDefinitionDetails.Builder |
CreateJobDefinitionDetails.Builder.jobType(JobType jobType)
Type of the job definition.
|
CreateJobExecutionDetails.Builder |
CreateJobExecutionDetails.Builder.jobType(JobType jobType)
Type of the job execution.
|
JobDefinitionSummary.Builder |
JobDefinitionSummary.Builder.jobType(JobType jobType)
Type of the job definition.
|
JobDefinition.Builder |
JobDefinition.Builder.jobType(JobType jobType)
Type of the job definition.
|
JobExecution.Builder |
JobExecution.Builder.jobType(JobType jobType)
Type of the job execution.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
JobType |
ListJobsRequest.getJobType()
Job type.
|
JobType |
ListJobExecutionsRequest.getJobType()
Job type.
|
JobType |
ListJobDefinitionsRequest.getJobType()
Job type.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.jobType(JobType jobType)
Job type.
|
ListJobExecutionsRequest.Builder |
ListJobExecutionsRequest.Builder.jobType(JobType jobType)
Job type.
|
ListJobDefinitionsRequest.Builder |
ListJobDefinitionsRequest.Builder.jobType(JobType jobType)
Job type.
|
Copyright © 2016–2024. All rights reserved.