public class JobService extends Object
| Constructor and Description |
|---|
JobService(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.bmc.arsys.api.QualifierInfo |
buildJobItemQualifier(String jobId)
Method to build qualification for getting Job Items
|
com.bmc.arsys.api.QualifierInfo |
buildPendingJobQualifier(String szGUID)
Method to build qualification for getting Pending Jobs
|
com.bmc.arsys.api.QualifierInfo |
buildQualifier(String jobId)
Method to build Qualification
|
Job |
getJobDetails(String jobId)
Method to get Job Details
|
ArrayList<JobItem> |
getJobItems(String szJobID)
Method to get Job Items for the scheduled Job
|
String |
getJobListSchema(com.bmc.arsys.api.ARServerUser context)
Method to get the schema name for Job
|
String |
getJobPendingListSchema(com.bmc.arsys.api.ARServerUser context)
Method to get the Pending Job Schema name
|
String |
getPendingJobInfo(com.bmc.arsys.api.ARServerUser context,
String szGUID)
Method to get Pending Job details
|
String |
getSchemaJobItem(com.bmc.arsys.api.ARServerUser context)
Method to get the Pending Job Schema name
|
void |
updateJob(com.bmc.arsys.api.ARServerUser context,
Job oJob)
Method to get the schema name for Job
|
public JobService(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
public Job getJobDetails(String jobId) throws com.bmc.arsys.api.ARException, SchedulerException
jobId - com.bmc.arsys.api.ARExceptionSchedulerExceptionpublic String getJobListSchema(com.bmc.arsys.api.ARServerUser context) throws com.bmc.arsys.api.ARException
context - com.bmc.arsys.api.ARExceptionpublic String getJobPendingListSchema(com.bmc.arsys.api.ARServerUser context) throws com.bmc.arsys.api.ARException
context - com.bmc.arsys.api.ARExceptionpublic String getSchemaJobItem(com.bmc.arsys.api.ARServerUser context) throws com.bmc.arsys.api.ARException
context - com.bmc.arsys.api.ARExceptionpublic com.bmc.arsys.api.QualifierInfo buildQualifier(String jobId)
jobId - public com.bmc.arsys.api.QualifierInfo buildPendingJobQualifier(String szGUID)
szGUID - public com.bmc.arsys.api.QualifierInfo buildJobItemQualifier(String jobId)
jobId - public String getPendingJobInfo(com.bmc.arsys.api.ARServerUser context, String szGUID) throws com.bmc.arsys.api.ARException
szGUID - com.bmc.arsys.api.ARExceptionpublic void updateJob(com.bmc.arsys.api.ARServerUser context,
Job oJob)
throws com.bmc.arsys.api.ARException
context - com.bmc.arsys.api.ARException? Copyright 2013 BMC Software, Inc.