@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @AlfrescoPublicApi 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
Copyright © 2005–2016 Alfresco Software. All rights reserved.