| Package | Description |
|---|---|
| com.ibm.optim.oaas.client.job |
This package contains the classes to create and handle jobs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyAttachmentException
Validation exception indicating that the attachment is empty.
|
class |
FormatNotSupportedException
Validation exception thrown when the requested result format is not supported by the job processor.
|
class |
IllegalJobStatusException
Validation exception thrown when an action is attempted on a job which does not have the right status
to handle this action.
|
class |
InvalidApplicationException
Validation exception thrown when the application is not valid or not supported.
|
class |
InvalidAttachmentNameException
Validation exception thrown when the name of an attachment is invalid.
|
class |
InvalidAttachmentsException
Validation exception thrown when the given combination of attachment types is not supported by the
specified application.
|
class |
MissingAttachmentNameException
Validation exception thrown when the name of an attachment is missing.
|
class |
MissingAttachmentsException
Validation exception thrown when no application was specified and no attachments were
declared.
|
class |
MissingExtensionException
Validation exception thrown when the application is not valid or not supported.
|
class |
UndefinedApplicationException
Validation exception thrown when no application has been defined.
|
class |
UnrecognizedAttachmentsException
Validation exception thrown when the application was not set and the combination of attachments is
not recognized as valid for any application.
|
| 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.createJobAttachment(String jobid,
JobAttachmentCreationData att)
Creates a job attachment for a given job.
|
void |
JobClient.executeJob(String jobid)
Submits a job for execution.
|
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.