Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- WAIT - Enum constant in enum class oracle.as.scheduler.State
-
Request is awaiting dispatch.
- WAITING - Enum constant in enum class oracle.as.scheduler.ExternalJobState
- WAITTIME - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
-
The amount of time, in milliseconds, a request has been waiting to run.
- WARN - Enum constant in enum class oracle.as.scheduler.HandlerStatus
-
Continue processing the request with a warning.
- WARNING - Enum constant in enum class oracle.as.scheduler.async.AsyncStatus
-
The asynchronous job is issuing a WARNING.
- WARNING - Enum constant in enum class oracle.as.scheduler.State
-
The request ran and resulted in a warning.
- WARNING_EXIT_CODE - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the process exit code for a Process job request that denotes an execution warning.
- WEDNESDAY - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK
-
Indicates Wednesday.
- WEEKLY - Enum constant in enum class oracle.as.scheduler.RecurrenceFields.FREQUENCY
-
Indicates every week repetition.
- WORK_ASSIGNMENT - Enum constant in enum class oracle.as.scheduler.MetadataObjectId.MetadataObjectType
-
Represents the WorkAssignment metadata object.
- WORK_ASSIGNMENT - Static variable in class oracle.as.scheduler.BaseMetadataType
-
BaseMetadataType constant for
WorkAssignment
metadata. - WORK_DIR_ROOT - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the working directory for the spawned process of a Process job request.
- WorkAssignment - Class in oracle.as.scheduler
-
This class defines the nature of the work (requests) that should be processed by a Request Processor.
- WorkAssignment(String, String) - Constructor for class oracle.as.scheduler.WorkAssignment
-
Constructor with the name and description.
- WorkAssignment(String, String, String, String[]) - Constructor for class oracle.as.scheduler.WorkAssignment
-
Constructor with the name and description and associated resource bundles.
- WorkAssignment(String, String, String, Document, Collection<MetadataObjectId>, boolean, String[]) - Constructor for class oracle.as.scheduler.WorkAssignment
-
Constructor to create a fully-defined WorkAssignment and associated resource bundles.
- WorkAssignment(String, String, Document, Collection<MetadataObjectId>, boolean) - Constructor for class oracle.as.scheduler.WorkAssignment
-
Constructor to create a fully-defined WorkAssignment.
- WorkAssignment() - Static method in class oracle.as.scheduler.metadata.filter.FilterHelper
-
Deprecated.Method to create filter for WorkAssignment.
- WORKASSIGNMENT - Enum constant in enum class oracle.as.scheduler.RuntimeService.QueryField
-
The name of the work assignment that was active when the request was processed.
- WorkAssignment.SpecializationNode - Enum Class in oracle.as.scheduler
-
Enumerates the supported nodes for WorkAssignment specialization.
- WorkAssignment.SpecializationProperty - Enum Class in oracle.as.scheduler
-
Enumerates the supported property names for WorkAssignment specialization.
- WorkAssignmentFilterHelper - Class in oracle.as.scheduler.metadata.filter
-
Deprecated.
- WorkAssignmentQueryBuilder - Class in oracle.as.scheduler.metadata.query.builder
-
Query builder object for building filters to query WorkAssignment metadata.
- WorkAssignmentType() - Constructor for class oracle.as.scheduler.BaseMetadataType.WorkAssignmentType
- workDirectoryExists() - Method in interface oracle.as.scheduler.request.OutputContentHelper
-
Determines if the request's work directory exists.
- Workshift - Class in oracle.as.scheduler
-
This class defines a workshift for a Request Processor.
- Workshift(String, String, String, MetadataObjectId, int, int, int, int, String[]) - Constructor for class oracle.as.scheduler.Workshift
-
Creates a fully-defined Workshift definition and associated resource bundles.
- Workshift(String, String, String, MetadataObjectId, int, int, String[]) - Constructor for class oracle.as.scheduler.Workshift
-
Creates a Workshift definition with no async limits and with associated resource bundles.
- Workshift(String, String, MetadataObjectId, int, int) - Constructor for class oracle.as.scheduler.Workshift
-
Creates a Workshift definition with no async limits.
- Workshift(String, String, MetadataObjectId, int, int, int, int) - Constructor for class oracle.as.scheduler.Workshift
-
Creates a fully-defined Workshift definition.
- Workshift() - Static method in class oracle.as.scheduler.metadata.filter.FilterHelper
-
Deprecated.Method to create filter for Workshift.
- WORKSHIFT - Enum constant in enum class oracle.as.scheduler.MetadataObjectId.MetadataObjectType
-
Represents the Workshift metadata object.
- WORKSHIFT - Static variable in class oracle.as.scheduler.BaseMetadataType
-
BaseMetadataType constant for
Workshift
metadata. - WorkshiftFilterHelper - Class in oracle.as.scheduler.metadata.filter
-
Deprecated.use
MetadataQueryFilterFactory
- WorkshiftQueryBuilder - Class in oracle.as.scheduler.metadata.query.builder
-
Query builder object for building filters to query Workshift metadata.
- WorkshiftType() - Constructor for class oracle.as.scheduler.BaseMetadataType.WorkshiftType
- write(byte[]) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the bytes to the binary output content.
- write(byte[], int, int) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the bytes to the binary output content.
- write(char[]) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the characters to the text output content.
- write(char[], int, int) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the charactes to the text output content.
- write(String) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the String to the text output content.
- write(String, int, int) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the String to the text output content.
- write(ContentHandle, byte[]) - Method in class oracle.as.scheduler.request.RemoteContentHelper
-
Appends the bytes to the output content during job execution.
- write(ContentHandle, char[]) - Method in class oracle.as.scheduler.request.RemoteContentHelper
-
Appends the characters to the output content during job execution.
- write(ContentHandle, String) - Method in class oracle.as.scheduler.request.RemoteContentHelper
-
Appends the string to the output content during job execution.
- Write - Enum constant in enum class oracle.as.scheduler.request.ContentHandle.ContentOpenOptions
-
Operation to open content for write.
- writeContent(ContentHandle, byte[]) - Method in interface oracle.as.scheduler.RuntimeService
-
Appends the bytes to the output content during job execution.
- writeContent(ContentHandle, char[]) - Method in interface oracle.as.scheduler.RuntimeService
-
Appends the characters to the output content during job execution.
- writeContent(ContentHandle, String) - Method in interface oracle.as.scheduler.RuntimeService
-
Appends the string to the output content during job execution.
- writeln(String) - Method in interface oracle.as.scheduler.request.RequestOutput
-
Appends the String to the text output content, followed by a line feed character.
- writeln(ContentHandle, String) - Method in class oracle.as.scheduler.request.RemoteContentHelper
-
Appends the string followed by a line feed character to the output content during job execution.
- writelnContent(ContentHandle, String) - Method in interface oracle.as.scheduler.RuntimeService
-
Appends the string followed by a line feed character to the output content during job execution.
- WS_ASYNC_CALLBACK - Static variable in interface oracle.as.scheduler.Event
-
The name of the system event published when an ESS WebService asynchronous call has been made.
- WS_CANCEL_MESSAGE - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that holds the xml message payload used as the input for invoking Cancel on remote webservice.
- WS_CANCEL_OPERATION_NAME - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the wsdl Operation name for webservice cancel operation.
- WS_ENDPOINT_BASE_URL - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies a base URL that can be used in conjunction with
WS_ENDPOINT_URL
to provide a full URL for the web service endpoint. - WS_ENDPOINT_URL - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the relative URL for webservice Endpoint.
- WS_OPERATION_NAME - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the wsdl Operation name for webservice operation.
- WS_PORT_NAME - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the wsdl Port name for webservice operation.
- WS_SERVICE_NAME - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the wsdl Service name for webservice operation.
- WS_TARGET_NS - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the Target Namespace for the webservice.
- WS_WSDL_BASE_URL - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies a base URL that can be used in conjunction with
WS_WSDL_URL
property to provide a full URL for the web service wdl. - WS_WSDL_URL - Static variable in class oracle.as.scheduler.SystemProperty
-
Property that specifies the relative URL for webservice WSDL.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
MetadataQueryFilterFactory