org.overlord.sramp.ui.client.services.artifact
Class ArtifactService
java.lang.Object
org.overlord.sramp.ui.client.services.AbstractService
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
| 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 |
ArtifactService
public ArtifactService()
- Constructor.
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.