Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

oracle.jdevimpl.audit.report
Class XSLTAuditReporter

java.lang.Object
  extended by oracle.jdevimpl.audit.report.XSLTAuditReporter
All Implemented Interfaces:
AuditReporter

public class XSLTAuditReporter
extends java.lang.Object
implements AuditReporter

An Audit report which produces an intermediate XML report and applies an XSLT stylesheet.


Constructor Summary
XSLTAuditReporter()
           
 
Method Summary
 java.lang.String getDescription()
          Gets a brief description of this reporter.
 java.lang.String getEncoding()
           
 java.net.URL getFile()
           
 java.lang.String getName()
          Gets the name of this reporter.
 StyleSheet getStylesheet()
           
 java.lang.String getTitle()
           
 void report(AuditModel model)
          Creates a report from a model.
 void setEncoding(java.lang.String encoding)
           
 void setFile(java.net.URL file)
           
 void setStyleSheet(StyleSheet stylesheet)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLTAuditReporter

public XSLTAuditReporter()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: AuditReporter
Gets the name of this reporter.

Specified by:
getName in interface AuditReporter

getDescription

public java.lang.String getDescription()
Description copied from interface: AuditReporter
Gets a brief description of this reporter.

Specified by:
getDescription in interface AuditReporter

setEncoding

public void setEncoding(java.lang.String encoding)

getEncoding

public java.lang.String getEncoding()

getFile

public java.net.URL getFile()

setFile

public void setFile(java.net.URL file)

getStylesheet

public StyleSheet getStylesheet()

setStyleSheet

public void setStyleSheet(StyleSheet stylesheet)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

report

public void report(AuditModel model)
            throws java.lang.reflect.InvocationTargetException
Description copied from interface: AuditReporter
Creates a report from a model.

Specified by:
report in interface AuditReporter
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 Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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