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