|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.project.OdiInterface.CheckableFlowConstraint
public class OdiInterface.CheckableFlowConstraint
A constraint that can be checkable on the flow and potentially overriden in the interface.
Constraints include OdiKeys, OdiConditions and OdiReferences.
This class enables to manipulate the constraints and how they can be overridden in the interface.
Note that as for all objects inside interfaces, you should use IInteractiveInterfaceHelpers to modify constraints.
| Method Summary | |
|---|---|
OdiCondition |
getConditionConstraint()Returns the underlying OdiCondition for this constraint. |
OdiKey |
getKeyConstraint()Returns the underlying OdiKey for this constraint. |
OdiReference |
getReferenceConstraint()Returns the underlying OdiReference for this constraint. |
boolean |
isConditionConstraint()Returns whether the underlying constraint is a condition. |
boolean |
isDefault()Returns whether the constraint value is overridden. |
boolean |
isFlowCheckEnabled()Returns whether the constraint is enabled for flow check. |
boolean |
isKeyConstraint()Returns whether the underlying constraint is a key constraint. |
boolean |
isReferenceConstraint()Returns whether the underlying constraint is a reference. |
void |
resetToDefault()Resets the constraint value to the original value (cancels the overridden value). |
void |
setFlowCheckEnabled(boolean pForceCheckFlow)Overrides the value of the constraint. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isFlowCheckEnabled()
public boolean isDefault()
public void resetToDefault()
public void setFlowCheckEnabled(boolean pForceCheckFlow)
pForceCheckFlow - the new overridden valuepublic boolean isKeyConstraint()
true if the underlying constraint is an OdiKey, false otherwisepublic boolean isConditionConstraint()
true if the underlying constraint is an OdiCondition, false otherwisepublic boolean isReferenceConstraint()
true if the underlying constraint is an OdiReference, false otherwisepublic OdiKey getKeyConstraint()
OdiKey for this constraint. Make sure that this constraint is indeed an OdiKey constraint before calling this method, by checking with isKeyConstraint method before.OdiKey for this constraintisKeyConstraint()public OdiCondition getConditionConstraint()
OdiCondition for this constraint. Make sure that this constraint is indeed an OdiCondition constraint before calling this method, by checking with isConditionConstraint method before.OdiCondition for this constraintisConditionConstraint()public OdiReference getReferenceConstraint()
OdiReference for this constraint. Make sure that this constraint is indeed an OdiReference constraint before calling this method, by checking with isReferenceConstraint method before.OdiReference for this constraintisReferenceConstraint()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||