@Target(value=java.lang.annotation.ElementType.METHOD)
@Retention(value=RUNTIME)
@Documented
public interface Auditable
extends java.lang.annotation.Annotation
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
parameters()
The names of the parameters
|
boolean[] |
recordable()
All method parameters are recorded by default.
|
boolean |
recordReturnedObject()
Return object are recorded by default.
|
java.lang.String[] parameters()
boolean[] recordable()
boolean recordReturnedObject()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.