mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
First cut of audit annotations on public services, updated audit schema and first cut of default audit settings
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,9 +26,9 @@ public interface AnnotationTestInterface
|
||||
@Auditable()
|
||||
public void noArgs();
|
||||
|
||||
@Auditable(key = 0, parameters = {"one", "two"})
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"one", "two"})
|
||||
public String getString(String one, String two);
|
||||
|
||||
@Auditable(key = 0, parameters = {"one"})
|
||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"one"})
|
||||
public String getAnotherString(String one);
|
||||
}
|
||||
|
Reference in New Issue
Block a user