Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJob
-
Packages that use XbpJob Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of XbpJob in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return XbpJob Modifier and Type Method Description XbpJob
XbpInterface. getJob(String jobname, String jobcount)
Get a specific jobXbpJob
XbpJob. getParentJob()
Get the parent of the job.Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return types with arguments of type XbpJob Modifier and Type Method Description Iterator<XbpJob>
XbpJob. getChildJobs(XbpJobSelectionOption option)
Get the children of the job.Iterator<XbpJob>
XbpInterface. getInterceptedJobs(XbpJobSelectionOption option)
Get intercepted jobs.Iterator<XbpJob>
XbpInterface. selectJobs(XbpJobSelectionOption option, String jobnameMask, String usernameMask, SapBatchJobStatus[] statuses)
Select jobs by the name of the job, owner name and statusIterator<XbpJob>
XbpInterface. selectJobs(XbpJobSelectionOption option, String jobnameMask, String usernameMask, SapBatchJobStatus[] statuses, DateTimeZone fromDateTime, DateTimeZone toDateTime)
Select jobs by the name of the job, owner name, status and timeIterator<XbpJob>
XbpInterface. selectJobs(XbpJobSelectionOption option, String jobnameMask, String usernameMask, SapBatchJobStatus[] statuses, String eventId, String eventParameter)
Select jobs by the name of the job, owner name, status and event
-