mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/V3.2 to HEAD:
18000: Merged DEV/BELARUS/V3.2-2009_11_24 to V3.2 17719: ETHREEOH-3393: AuditConfig file is read every time the audit method is called in HibernateAuditDAO git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,12 +27,16 @@ import java.io.InputStream;
|
||||
*/
|
||||
public interface AuditConfiguration
|
||||
{
|
||||
|
||||
/**
|
||||
* Get the XML content for the configuration as a stream.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public abstract InputStream getInputStream();
|
||||
|
||||
InputStream getInputStream();
|
||||
|
||||
/**
|
||||
* Return path of the XML
|
||||
* @return path
|
||||
*/
|
||||
String getPath();
|
||||
}
|
Reference in New Issue
Block a user