Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobStep
-
Packages that use XbpJobStep Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of XbpJobStep in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Subinterfaces of XbpJobStep in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Modifier and Type Interface Description interface
XbpJobAbapStep
ABAP step of a batch jobinterface
XbpJobExternalCommandStep
External command stepinterface
XbpJobExternalProgramStep
External program stepinterface
XbpJobExternalStep
External step, ie.Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return XbpJobStep Modifier and Type Method Description XbpJobStep
XbpJob. getStep(int stepNumber)
Get the specified step of the job.Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return types with arguments of type XbpJobStep Modifier and Type Method Description Iterator<XbpJobStep>
XbpJob. getSteps()
Get the steps of the job
-