| 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 |
|---|---|
JobAttachmentCreationData |
JobClient.newInputJobAttachment(String name)
Creates new input attachment data to be added to a job.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JobClient.createJobAttachment(String jobid,
JobAttachmentCreationData att)
Creates a job attachment for a given job.
|
| Modifier and Type | Method and Description |
|---|---|
JobAttachmentCreationData |
JobCreationData.addJobAttachment(String name)
Adds an input job attachment with a given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobAttachmentCreationData> |
JobCreationData.getAttachments()
Gets the attachments associated with creating the job.
|
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.