org.overlord.sramp.ui.client.services.artifact
Class ArtifactService

java.lang.Object
  extended by org.overlord.sramp.ui.client.services.AbstractService
      extended by org.overlord.sramp.ui.client.services.artifact.ArtifactService
All Implemented Interfaces:
IArtifactService, IService

public class ArtifactService
extends AbstractService
implements IArtifactService

Implementation of the IArtifactService.

Author:
eric.wittmann@redhat.com

Constructor Summary
ArtifactService()
          Constructor.
 
Method Summary
 void 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.
 
Methods inherited from class org.overlord.sramp.ui.client.services.AbstractService
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.overlord.sramp.ui.client.services.IService
start
 

Constructor Detail

ArtifactService

public ArtifactService()
Constructor.

Method Detail

getArtifactDetailsAsync

public void getArtifactDetailsAsync(String model,
                                    String type,
                                    String uuid,
                                    com.google.gwt.user.client.rpc.AsyncCallback<ArtifactDetails> callback)
Description copied from interface: IArtifactService
Called to asynchronously get the full details for an s-ramp artifact.

Specified by:
getArtifactDetailsAsync in interface IArtifactService
See Also:
IArtifactService.getArtifactDetailsAsync(java.lang.String, java.lang.String, java.lang.String, com.google.gwt.user.client.rpc.AsyncCallback)


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