@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Auditable
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
parameters
The names of the parameters
|
boolean[] |
recordable
All method parameters are recorded by default.
|
boolean |
recordReturnedObject
Return object are recorded by default.
|
public abstract String[] parameters
public abstract boolean[] recordable
public abstract boolean recordReturnedObject
Copyright © 2005–2014 Alfresco Software. All rights reserved.