|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.audit.analyzer.Analyzer
org.adfemg.audits.base.XmlAnalyzer
org.adfemg.audits.adfbc.adfeo.EntityObjectAnalyzer
public class EntityObjectAnalyzer
Analyzer class for EntityObjects.
Constructor Summary | |
---|---|
EntityObjectAnalyzer()
|
Method Summary | |
---|---|
void |
enter(AuditContext context,
org.w3c.dom.Document document)
Check if we're in a EntityObject file. |
void |
enter(AuditContext context,
SourceFile sourceClass)
Check if we're in EntityImpl java file. |
void |
enter(AuditContext context,
Workspaces workspaces)
|
void |
exit(AuditContext context,
org.w3c.dom.Attr attr)
|
void |
exit(AuditContext context,
org.w3c.dom.Element element)
Check if RowId is used as primary key and report voilation. |
void |
exit(AuditContext context,
SourceBlock stmt)
Checks if there is refrence to Application Module in EntityImpl class. |
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer |
---|
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 |
---|
public EntityObjectAnalyzer()
Method Detail |
---|
public void enter(AuditContext context, Workspaces workspaces)
public void enter(AuditContext context, org.w3c.dom.Document document)
enter
in class XmlAnalyzer
context
- the AuditContext.document
- the document.public void enter(AuditContext context, SourceFile sourceClass)
context
- sourceClass
- public void exit(AuditContext context, org.w3c.dom.Element element)
context
- element
- public void exit(AuditContext context, org.w3c.dom.Attr attr)
context
- attr
- public void exit(AuditContext context, SourceBlock stmt)
context
- stmt
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |