| Modifier and Type | Method and Description |
|---|---|
ZKQueryElement |
ZKEnforcePolicyElement.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
List<ZKQueryElement> |
ZKAuditSet.getQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZKEnforcePolicyElement.setQuery(ZKQueryElement query) |
| Modifier and Type | Method and Description |
|---|---|
static Hashtable<Integer,List<String>> |
ZKPolicyUtils.getQueryOutputBuffer(List<ZKQueryElement> queryElements)
Construct output buffer for a list of query elements.
|
void |
ZKTree.queryFind(String rootPath,
List<ZKQueryElement> queryElements,
Hashtable<Integer,List<String>> queriesOutput)
Function to return a list of the selected sub-tree with the full path of
query matching nodes.
|
void |
ZKTree.queryTree(String rootPath,
List<ZKQueryElement> queryElements,
Hashtable<Integer,List<String>> queriesOutput)
Function to return a tree view of the selected sub-tree and execute queries.
|
void |
ZKAuditSet.setQueries(List<ZKQueryElement> queries) |
| Constructor and Description |
|---|
ZKEnforcePolicyElement(String title,
ZKQueryElement query,
boolean append,
List<String> acls) |
| Constructor and Description |
|---|
ZKAuditSet(List<ZKQueryElement> queries,
List<ZKCheckElement> checks,
ZKAuditSet.ZKPolicyReportSections sections) |
Copyright © 2020. All rights reserved.