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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
QueryRemoteService

@RemoteServiceRelativePath(value="services/query")
public interface IQueryRemoteService
extends com.google.gwt.user.client.rpc.RemoteService

Remote service that allows the s-ramp UI to perform queries against the s-ramp server.

Author:
eric.wittmann@redhat.com

Method Summary
 List<ArtifactSummary> findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
          Finds artfiacts.
 

Method Detail

findArtifacts

List<ArtifactSummary> findArtifacts(PageInfo page,
                                    ArtifactTypeFilter filter,
                                    String nameFilter)
                                    throws RemoteServiceException
Finds artfiacts.

Parameters:
page -
filter -
nameFilter -
Throws:
RemoteServiceException


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