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,
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, AuditEntry auditEntry) throws SrampAtomException
SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Entry get(String artifactUuid, String auditEntryUuid) throws SrampAtomException
SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Feed listForArtifact(String artifactUuid, Integer startPage, Integer startIndex, Integer count) throws SrampAtomException
SrampAtomExceptionpublic org.jboss.resteasy.plugins.providers.atom.Feed listForUser(String username, Integer startPage, Integer startIndex, Integer count) throws SrampAtomException
SrampAtomExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.