Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdevimpl.audit.report
Interface AuditReporter

All Known Implementing Classes:
XMLAuditReporter, XMLProfileReporter, XSLTAuditReporter, XSLTProfileReporter

public interface AuditReporter

An AuditModel report writer.


Method Summary
 java.lang.String getDescription()
          Gets a brief description of this reporter.
 java.lang.String getName()
          Gets the name of this reporter.
 void report(AuditModel model)
          Creates a report from a model.
 void report(Profile profile)
          Creates a report from a model.
 

Method Detail

getName

java.lang.String getName()
Gets the name of this reporter.


getDescription

java.lang.String getDescription()
Gets a brief description of this reporter.


report

void report(AuditModel model)
            throws java.lang.reflect.InvocationTargetException
Creates a report from a model.

Throws:
java.lang.reflect.InvocationTargetException - if the implementation throws an exception (e.g., an IOException).

report

void report(Profile profile)
            throws java.lang.reflect.InvocationTargetException
Creates a report from a model.

Throws:
java.lang.reflect.InvocationTargetException - if the implementation throws an exception (e.g., an IOException).

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.