Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.audit.generator
Interface DataGenerator
All Known Implementing Classes:
AbstractDataGenerator

@org.alfresco.api.AlfrescoPublicApi
public interface DataGenerator
Interface for Audit data value generators.These are used to produce auditable data values extract auditable values from nothing; typically these values are derived from the system state or from the thread context.

null values will be ignored by the audit framework.

Since:
3.2
Author:
Derek Hulley

Method Summary
getData()
          Get the data generated by the instance.
Method Detail
getData
Serializable getData()
              throws Throwable
Get the data generated by the instance.
Returns:
Returns the generated data or null if no data could be generated
Throws:
Throwable - All exceptions are handled by the framework

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.