|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.data.source.SourceDefinition | +--oracle.olapi.data.source.ImmutableDefinition | +--oracle.olapi.data.source.DerivedDefinition | +--oracle.olapi.data.source.RecursiveJoinDefinition
A DerivedDefinition
that contains information about a Source
that was returned by the recursiveJoin
method of a Source
.
Method Summary | |
SourceDefinition |
getComparison() Gets the SourceDefinition for the comparison parameter of the operation that created this RecursiveJoinDefinition . |
int |
getComparisonRule() Gets the constant for the comparisonRule parameter of the operation that created this RecursiveJoinDefinition . |
SourceDefinition |
getJoined() Gets the SourceDefinition for the joined parameter of the operation that created this RecursiveJoinDefinition . |
int |
getMaxRecursions() Gets the maximum number of recursions set for the Source associated with this RecursiveJoinDefinition . |
SourceDefinition |
getParent() Gets the SourceDefinition for the Source that was the parent parameter of the operation that created this RecursiveJoinDefinition . |
boolean |
isParentsFirst() Gets the boolean value that was the parentsFirst parameter of the operation that created this RecursiveJoinDefinition . |
boolean |
isParentsRestrictedToBase() Gets the boolean value that was the parentsRestrictedToBase parameter of the operation that created this RecursiveJoinDefinition . |
boolean |
isVisible() Gets the boolean value that was the visible parameter of the operation that created this RecursiveJoinDefinition . |
Methods inherited from class oracle.olapi.data.source.DerivedDefinition |
getBase |
Methods inherited from class oracle.olapi.data.source.SourceDefinition |
getDataProvider, getModel, getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final SourceDefinition getComparison()
SourceDefinition
for the comparison
parameter of the operation that created this RecursiveJoinDefinition
. From that SourceDefinition
, you can get the Source
for it.SourceDefinition
for the comparison
parameter of the operation that created this RecursiveJoinDefinition
.public final int getComparisonRule()
comparisonRule
parameter of the operation that created this RecursiveJoinDefinition
. The Source
class defines the COMPARISON_RULE
constants.COMPARISON_RULE
of the operation that created this RecursiveJoinDefinition
.public final SourceDefinition getJoined()
SourceDefinition
for the joined
parameter of the operation that created this RecursiveJoinDefinition
. From that SourceDefinition
, you can get the Source
for it.SourceDefinition
for the joined
parameter of the operation that created this RecursiveJoinDefinition
.public final boolean isVisible()
boolean
value that was the visible
parameter of the operation that created this RecursiveJoinDefinition
.visible
parameter in the operation that created this RecursiveJoinDefinition
.public SourceDefinition getParent()
SourceDefinition
for the Source
that was the parent
parameter of the operation that created this RecursiveJoinDefinition
.SourceDefinition
for the parent
parameter in the operation that created this RecursiveJoinDefinition
.public boolean isParentsFirst()
boolean
value that was the parentsFirst
parameter of the operation that created this RecursiveJoinDefinition
.parentsFirst
parameter in the operation that created this RecursiveJoinDefinition
.public boolean isParentsRestrictedToBase()
boolean
value that was the parentsRestrictedToBase
parameter of the operation that created this RecursiveJoinDefinition
.parentsRestrictedToBase
parameter in the operation that created this RecursiveJoinDefinition
.public int getMaxRecursions()
Source
associated with this RecursiveJoinDefinition
. This value determines how many levels of a hierarchy the recursiveJoin
method traverses in its search for parents.Source
associated with this RecursiveJoinDefinition
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |