Uses of Interface
org.gcube.dir.master.ServiceInputAdapter

Packages that use ServiceInputAdapter
org.gcube.dir.master.fusion.io   
org.gcube.dir.master.porttypes   
org.gcube.dir.master.queries   
org.gcube.dir.master.selection.criteria   
org.gcube.dir.master.selection.io   
 

Uses of ServiceInputAdapter in org.gcube.dir.master.fusion.io
 

Classes in org.gcube.dir.master.fusion.io that implement ServiceInputAdapter
 class FusionParametersAdapter
           
 

Uses of ServiceInputAdapter in org.gcube.dir.master.porttypes
 

Methods in org.gcube.dir.master.porttypes with parameters of type ServiceInputAdapter
 java.lang.String Master.merge(ServiceInputAdapter<? extends FusionParameters> params)
          Returns a reference to a resultset obtained by merging the results of a query executed against the collections in the bound set.
 ICollectionRanking Master.select(ServiceInputAdapter<? extends SelectionParameters> params)
          Selects the collections in the bound set in accordance with given selection parameters.
 

Uses of ServiceInputAdapter in org.gcube.dir.master.queries
 

Classes in org.gcube.dir.master.queries that implement ServiceInputAdapter
 class DefaultQueryAdapter
           
 class DefaultQueryTermAdapter
          Web adapter for a DefaultQueryTerm.
 class QueryTermAdapter
          Web adapter for a QueryTerm.
 

Uses of ServiceInputAdapter in org.gcube.dir.master.selection.criteria
 

Classes in org.gcube.dir.master.selection.criteria that implement ServiceInputAdapter
 class BestScoresAdapter
          A ServiceInputAdapter for BestScoresCriterion.
 class ResultDistributionAdapter
          A ServiceInputAdapter for ResultDistributionCriterion.
 class TopNAdapter
          A ServiceInputAdapter for TopNCriterion.
 

Uses of ServiceInputAdapter in org.gcube.dir.master.selection.io
 

Classes in org.gcube.dir.master.selection.io that implement ServiceInputAdapter
 class SelectionParametersAdapter
          An adapter of ISelectionParameters stubs to SelectionParameters instances.