public interface PolicyRuleFolder
Modifier and Type | Method and Description |
---|---|
Collection<PolicyRuleFolder> |
getChildFolders()
Returns an unmodifiable collection of immediate child folders of this folder.
|
Collection<PolicyRuleDefinition> |
getChildPolicies()
Returns an unmodifiable collection of policy rules residing in this folder.
|
String |
getFolderId()
Returns a unique folder ID
|
String |
getName()
The name of the folder.
|
void |
visitChildren(PolicyRuleTreeVisitor visitor)
Visits the view folder's children using a visitor.
|
String getName()
Collection<PolicyRuleFolder> getChildFolders()
Collection<PolicyRuleDefinition> getChildPolicies()
String getFolderId()
void visitChildren(PolicyRuleTreeVisitor visitor)
visitor
- a client implementation of the ViewTreeVisitor interface. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.