|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--oracle.apps.cz.cio.BasicConfigAction
|
+--oracle.apps.cz.cio.ConfigTransaction
Represents a configuration transaction.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Method Summary | |
void |
allowOnlyStructuralChanges()Set this transaction to allow only structural changes (adding, deleting, connecting, and disconnecting) Calling this method will improve performance in transactions which contain many structural changes. |
boolean |
getStateOfDefaults()Get the current state of defaults in this transaction. |
boolean |
isStructureOnly()returns true if this transaction allows only structural changes to the configuration (adding, deleting, connecting, and disconnecting) |
void |
restoreDefaults()Restore the original state of the defaults in this transaction. |
void |
setDefaults(boolean defaults)Deprecated. Turn on/off defaults in this transaction. |
void |
useInitialRequests()Deprecated. As of 11.5.10, use useNonOverridableRequests() |
void |
useNonOverridableRequests()Mark this transaction to create requests which are not overriable by user requests. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Method Detail |
public void useNonOverridableRequests()
throws NonOverridableRequestException
NonOverridableRequestException
public void useInitialRequests()
throws InitialRequestException
useNonOverridableRequests()InitialRequestExceptionoracle.apps.cz.cio.ConfigTransaction.useNonOverridableRequests
public void allowOnlyStructuralChanges()
throws LogicalException
LogicalExceptionpublic boolean isStructureOnly()
public void setDefaults(boolean defaults)
defaults - a boolean specifying whether to turn on or off defaultspublic boolean getStateOfDefaults()
public void restoreDefaults()
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.