Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.member
Interface MemberSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractMemberSelection, AncestorMemberSelection, CurrentMemberSelection, ItemMemberSelection, ParentMemberSelection, SelfMemberSelection, StrToMemberSelection

public interface MemberSelection
extends OlapSelection

MemberSelection is a selection that resolves to a single member.


Method Summary
 OlapMember resolveMember(Connection connection)
          Retrieves the selection result as an OlapMember.
 
Methods inherited from interface com.citra.pivot.olap.data.OlapSelection
resolveSelection
 

Method Detail

resolveMember

OlapMember resolveMember(Connection connection)
                         throws DataSourceException
Retrieves the selection result as an OlapMember.

Parameters:
connection - the connection to the datasource
Returns:
the olap member resolved
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.