public class EntityObjectAnalyzer extends XmlAnalyzer
Constructor and Description |
---|
EntityObjectAnalyzer() |
Modifier and Type | Method and Description |
---|---|
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.
|
isAuditable
cancel, isApplicationContentSupported, isCancelled, isEnabled, review, setEnabled, startTask
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
-