|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@PublicService public interface AuditService
The public API by which applications can create audit entries. This does not affect auditing using method interceptors. The information recorded can not be confused between the two. This API could be used by an audit action.
| Method Summary | |
|---|---|
void |
audit(java.lang.String source,
java.lang.String description)
Add an application audit entry. |
void |
audit(java.lang.String source,
java.lang.String description,
NodeRef key)
|
void |
audit(java.lang.String source,
java.lang.String description,
NodeRef key,
java.lang.Object[] args)
|
void |
audit(java.lang.String source,
java.lang.String description,
java.lang.Object[] args)
|
java.util.List |
getAuditTrail(NodeRef nodeRef)
Get the audit trail for a node ref. |
| Method Detail |
|---|
@NotAuditable
void audit(java.lang.String source,
java.lang.String description)
source - -
a string that represents the applicationdescription - -
the audit entry
@NotAuditable
void audit(java.lang.String source,
java.lang.String description,
NodeRef key)
source - -
a string that represents the applicationdescription - -
the audit entrykey - -
a node ref to use as the key for filtering etc
@NotAuditable
void audit(java.lang.String source,
java.lang.String description,
java.lang.Object[] args)
source - -
a string that represents the applicationdescription - -
the audit entryargs - -
an arbitrary list of parameters
@NotAuditable
void audit(java.lang.String source,
java.lang.String description,
NodeRef key,
java.lang.Object[] args)
source - -
a string that represents the applicationdescription - -
the audit entry *key - -
a node ref to use as the key for filtering etcargs - -
an arbitrary list of parameters@NotAuditable java.util.List getAuditTrail(NodeRef nodeRef)
nodeRef - - the node ref for which to get the audit trail.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||