org.alfresco.repo.audit.hibernate
Interface AuditConfig

All Known Implementing Classes:
AuditConfigImpl

public interface AuditConfig

Hibernate interface for audit configuration persistence.


Method Summary
 java.lang.String getConfigURL()
          Get the content URL for a copy of the configuration file.
 java.lang.Long getId()
          Get the surrogate key for the configuration entry.
 

Method Detail

getConfigURL

java.lang.String getConfigURL()
Get the content URL for a copy of the configuration file.

Returns:

getId

java.lang.Long getId()
Get the surrogate key for the configuration entry. The creation is managed by hibernate.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.