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:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
package org.alfresco.service.namespace;
|
||||
|
||||
import org.alfresco.service.Auditable;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@@ -83,6 +85,7 @@ public interface NamespaceService extends NamespacePrefixResolver
|
||||
* @param prefix
|
||||
* @param uri
|
||||
*/
|
||||
@Auditable(parameters = {"prefix", "uri"})
|
||||
public void registerNamespace(String prefix, String uri);
|
||||
|
||||
|
||||
@@ -91,6 +94,7 @@ public interface NamespaceService extends NamespacePrefixResolver
|
||||
*
|
||||
* @param prefix
|
||||
*/
|
||||
@Auditable(parameters = {"prefix"})
|
||||
public void unregisterNamespace(String prefix);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user