oracle.dss.selection.step
Class AllStep
java.lang.Object
|
+--oracle.dss.selection.step.Step
|
+--oracle.dss.selection.step.ConditionStep
|
+--oracle.dss.selection.step.AllStep
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable, VectorClone
- public class AllStep
- extends ConditionStep
Represents a step in a selection that specifies the members of a particular dimension based on levels in a hierarchy. For example, it might specify all Products.
- See Also:
- Serialized Form
| Constructor Summary |
AllStep()
Constructor that does not specify any arguments. |
AllStep(java.lang.String dimensionName)
Constructor that specifies a dimension. |
AllStep(java.lang.String dimensionName, java.lang.String hierarchy, java.util.Vector levels)
Constructor that specifies a dimension, a hierarchy, and levels. |
| Method Summary |
java.lang.Class |
getEvaluatorClass()
Retrieves the StepEvaluator class object that is associated with this AllStep object. |
java.lang.String |
getViewClassName()
Retrieves the name of the StepView class to use to edit this AllStep object. |
| Methods inherited from class oracle.dss.selection.step.Step |
addPropertyChangeListener, getAction, getDescription, 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 |
STEP_STATE
public static final java.lang.String STEP_STATE
AllStep
public AllStep()
- Constructor that does not specify any arguments.
AllStep
public AllStep(java.lang.String dimensionName)
- Constructor that specifies a dimension.
-
- Parameters:
dimensionName - The name of the dimension.
AllStep
public AllStep(java.lang.String dimensionName,
java.lang.String hierarchy,
java.util.Vector levels)
- Constructor that specifies a dimension, a hierarchy, and levels.
-
- Parameters:
dimensionName - The name of the dimension.
hierarchy - The name of the hierarchy.
levels - The vector of levels.
getViewClassName
public java.lang.String getViewClassName()
- Retrieves the name of the
StepView class to use to edit this AllStep object. If the name is null, retrieves the base StepView class. Overrides the same method in the base Step class.
-
- Overrides:
getViewClassName in class Step
-
- Returns:
- The name of the
StepView class.
getEvaluatorClass
public java.lang.Class getEvaluatorClass()
throws SelectionException
- Retrieves the
StepEvaluator class object that is associated with this AllStep object. The QueryServer object uses this class to instantiate the appropriate StepEvaluator object.
-
- Overrides:
getEvaluatorClass in class Step
-
- Returns:
- The
Class object.
- Throws:
SelectionException - If the StepEvaluator class is not found.
Copyright © 2003, Oracle. All Rights Reserved.