Uses of Class
org.gcube.dir.master.stubs.ISelectionParameters

Packages that use ISelectionParameters
org.gcube.dir.master.stubs   
org.gcube.dir.master.stubs.bindings   
 

Uses of ISelectionParameters in org.gcube.dir.master.stubs
 

Methods in org.gcube.dir.master.stubs with parameters of type ISelectionParameters
 ICollectionRanking MasterCall.select(ISelectionParameters params)
          Selects over the collections managed by the Master in accordance with selection parameters.
 ICollectionRanking MasterPortType.select(ISelectionParameters parameters)
          Returns the list of RankEntries which results from selecting over the collections in the bound set with respect to a given quert and in accordance with given selection criteria.
 

Uses of ISelectionParameters in org.gcube.dir.master.stubs.bindings
 

Methods in org.gcube.dir.master.stubs.bindings with parameters of type ISelectionParameters
 ICollectionRanking MasterPortTypeSOAPBindingStub.select(ISelectionParameters parameters)