Uses of Class
com.redwood.scheduler.api.model.enumeration.InterceptAction
-
Packages that use InterceptAction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of InterceptAction in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return InterceptAction Modifier and Type Method Description InterceptAction
SAPXBPJobControlRule. getAction()
Get the value for Action.Methods in com.redwood.scheduler.api.model with parameters of type InterceptAction Modifier and Type Method Description void
SAPXBPJobControlRule. setAction(InterceptAction newAction)
Set the value for Action. -
Uses of InterceptAction in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return InterceptAction Modifier and Type Method Description static InterceptAction
InterceptAction. safeValueOf(String value)
Helper function to return the InterceptAction represented byvalue
.static InterceptAction
InterceptAction. valueOf(char code)
Helper function to return the InterceptAction represented by code.static InterceptAction
InterceptAction. valueOf(Character code)
Helper function to return the InterceptAction represented by code.static InterceptAction
InterceptAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterceptAction
InterceptAction. valueOfCode(String code)
Helper function to return the InterceptAction represented by code.static InterceptAction[]
InterceptAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-