public interface QueryFolder
Modifier and Type | Method and Description |
---|---|
Query |
findQueryByName(String name)
Convenience function that recieves a query name and returns the query with that name
that is a descendant of this folder.
|
Collection<QueryFolder> |
getChildFolders()
Returns an unmodifiable collection of the immediate child folders of this folder.
|
Collection<Query> |
getChildQueries()
Returns an unmodifiable collection of the queries in this folder.
|
String |
getFolderId()
Returns a unique folder ID
|
String |
getName()
The name of the folder.
|
void |
visitChildren(QueryTreeVisitor visitor)
Visits the query folder's children visitor.
|
String getName()
Collection<QueryFolder> getChildFolders()
Collection<Query> getChildQueries()
void visitChildren(QueryTreeVisitor visitor)
visitor
- a client implementation of the QueryTreeVisitor interface.Query findQueryByName(String name)
name
- the name to search.String getFolderId()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.