org.overlord.sramp.ui.client.services.artifact
Interface IArtifactService
- All Superinterfaces:
- IService
- All Known Implementing Classes:
- ArtifactService
public interface IArtifactService
- extends IService
A service that provides a way to manage s-ramp artifacts.
- Author:
- eric.wittmann@redhat.com
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
start |
getArtifactDetailsAsync
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.
- Parameters:
model - type - uuid - callback -
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.