oracle.apps.cz.cio
Class UiExpressionDeltaValidator
java.lang.Object
|
+--oracle.apps.cz.cio.DeltaValidator
|
+--oracle.apps.cz.cio.UiExpressionDeltaValidator
- public final class UiExpressionDeltaValidator
- extends DeltaValidator
Manages the UI Expression changes to runtime nodes due to user actions.
| Fields inherited from class oracle.apps.cz.cio.DeltaValidator |
ALL_DEFAULT_DV, ATP_DV, AVAILABILITY_DV, COMPSET_MAX_CHANGE, COMPSET_MIN_CHANGE, CONNECTION_DV, COUNT_DV, CUSTOM_DV, DELETION_DV, DEPENDENT_CONNECTORS_DV, DETAILED_SELECTION_STATE_DV, DISPLAY_NAME_DV, DISPLAY_NAME_PATH_DV, ELIGIBLE_TARGETS_DV, GLOBAL_EVENT_COMMANDS_DV, IB_DV, INFO_MESSAGE_DV, INSTANCE_INDEX_DV, INSTANCE_NAME_DV, INSTANTIATION_DV, LINE_TYPE_DV, LOAD_STATUS_DV, LOCATION_DV, PATH_NAME_DV, PRICE_DV, REQUESTS_DV, ROLLUP_ATP_DV, SELECTION_DV, STATE_DV, TEXT_DV, TOTAL_PRICES_DV, UI_EXPRESSION_DV, UNSATISFACTION_DV, UNSATISFIED_RULE_DV, VALIDATION_DV |
| Method Summary |
void |
addUiExpression(oracle.apps.cz.cio.IRuntimeNode node, int id, byte type, java.lang.Object value, oracle.apps.cz.cio.DeltaRegion region, int uiDefID, boolean isIdPersistent)
This is the only way you can add a watched Expression to this validator. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
addUiExpression
public void addUiExpression(oracle.apps.cz.cio.IRuntimeNode node,
int id,
byte type,
java.lang.Object value,
oracle.apps.cz.cio.DeltaRegion region,
int uiDefID,
boolean isIdPersistent)
- This is the only way you can add a watched Expression to this validator. The validator will only recompute Expressions for nodes that are added through this API. This method also initializaed the cache and sets the baseline for computing deltas.
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.