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

Packages that use ArtifactDetails
org.overlord.sramp.ui.client.services.artifact   
org.overlord.sramp.ui.client.views   
org.overlord.sramp.ui.server.rsvcs   
org.overlord.sramp.ui.server.visitors   
org.overlord.sramp.ui.shared.rsvcs   
 

Uses of ArtifactDetails in org.overlord.sramp.ui.client.services.artifact
 

Method parameters in org.overlord.sramp.ui.client.services.artifact with type arguments of type ArtifactDetails
 void IArtifactService.getArtifactDetailsAsync(String model, String type, String uuid, com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
          Called to asynchronously get the full details for an s-ramp artifact.
 void ArtifactService.getArtifactDetailsAsync(String model, String type, String uuid, com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
           
 

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

Methods in org.overlord.sramp.ui.client.views with parameters of type ArtifactDetails
 void ArtifactView.onArtifactLoaded(ArtifactDetails artifact)
           
 void IArtifactView.onArtifactLoaded(ArtifactDetails artifact)
          Called by the activity when the artifact download completes.
 

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

Methods in org.overlord.sramp.ui.server.rsvcs that return ArtifactDetails
 ArtifactDetails ArtifactRemoteService.getArtifactDetails(String model, String type, String artifactUUID)
           
 

Uses of ArtifactDetails in org.overlord.sramp.ui.server.visitors
 

Constructors in org.overlord.sramp.ui.server.visitors with parameters of type ArtifactDetails
RelationshipVisitor(ArtifactDetails details)
          Constructor.
 

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

Methods in org.overlord.sramp.ui.shared.rsvcs that return ArtifactDetails
 ArtifactDetails IArtifactRemoteService.getArtifactDetails(String model, String type, String artifactUUID)
          Returns the full artifact details for a given artifact UUID.
 

Method parameters in org.overlord.sramp.ui.shared.rsvcs with type arguments of type ArtifactDetails
 void IArtifactRemoteServiceAsync.getArtifactDetails(String model, String type, String artifactUUID, com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
          Async version of IArtifactRemoteService.getArtifactDetails(String, String, String)
 



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