Uses of Class
org.overlord.sramp.ui.shared.types.ArtifactFilter

Packages that use ArtifactFilter
org.overlord.sramp.ui.client.services.query   
org.overlord.sramp.ui.server.rsvcs   
org.overlord.sramp.ui.shared.rsvcs   
org.overlord.sramp.ui.shared.types   
 

Uses of ArtifactFilter in org.overlord.sramp.ui.client.services.query
 

Methods in org.overlord.sramp.ui.client.services.query with parameters of type ArtifactFilter
 void IQueryService.findArtifactsAsync(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 void QueryService.findArtifactsAsync(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
           
 

Uses of ArtifactFilter in org.overlord.sramp.ui.server.rsvcs
 

Methods in org.overlord.sramp.ui.server.rsvcs with parameters of type ArtifactFilter
 List<ArtifactSummary> QueryRemoteService.findArtifacts(PageInfo page, ArtifactFilter filter)
           
 

Uses of ArtifactFilter in org.overlord.sramp.ui.shared.rsvcs
 

Methods in org.overlord.sramp.ui.shared.rsvcs with parameters of type ArtifactFilter
 List<ArtifactSummary> IQueryRemoteService.findArtifacts(PageInfo page, ArtifactFilter filter)
          Finds artfiacts.
 void IQueryRemoteServiceAsync.findArtifacts(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Async version of IQueryRemoteService#findArtifacts(int, int)
 

Uses of ArtifactFilter in org.overlord.sramp.ui.shared.types
 

Methods in org.overlord.sramp.ui.shared.types that return ArtifactFilter
static ArtifactFilter ArtifactFilter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ArtifactFilter[] ArtifactFilter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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