org.overlord.sramp.ui.client.services.query
Class QueryService
java.lang.Object
org.overlord.sramp.ui.client.services.AbstractService
org.overlord.sramp.ui.client.services.query.QueryService
- All Implemented Interfaces:
- IService, IQueryService
public class QueryService
- extends AbstractService
- implements IQueryService
Implementation of the IQueryService.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
start |
QueryService
public QueryService()
- Constructor.
findArtifactsAsync
public void findArtifactsAsync(PageInfo page,
ArtifactFilter filter,
com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
- Description copied from interface:
IQueryService
- Finds artifacts using the remote query service.
- Specified by:
findArtifactsAsync in interface IQueryService
- See Also:
IQueryService.findArtifactsAsync(org.overlord.sramp.ui.shared.beans.PageInfo, org.overlord.sramp.ui.shared.types.ArtifactFilter, com.google.gwt.user.client.rpc.AsyncCallback)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.