Uses of Interface
org.olap4j.query.Selection
Packages that use Selection
Package
Description
Provides an object model for building OLAP queries programmatically (experimental).
-
Uses of Selection in org.olap4j.query
Fields in org.olap4j.query with type parameters of type SelectionMethods in org.olap4j.query that return SelectionModifier and TypeMethodDescriptionQueryDimension.createSelection
(List<IdentifierSegment> nameParts) QueryDimension.createSelection
(Level level) Selects level and includes all members in the query.QueryDimension.createSelection
(Member member) QueryDimension.createSelection
(Selection.Operator operator, List<IdentifierSegment> nameParts) QueryDimension.createSelection
(Selection.Operator operator, Member member) Selects members and includes them in the query.QueryDimension.include
(List<IdentifierSegment> nameParts) Selects members and includes them in the query.Selects a level and includes it in the query.Selects members and includes them in the query.QueryDimension.include
(Selection.Operator operator, List<IdentifierSegment> nameParts) Selects members and includes them in the query.QueryDimension.include
(Selection.Operator operator, Member member) Selects members and includes them in the query.Methods in org.olap4j.query that return types with arguments of type SelectionModifier and TypeMethodDescriptionQueryDimension.getExclusions()
Returns a list of the exclusions within this dimension.QueryDimension.getInclusions()
Returns a list of the inclusions within this dimension.Selection.getSelectionContext()
The selection context includes selections from other dimensions that help determine the entire context of a selection, so drill down is possible.Methods in org.olap4j.query with parameters of type SelectionModifier and TypeMethodDescriptionvoid
Selection.addContext
(Selection selection) void
Selection.removeContext
(Selection selection) Resolves a selection of members into an actual list of the root member and it's relatives selected by the Selection object.