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:
Derek Hulley
2010-03-10 18:02:31 +00:00
parent 60573f6fdb
commit fbe601d121
3 changed files with 39 additions and 74 deletions

View File

@@ -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();
}