Package org.alfresco.service
Annotation Type Auditable
-
@Target(METHOD) @Retention(RUNTIME) @Documented @AlfrescoPublicApi public @interface AuditableAnnotation to defined key and parameter names for the auditing API. If this annotation is present on a public service interface it will be considered for auditing. If it is not present the method will never be audited. Note that the service name and method name can be found from the bean definition and the method invocation.- Author:
- Andy Hind
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]parametersThe names of the parametersboolean[]recordableAll method parameters are recorded by default.booleanrecordReturnedObjectReturn object are recorded by default.
-