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, ArtifactFilter filter)
          Finds artfiacts.
 

Method Detail

findArtifacts

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

Parameters:
page -
filter -
Throws:
RemoteServiceException


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