|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ReconcileStrategy represents the strategy to be applied on each reconcile invocation.
| Field Summary | |
static byte |
MERGEMERGE indicates that the source metadata definition should be merged with the targets metadata definition. |
static byte |
REPLACEREPLACE indicates that the source metadata definition should be merged with the targets metadata definition. |
| Method Summary | |
byte |
getReconcileType()Method getReconcileType. |
void |
setReconcileType(byte recType)Method setReconcileType. sets the reconcile strategy. |
void |
validateBindings(boolean flag)Method validateBindings. |
| Field Detail |
public static final byte MERGE
public static final byte REPLACE
| Method Detail |
public byte getReconcileType()
setReconcileType.
public void setReconcileType(byte recType)
throws InvalidReconcileStrategyException
recType - sets the reconcile type to recType.InvalidReconcileStrategyExceptiongetReconcileType.public void validateBindings(boolean flag)
flag - true or false to indicate if the target bindings should be validated.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||