Uses of Enum Class
oracle.as.scheduler.ExternalJobState
Packages that use ExternalJobState
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ExternalJobState in oracle.as.scheduler
Methods in oracle.as.scheduler that return ExternalJobStateModifier and TypeMethodDescriptionstatic ExternalJobState
ExternalJobState.fetchExternalJobState
(String str) Fetches the ExternalJobState of the parameter passed instatic ExternalJobState
ExternalJobState.fromString
(String jobStatusStr) Converts a string field handler status into a ExternalJobState object.static ExternalJobState
Returns the enum constant of this class with the specified name.static ExternalJobState[]
ExternalJobState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler with parameters of type ExternalJobStateModifier and TypeMethodDescriptionvoid
RuntimeService.setExternalJobState
(RuntimeServiceHandle handle, long requestID, ExternalJobState externalJobState) Saves External state value for a JAVA BIP job type in request property.