org.overlord.sramp.ui.shared.rsvcs
Interface IArtifactRemoteService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
ArtifactRemoteService

@RemoteServiceRelativePath(value="services/artifact")
public interface IArtifactRemoteService
extends com.google.gwt.user.client.rpc.RemoteService

Remote service that allows the s-ramp UI to manage s-ramp artifacts.

Author:
eric.wittmann@redhat.com

Method Summary
 ArtifactDetails getArtifactDetails(String model, String type, String artifactUUID)
          Returns the full artifact details for a given artifact UUID.
 

Method Detail

getArtifactDetails

ArtifactDetails getArtifactDetails(String model,
                                   String type,
                                   String artifactUUID)
                                   throws RemoteServiceException
Returns the full artifact details for a given artifact UUID.

Parameters:
artifactUUID -
Throws:
RemoteServiceException


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