Uses of Enum Class
oracle.as.scheduler.ProcessPhase
Packages that use ProcessPhase
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ProcessPhase in oracle.as.scheduler
Methods in oracle.as.scheduler that return ProcessPhaseModifier and TypeMethodDescriptionstatic ProcessPhase
ProcessPhase.fromString
(String processPhaseStr) Converts a stringified process phase into a ProcessPhase object.RequestDetail.getProcessPhase()
The process phase for this request.static ProcessPhase
ProcessPhase.valueOf
(int value) The ProcessPhase associated with the given value.static ProcessPhase
Returns the enum constant of this class with the specified name.static ProcessPhase[]
ProcessPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.