public class TaskFlowAnalyzer extends XmlAnalyzer
Constructor and Description |
---|
TaskFlowAnalyzer() |
Modifier and Type | Method and Description |
---|---|
void |
enter(AuditContext context,
org.w3c.dom.Document document)
Check if we're in a adfc-config file and in a task-flow-definition file.
|
void |
enter(AuditContext context,
Workspaces workspaces) |
void |
exit(AuditContext context,
org.w3c.dom.Element element)
Check if the element is isolated and if the parent is data-control-scope.
|
protected boolean |
isAuditable(org.w3c.dom.Document document) |
cancel, isApplicationContentSupported, isCancelled, isEnabled, review, setEnabled, startTask
protected boolean isAuditable(org.w3c.dom.Document document)
isAuditable
in class XmlAnalyzer
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 exit(AuditContext context, org.w3c.dom.Element element)