public class CacheRequest extends Object
| Constructor and Description |
|---|
CacheRequest()
Constructor for the cacheRequest
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(PatternID patternId)
Adds a patternID to the request
|
void |
add(PropertyID propertyId)
Adds a property to the cache request
|
IUIAutomationCacheRequest |
getCacheRequest()
Get the raw cache request
|
Condition |
getTreeFilter()
Gets the treeScope of the cache
|
TreeScope |
getTreeScope()
Gets the treeScope of the cache
|
void |
setTreeFilter(Condition condition)
Stets the tree filter condition
|
void |
setTreeScope(TreeScope treeScope)
Sets the treeScope of the cache
|
public IUIAutomationCacheRequest getCacheRequest()
public void setTreeFilter(Condition condition)
condition - The filter condition.public Condition getTreeFilter()
public void setTreeScope(TreeScope treeScope)
treeScope - The treeScope to use.public TreeScope getTreeScope()
public void add(PropertyID propertyId)
propertyId - the property to addpublic void add(PatternID patternId)
patternId - Pattern to addCopyright © 2016. All rights reserved.