Uses of Class
com.redwood.scheduler.api.model.enumeration.JobStatusState
-
Packages that use JobStatusState Package Description com.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerationscom.redwood.scheduler.api.soap Scheduler API - Web Services Client -
-
Uses of JobStatusState in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return JobStatusState Modifier and Type Method Description JobStatusState
OraAppsBatchJobPhase. getMappedJobStatusState()
JobStatusState
JobStatus. getState()
static JobStatusState
JobStatusState. safeValueOf(String value)
Helper function to return the JobStatusState represented byvalue
.static JobStatusState
JobStatusState. valueOf(char code)
Helper function to return the JobStatusState represented by code.static JobStatusState
JobStatusState. valueOf(Character code)
Helper function to return the JobStatusState represented by code.static JobStatusState
JobStatusState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatusState
JobStatusState. valueOfCode(String code)
Helper function to return the JobStatusState represented by code.static JobStatusState[]
JobStatusState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobStatusState in com.redwood.scheduler.api.soap
Methods in com.redwood.scheduler.api.soap that return JobStatusState Modifier and Type Method Description JobStatusState
SOAPQueryJobResult. getState()
-