| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| Modifier and Type | Method and Description |
|---|---|
JobCreationData |
JobRequest.getData()
Returns the job data used to create and initialize the job.
|
JobCreationData |
JobResponse.getData()
Returns The job data used to create and initialize the job.
|
JobCreationData |
JobClient.newJobCreationData()
Creates a new object to create and initialize a new job.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JobClient.copyJob(String jobid,
JobCreationData data,
boolean shallow)
Creates a new job by copying an existing job.
|
String |
JobClient.createJob(JobCreationData data)
Creates a new job.
|
String |
JobClient.recreateJob(String jobid,
JobCreationData data,
boolean execute)
Creates a new job by replacing an existing job.
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.