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

Packages that use ArtifactTypeFilter
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 ArtifactTypeFilter in org.overlord.sramp.ui.client.services.query
 

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

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

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

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

Methods in org.overlord.sramp.ui.shared.rsvcs with parameters of type ArtifactTypeFilter
 List<ArtifactSummary> IQueryRemoteService.findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
          Finds artfiacts.
 void IQueryRemoteServiceAsync.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)
 

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

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



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