org.overlord.sramp.ui.shared.rsvcs
Interface IQueryRemoteServiceAsync


public interface IQueryRemoteServiceAsync

Async version of IQueryRemoteService.

Author:
eric.wittmann@redhat.com

Method Summary
 void findArtifacts(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Async version of {@link IQueryRemoteService#findArtifacts(PageInfo, ArtifactTypeFilter, String)
 

Method Detail

findArtifacts

void findArtifacts(PageInfo page,
                   ArtifactTypeFilter typeFilter,
                   String nameFilter,
                   com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
Async version of {@link IQueryRemoteService#findArtifacts(PageInfo, ArtifactTypeFilter, String)



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