Uses of Enum Class
oracle.as.scheduler.request.ContentHandle.ContentOpenOptions
Packages that use ContentHandle.ContentOpenOptions
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Request Log and Output Content API.
-
Uses of ContentHandle.ContentOpenOptions in oracle.as.scheduler
Method parameters in oracle.as.scheduler with type arguments of type ContentHandle.ContentOpenOptionsModifier and TypeMethodDescriptionRuntimeService.openOutputContent
(RuntimeServiceHandle handle, RequestExecutionContext context, String contentName, ContentType contentType, EnumSet<ContentHandle.ContentOpenOptions> options) Opens the named request output during job execution. -
Uses of ContentHandle.ContentOpenOptions in oracle.as.scheduler.request
Fields in oracle.as.scheduler.request with type parameters of type ContentHandle.ContentOpenOptionsModifier and TypeFieldDescriptionstatic final EnumSet<ContentHandle.ContentOpenOptions>
ContentHandle.CONTENT_OPEN_READ
Enum set ofContentOpenOptions
for read.static final EnumSet<ContentHandle.ContentOpenOptions>
ContentHandle.CONTENT_OPEN_WRITE
Enum set ofContentOpenOptions
for write.Methods in oracle.as.scheduler.request that return ContentHandle.ContentOpenOptionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ContentHandle.ContentOpenOptions[]
ContentHandle.ContentOpenOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in oracle.as.scheduler.request with type arguments of type ContentHandle.ContentOpenOptionsModifier and TypeMethodDescriptionRemoteContentHelper.openOutputContent
(RuntimeServiceHandle runtimeHandle, String contentName, ContentType contentType, EnumSet<ContentHandle.ContentOpenOptions> options) Opens output content for read or write.