Uses of Enum Class
oracle.as.scheduler.request.OutputContentHelper.CommitSemantics
Packages that use OutputContentHelper.CommitSemantics
-
Uses of OutputContentHelper.CommitSemantics in oracle.as.scheduler.request
Methods in oracle.as.scheduler.request that return OutputContentHelper.CommitSemanticsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OutputContentHelper.CommitSemantics[]
OutputContentHelper.CommitSemantics.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler.request with parameters of type OutputContentHelper.CommitSemanticsModifier and TypeMethodDescriptionOutputContentHelper.importOutputFiles
(List<String> fileNames, OutputContentHelper.CommitSemantics semantics) Imports the specified files from the resolved output directory.OutputContentHelper.importOutputFiles
(OutputContentHelper.CommitSemantics semantics) Imports all files from the resolved output directory.