Uses of Class
com.sas.iquery.metadata.business.SelectedItem

Packages that use SelectedItem
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of SelectedItem in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business with parameters of type SelectedItem
 void BusinessQuery.insertSelectedItemAt(SelectedItem item, int index)
          Inserts the selected item into the selected items list at the specified index location.
 void BusinessQuery.removeSelectedItem(SelectedItem item)
          This method uses the data item contained in the specified selected item to determine which selected item to removed from the business query.
 

Constructors in com.sas.iquery.metadata.business with parameters of type SelectedItem
Drill(SelectedItem item, java.lang.String levelName, java.lang.String memberName, java.lang.String uniqueName)
          Construct a new drill object with the specified selected item and hierarchy information.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.