Uses of Class
com.redwood.scheduler.api.model.enumeration.SapBatchJobStatus
-
Packages that use SapBatchJobStatus Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBPcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of SapBatchJobStatus in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return SapBatchJobStatus Modifier and Type Method Description SapBatchJobStatus
XbpJob. getStatus()
Get the status of the jobMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp with parameters of type SapBatchJobStatus Modifier and Type Method Description 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 -
Uses of SapBatchJobStatus in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return SapBatchJobStatus Modifier and Type Method Description static SapBatchJobStatus
SapBatchJobStatus. safeValueOf(String value)
Helper function to return the SapBatchJobStatus represented byvalue
.static SapBatchJobStatus
SapBatchJobStatus. valueOf(char code)
Helper function to return the SapBatchJobStatus represented by code.static SapBatchJobStatus
SapBatchJobStatus. valueOf(Character code)
Helper function to return the SapBatchJobStatus represented by code.static SapBatchJobStatus
SapBatchJobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SapBatchJobStatus
SapBatchJobStatus. valueOfCode(String code)
Helper function to return the SapBatchJobStatus represented by code.static SapBatchJobStatus[]
SapBatchJobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-