|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.selection.step.Step
|
+--oracle.dss.selection.calcStep.CalcStep
|
+--oracle.dss.selection.calcStep.RelationshipIndexStep
RelationshipIndexStep
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
RelationshipIndexStep()Default constructor for Relationship Index calculation step. | |
| Method Summary | |
java.lang.Object |
clone()Implements the clone method. |
boolean |
equals(java.lang.Object obj)Tests this Step for true equality |
java.lang.Class |
getEvaluatorClass()Retrieves the StepEvaluator class object that is associated with this Step object. |
java.lang.String |
getEvaluatorClassName()Retrieves the evaluator class name name associated with the calc. |
CalcValue |
getIndexBaseDimMember()Retrieves the base dimension member the index is calculated upon. |
CalcValue |
getIndexBaseTimeMember()Retrieves the base time member the index is calculated upon. |
CalcValue |
getIndexMeasure()Retrieves the measure the index is calculated upon. |
java.util.Vector |
getMeasureDependencyIDs(java.lang.String measDim)Get measure unique ID dependencies in this step |
java.lang.String |
getViewClassName()Retrieves the view class name name associated with the calc. |
java.lang.Object |
getXML( context)Returns the XML representation of the object. |
void |
setIndexBaseDimMember(CalcValue baseDimMember)Sets the base dimension member the index is calculated upon. |
void |
setIndexBaseTimeMember(CalcValue baseTimeMember)Sets the base time member the index is calculated upon. |
void |
setIndexMeasure(CalcValue measure)Sets the measure the index is calculated upon. |
void |
setXML( context, java.lang.Object node)Sets the XML representation of the object. |
java.lang.String |
toString()Generates the string representation of this RelationshipIndexStep object. |
| Methods inherited from class oracle.dss.selection.calcStep.CalcStep |
copyProps, dump, getDescription, getDescription, getFolder, getID, getInstance, getNumberFormatString, getPersistableAttributes, getPersistableComponents, getType, getXMLAsString, initialize, isType, setDescription, setFolder, setID, setNumberFormatString, setPersistableAttributes, setPersistableComponents, setType, setXMLAsString, updateCalcValue |
| Methods inherited from class oracle.dss.selection.step.Step |
addPropertyChangeListener, copyFrom, getAction, getDimension, getDispQDR, getHierarchy, getQDR, getQDRDescription, isEnabled, isValid, removePropertyChangeListener, setAction, setDescription, setDimension, setDispQDR, setEnabled, setHierarchy, setQDR, setQDRDescription, setValid |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.dss.util.persistence.Persistable |
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents |
| Methods inherited from interface oracle.dss.util.persistence.StringXMLizable |
getXMLAsString, setXMLAsString |
| Methods inherited from interface oracle.dss.bicontext.ObjectFactory |
getObjectInstanceClassName, setObjectInstanceClassName |
| Constructor Detail |
public RelationshipIndexStep()
| Method Detail |
public java.lang.Object clone()
clone in class CalcStepObject which represents a clone of this relationship index calculation object.public boolean equals(java.lang.Object obj)
equals in class CalcStepobj - Step to compare it totrue if completely internally equal
public java.lang.Class getEvaluatorClass()
throws SelectionException
StepEvaluator class object that is associated with this Step object. The QueryServer object uses this class to instantiate the appropriate StepEvaluator object.getEvaluatorClass in class StepClass object.SelectionException - If the StepEvaluator class is not found.public java.lang.String getEvaluatorClassName()
getEvaluatorClassName in class CalcStepString which represents the evaluator class name.public java.util.Vector getMeasureDependencyIDs(java.lang.String measDim)
getMeasureDependencyIDs in class CalcStepmeasDim - the measure dimension ID for those steps that need to know if they have measure memberspublic CalcValue getIndexBaseDimMember()
CalcValue which represents the base dimension member for the Index.public CalcValue getIndexBaseTimeMember()
CalcValue which represents the base time member for the Index.public CalcValue getIndexMeasure()
CalcValue which represents the measure for the Index.public java.lang.String getViewClassName()
getViewClassName in class CalcStepString which represents the view class name.public void setIndexBaseDimMember(CalcValue baseDimMember)
memberIndex - A CalcValue value that represents the base dimension member the index is calculated upon.public void setIndexBaseTimeMember(CalcValue baseTimeMember)
baseTimeMember - A CalcValue value that represents the base time member the index is calculated upon.public void setIndexMeasure(CalcValue measure)
measureIndex - A CalcValue value that represents the measure the index is calculated upon.public java.lang.Object getXML( context)
getXML in class CalcStepcontext - The control settings that is send by the container (caller)ObjectScope
public void setXML( context,
java.lang.Object node)
setXML in class CalcStepcontext - The control settings that is send by the container (caller)node - The XML representation of the objectpublic java.lang.String toString()
RelationshipIndexStep object.toString in class CalcStepRelationshipIndexStep object.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||