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
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
start |
findArtifactsAsync
void findArtifactsAsync(PageInfo page,
ArtifactFilter filter,
com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
- Finds artifacts using the remote query service.
- Parameters:
page - filter - callback -
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.