Uses of Class
com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobSelectionOption
-
Packages that use XbpJobSelectionOption Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of XbpJobSelectionOption in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Fields in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp declared as XbpJobSelectionOption Modifier and Type Field Description static XbpJobSelectionOption
XbpJobSelectionOption. All
Select all jobs regardless what confirmation they have, if anystatic XbpJobSelectionOption
XbpJobSelectionOption. NotConfirmed
Select all jobs that do not have any confirmationstatic XbpJobSelectionOption
XbpJobSelectionOption. NotConfirmedGenerally
Select all jobs that do not have general confirmationstatic XbpJobSelectionOption
XbpJobSelectionOption. NotConfirmedSpecifically
Select all jobs that do not have special confirmationMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp with parameters of type XbpJobSelectionOption 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
-