|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface OLAPMemberTreePathFactoryInterface
The path factory creates and returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to a target node representing a unique cube member.
| Method Summary | |
|---|---|
MetadataInterface |
getMetadata()
Returns the MetadataInterface connected to the OLAP cube metadata server. |
java.util.List |
getTreePathNodeList(FilterItemInterface filterItem,
FilterValueInterface filterValue)
Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters. |
java.util.List |
getTreePathNodeList(FilterValueInterface filterValue)
Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member derived from the given parameters. |
java.util.List |
getTreePathNodeList(java.lang.String memberName)
Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member with the specified properties. |
java.util.List |
getTreePathNodeList(java.lang.String cubeName,
java.lang.String memberName)
Returns a List of the OLAPMemberTreeNodes in order from the root of the tree model to the target node representing the unique cube member with the specified properties. |
| Method Detail |
|---|
MetadataInterface getMetadata()
java.util.List getTreePathNodeList(java.lang.String cubeName,
java.lang.String memberName)
throws FilterException
cubeName - the name of the OLAP cube to be searchedmemberName - the unique member name of the target cube member
FilterException - in the event of a communications failure or any error with the metadata server
java.util.List getTreePathNodeList(java.lang.String memberName)
throws FilterException
memberName - the unique member name of the target cube member
FilterException - in the event of a communications failure or any error with the metadata server
java.util.List getTreePathNodeList(FilterItemInterface filterItem,
FilterValueInterface filterValue)
throws FilterException
filterItem - a FilterItemInterface representing a BIQ DataItem from the OLAP cube to be searchedfilterValue - a FilterValueInterface representing the target member of an OLAP cube
FilterException - in the event of a communications failure or any error with the metadata server
java.util.List getTreePathNodeList(FilterValueInterface filterValue)
throws FilterException
filterValue - a FilterValueInterface representing the target member of an OLAP cube
FilterException - in the event of a communications failure or any error with the metadata server
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||