org.adfemg.audits.adfbc.adfvo
Class ViewObjectAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.base.XmlAnalyzer
          extended by org.adfemg.audits.adfbc.adfvo.ViewObjectAnalyzer

public class ViewObjectAnalyzer
extends XmlAnalyzer

Analyzer class for ViewObjects.


Constructor Summary
ViewObjectAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Attr attr)
          Check if the VO is readonly.
 void exit(AuditContext context, org.w3c.dom.Element element)
          Check if the SQLQuery contains a select * statement and Check if the VO is in expert mode.
 
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer
enter, isAuditable
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewObjectAnalyzer

public ViewObjectAnalyzer()
Method Detail

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)
Check if the SQLQuery contains a select * statement and Check if the VO is in expert mode.


exit

public void exit(AuditContext context,
                 org.w3c.dom.Attr attr)
Check if the VO is readonly.