public class AuditResource extends AbstractResource
| Constructor and Description |
|---|
AuditResource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.plugins.providers.atom.Entry |
create(String artifactUuid,
org.jboss.downloads.overlord.sramp._2013.auditing.AuditEntry auditEntry)
S-RAMP atom POST to add an audit entry to the audit trail of an artifact.
|
org.jboss.resteasy.plugins.providers.atom.Entry |
get(String artifactUuid,
String auditEntryUuid)
Called to get the details of a single audit entry.
|
org.jboss.resteasy.plugins.providers.atom.Feed |
listForArtifact(String artifactUuid,
Integer startPage,
Integer startIndex,
Integer count)
Called to get a Feed of all audit entries for an artifact.
|
org.jboss.resteasy.plugins.providers.atom.Feed |
listForUser(String username,
Integer startPage,
Integer startIndex,
Integer count)
Called to get a Feed of all audit entries for an artifact.
|
ensureSupportsMark, logErrorpublic org.jboss.resteasy.plugins.providers.atom.Entry create(String artifactUuid, org.jboss.downloads.overlord.sramp._2013.auditing.AuditEntry auditEntry) throws org.overlord.sramp.atom.err.SrampAtomException
org.overlord.sramp.atom.err.SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Entry get(String artifactUuid, String auditEntryUuid) throws org.overlord.sramp.atom.err.SrampAtomException
org.overlord.sramp.atom.err.SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Feed listForArtifact(String artifactUuid, Integer startPage, Integer startIndex, Integer count) throws org.overlord.sramp.atom.err.SrampAtomException
org.overlord.sramp.atom.err.SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Feed listForUser(String username, Integer startPage, Integer startIndex, Integer count) throws org.overlord.sramp.atom.err.SrampAtomException
org.overlord.sramp.atom.err.SrampAtomExceptionCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.