public interface IArtifactService
| 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 artifact)
Called to update the given artifact bean.
|
ArtifactBean get(String uuid) throws SrampUiException
uuid - SrampUiExceptionString getDocumentContent(String uuid, String artifactType) throws SrampUiException
uuid - artifactType - SrampUiExceptionArtifactRelationshipsBean getRelationships(String uuid, String artifactType) throws SrampUiException
uuid - artifactType - SrampUiExceptionvoid update(ArtifactBean artifact) throws SrampUiException
artifact - SrampUiExceptionCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.