public interface IProcessorContext
| Modifier and Type | Method and Description |
|---|---|
ArrayList<JobItem> |
getJobItems()
Returns the list of Job items which are to be processed by this Job.
|
HashMap<String,String> |
getJobParameters()
Returns Job Parameters in form of name-value
|
com.bmc.arsys.api.ARServerUser |
getServerUser()
Returns Server User context
|
HashMap<String,String> getJobParameters()
ArrayList<JobItem> getJobItems()
com.bmc.arsys.api.ARServerUser getServerUser()
? Copyright 2013 BMC Software, Inc.