| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| com.ibm.optim.oaas.client.job.model |
This package contains the classes that define the job model.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttachment |
JobClient.getJobAttachment(String jobid,
String attid)
Returns the job attachment (if any) of a given job.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobAttachment> |
JobClient.getJobAttachments(String jobid)
Returns the list of job attachments for a job.
|
List<? extends JobAttachment> |
JobClient.getJobAttachments(String jobid,
JobAttachmentType type)
Returns the list of job attachments of a given type for a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttachment |
JobCreationData.getAttachment(String name)
Gets an attachment to the job.
|
JobAttachment |
Job.getAttachment(String name)
Gets an attachment to the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobAttachment> |
Job.getAttachments()
Gets the attachments to the job.
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.