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 XMLAuditReporter

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

public class XMLAuditReporter
extends java.lang.Object
implements AuditReporter

An Audit report which produces an XML text report.


Field Summary
static java.lang.String DOCUMENT_ROOT
           
static java.lang.String NAMESPACE_PREFIX
           
 
Constructor Summary
XMLAuditReporter()
           
 
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.
 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 destination)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_PREFIX

public static final java.lang.String NAMESPACE_PREFIX
See Also:
Constant Field Values

DOCUMENT_ROOT

public static final java.lang.String DOCUMENT_ROOT
See Also:
Constant Field Values
Constructor Detail

XMLAuditReporter

public XMLAuditReporter()
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()

setFile

public void setFile(java.net.URL destination)

getFile

public java.net.URL getFile()

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.