Uses of Enum Class
oracle.as.scheduler.JobSet.ExecutionMode
Packages that use JobSet.ExecutionMode
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Helper classes for creating filters to query metadata.
-
Uses of JobSet.ExecutionMode in oracle.as.scheduler
Methods in oracle.as.scheduler that return JobSet.ExecutionModeModifier and TypeMethodDescriptionstatic JobSet.ExecutionMode
JobSet.ExecutionMode.fromString
(String execModeStr) Converts a stringified execution mode into a ExecutionMode object.JobSet.getExecutionMode()
Checks whether this JobSet is a serial or a parallel JobSet.RequestDetail.getExecutionMode()
Gets the execution mode of a JobSet request.static JobSet.ExecutionMode
JobSet.ExecutionMode.valueOf
(int value) The ExecutionMode associated with the given numeric value.static JobSet.ExecutionMode
Returns the enum constant of this class with the specified name.static JobSet.ExecutionMode[]
JobSet.ExecutionMode.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 JobSet.ExecutionModeModifier and TypeMethodDescriptionvoid
JobSet.setExecutionMode
(JobSet.ExecutionMode mode) Sets the JobSet execution mode to either serial or parallel mode.Constructors in oracle.as.scheduler with parameters of type JobSet.ExecutionModeModifierConstructorDescriptionJobSet
(String name, String displayNameKey, String descriptionKey, JobSet.ExecutionMode mode, String[] resourceBundleIDs) Constructs a JobSet with basic attributes.JobSet
(String name, String displayName, String description, JobSet.ExecutionMode mode, MetadataObjectId objectId) Constructs a JobSet.JobSet
(String name, String displayNameKey, String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String[] resourceBundleIDs) Constructs a nearly fully defined JobSet.JobSet
(String name, String displayNameKey, String descriptionKey, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String firstStep, String[] resourceBundleIDs) Constructs a fully defined JobSet and associate the JobSet definition with a set of resource bundles.JobSet
(String name, String description, JobSet.ExecutionMode mode) Constructs a JobSet with basic attributes.JobSet
(String name, String description, JobSet.ExecutionMode mode, MetadataObjectId objectId) Constructs a JobSet.JobSet
(String name, String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps) Constructs a nearly fully defined JobSet.JobSet
(String name, String description, JobSet.ExecutionMode mode, ParameterList parameters, JobSetStep[] steps, String firstStep) Constructs a fully defined JobSet. -
Uses of JobSet.ExecutionMode in oracle.as.scheduler.metadata.filter
Methods in oracle.as.scheduler.metadata.filter with parameters of type JobSet.ExecutionModeModifier and TypeMethodDescriptionJobSetFilterHelper.queryExecutionMode
(JobSet.ExecutionMode executionMode) Deprecated.Method to build filter based on Execution mode.