public interface Job
| Modifier and Type | Method and Description |
|---|---|
JobApiClient |
getApiClient()
Returns the job API client information.
|
String |
getApplicationId()
Gets the ID of the application associated with the job.
|
String |
getApplicationVersion()
Gets the version of the application associated with the submitted job.
|
String |
getApplicationVersionUsed()
Gets the version of the application used during job processing.
|
JobAttachment |
getAttachment(String name)
Gets an attachment to the job.
|
List<JobAttachment> |
getAttachments()
Gets the attachments to the job.
|
Date |
getCreatedAt()
Gets the time when the job was created.
|
Map<String,String> |
getDetails()
Gets details about the job.
|
Date |
getEndedAt()
Gets the time when the job completed.
|
Date |
getEndRecordedAt()
Gets the time when the job completion status was recorded.
|
JobExecutionStatus |
getExecutionStatus()
Gets the execution status of the job.
|
JobFailureInfo |
getFailureInfo()
Gets information regarding the failure of the processing of the job.
|
String |
getId()
Gets ID of the job.
|
Date |
getInterruptedAt()
Gets the time when the job was interrupted.
|
JobInterruptionStatus |
getInterruptionStatus()
Gets information about the current interruption status of the job.
|
String |
getLanguage()
Gets the current language for the job.
|
String |
getLastProcessingOwner()
Gets the processor ID that executed the job.
|
Long |
getNbLogItems()
Gets the number of log items associated with the job, once it is completed.
|
String |
getOwner()
Gets the owner of the job.
|
JobParameters |
getParameters()
Gets the parameters associated with the job.
|
String |
getProcessingOwner()
Gets the processor ID that is currently executing the job.
|
String |
getRev()
Gets the job revision value.
|
JobSolveStatus |
getSolveStatus()
Gets information about the current solve status of the job.
|
Date |
getStartedAt()
Gets the time when the job was started.
|
Date |
getSubmittedAt()
Gets the time when the job was submitted.
|
JobSubscriber |
getSubscriber()
Returns the subscriber information.
|
JobSubscription |
getSubscription()
Gets job subscription information.
|
Date |
getUpdatedAt()
Gets the time when the job details were updated.
|
String getRev()
String getId()
String getApplicationId()
String getApplicationVersion()
String getApplicationVersionUsed()
JobExecutionStatus getExecutionStatus()
Date getCreatedAt()
Date getStartedAt()
Date getEndedAt()
Date getEndRecordedAt()
getEndedAt()Date getUpdatedAt()
JobParameters getParameters()
String getProcessingOwner()
String getLastProcessingOwner()
String getOwner()
List<JobAttachment> getAttachments()
JobAttachment getAttachment(String name)
name - Name of attachment.JobFailureInfo getFailureInfo()
String getLanguage()
Map<String,String> getDetails()
JobSolveStatus getSolveStatus()
JobInterruptionStatus getInterruptionStatus()
Date getInterruptedAt()
Date getSubmittedAt()
Long getNbLogItems()
JobSubscription getSubscription()
JobSubscriber getSubscriber()
JobApiClient getApiClient()
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.