Uses of Class
org.overlord.sramp.ui.shared.beans.ArtifactSummary

Packages that use ArtifactSummary
org.overlord.sramp.ui.client.services.query   
org.overlord.sramp.ui.client.views   
org.overlord.sramp.ui.client.widgets   
org.overlord.sramp.ui.server.rsvcs   
org.overlord.sramp.ui.shared.beans   
org.overlord.sramp.ui.shared.rsvcs   
 

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

Method parameters in org.overlord.sramp.ui.client.services.query with type arguments of type ArtifactSummary
 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.
 void QueryService.findArtifactsAsync(PageInfo page, ArtifactTypeFilter typeFilter, String nameFilter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
           
 

Uses of ArtifactSummary in org.overlord.sramp.ui.client.views
 

Method parameters in org.overlord.sramp.ui.client.views with type arguments of type ArtifactSummary
 void IBrowseView.onQueryComplete(List<ArtifactSummary> artifacts, boolean hasMoreRows)
          Called by the activity when the async query completes successfully with data.
 void BrowseView.onQueryComplete(List<ArtifactSummary> artifacts, boolean hasMoreRows)
           
 

Uses of ArtifactSummary in org.overlord.sramp.ui.client.widgets
 

Methods in org.overlord.sramp.ui.client.widgets with parameters of type ArtifactSummary
 void ArtifactSummaryPanel.setValue(ArtifactSummary artifact)
          When called, the form fields are populated with data from the given artifact.
 

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

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

Uses of ArtifactSummary in org.overlord.sramp.ui.shared.beans
 

Subclasses of ArtifactSummary in org.overlord.sramp.ui.shared.beans
 class ArtifactDetails
          Models the full details of an s-ramp artifact.
 

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

Methods in org.overlord.sramp.ui.shared.rsvcs that return types with arguments of type ArtifactSummary
 List<ArtifactSummary> IQueryRemoteService.findArtifacts(PageInfo page, ArtifactTypeFilter filter, String nameFilter)
          Finds artfiacts.
 

Method parameters in org.overlord.sramp.ui.shared.rsvcs with type arguments of type ArtifactSummary
 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)
 



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