|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OutputContentHelper.CommitSemantics>
oracle.as.scheduler.request.OutputContentHelper.CommitSemantics
public static enum OutputContentHelper.CommitSemantics
Transactional semantics for importing output files.
| Enum Constant Summary | |
|---|---|
IgnoreErrors
IgnoreErrors - attempt the operation on all files regardless of errors. |
|
StopOnFirstError
StopOnFirstError - stop the operation for all files when there is an error on a file. |
|
Transactional
Transactional - stop the operation for all files when any file has an error. |
|
| Method Summary | |
|---|---|
static OutputContentHelper.CommitSemantics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OutputContentHelper.CommitSemantics[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OutputContentHelper.CommitSemantics StopOnFirstError
public static final OutputContentHelper.CommitSemantics IgnoreErrors
public static final OutputContentHelper.CommitSemantics Transactional
| Method Detail |
|---|
public static OutputContentHelper.CommitSemantics[] values()
for (OutputContentHelper.CommitSemantics c : OutputContentHelper.CommitSemantics.values()) System.out.println(c);
public static OutputContentHelper.CommitSemantics valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||