public class ArtifactService extends Object implements IArtifactService
| Constructor and Description |
|---|
ArtifactService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
get(String uuid)
Gets the full meta data for an artifact (by UUID).
|
String |
getDocumentContent(String uuid,
String artifactType)
Gets the full document content for an artifact (by UUID).
|
ArtifactRelationshipsBean |
getRelationships(String uuid,
String artifactType)
Gets all of the relationships (resolved) for an artifact.
|
void |
update(ArtifactBean bean)
Called to update the given artifact bean.
|
public ArtifactBean get(String uuid) throws SrampUiException
IArtifactServiceget in interface IArtifactServiceSrampUiExceptionIArtifactService.get(java.lang.String)public String getDocumentContent(String uuid, String artifactType) throws SrampUiException
IArtifactServicegetDocumentContent in interface IArtifactServiceSrampUiExceptionIArtifactService.getDocumentContent(java.lang.String, java.lang.String)public ArtifactRelationshipsBean getRelationships(String uuid, String artifactType) throws SrampUiException
IArtifactServicegetRelationships in interface IArtifactServiceSrampUiExceptionIArtifactService.getRelationships(java.lang.String, java.lang.String)public void update(ArtifactBean bean) throws SrampUiException
IArtifactServiceupdate in interface IArtifactServiceSrampUiExceptionIArtifactService.update(org.overlord.sramp.ui.client.shared.beans.ArtifactBean)Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.