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 QueryService.findArtifactsAsync(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
           
 void IQueryService.findArtifactsAsync(PageInfo page, ArtifactFilter filter, com.google.gwt.user.client.rpc.AsyncCallback<List<ArtifactSummary>> callback)
          Finds artifacts using the remote query service.
 

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 BrowseView.onQueryComplete(List<ArtifactSummary> artifacts, boolean hasMoreRows)
           
 void IBrowseView.onQueryComplete(List<ArtifactSummary> artifacts, boolean hasMoreRows)
          Called by the activity when the async query completes successfully with data.
 

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

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

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



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