org.overlord.sramp.ui.client.services.query
Interface IQueryService

All Superinterfaces:
IService
All Known Implementing Classes:
QueryService

public interface IQueryService
extends IService

A service that provides a way to query the s-ramp repository.

Author:
eric.wittmann@redhat.com

Method Summary
 void findArtifactsAsync(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 
Methods inherited from interface org.overlord.sramp.ui.client.services.IService
start
 

Method Detail

findArtifactsAsync

void findArtifactsAsync(PageInfo page,
                        ArtifactTypeFilter typeFilter,
                        String nameFilter,
                        com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
Finds artifacts using the remote query service.

Parameters:
page -
typeFilter -
nameFilter -
callback -


Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.