Class XbpJobSelectionOption
- java.lang.Object
-
- com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp.XbpJobSelectionOption
-
public final class XbpJobSelectionOption extends Object
Options to select XBP jobs
-
-
Field Summary
Fields Modifier and Type Field Description static XbpJobSelectionOption
All
Select all jobs regardless what confirmation they have, if anystatic XbpJobSelectionOption
NotConfirmed
Select all jobs that do not have any confirmationstatic XbpJobSelectionOption
NotConfirmedGenerally
Select all jobs that do not have general confirmationstatic XbpJobSelectionOption
NotConfirmedSpecifically
Select all jobs that do not have special confirmation
-
-
-
Field Detail
-
All
public static final XbpJobSelectionOption All
Select all jobs regardless what confirmation they have, if any
-
NotConfirmedGenerally
public static final XbpJobSelectionOption NotConfirmedGenerally
Select all jobs that do not have general confirmation
-
NotConfirmedSpecifically
public static final XbpJobSelectionOption NotConfirmedSpecifically
Select all jobs that do not have special confirmation
-
NotConfirmed
public static final XbpJobSelectionOption NotConfirmed
Select all jobs that do not have any confirmation
-
-