Package | Description |
---|---|
com.exsoinn.util.epf |
Modifier and Type | Method and Description |
---|---|
static SearchResult |
SearchResult.createSearchResult(Map<String,Context> pResult) |
static SearchResult |
SearchResult.emptySearchResult() |
SearchResult |
Context.findElement(SearchPath pSearchPath,
Filter pFilter,
TargetElements pTargetElements,
Map<String,String> pExtraParams)
Represents the entry point to begin searching the underlying data structure.
|
SearchResult |
Context.findElement(SelectionCriteria pSelectCriteria,
Map<String,String> pExtraParams)
Works similar to
Context.findElement(SearchPath, Filter, TargetElements, Map) , except that the first three
arguments are replaced with a SelectionCriteria element. |
Copyright © 2019. All rights reserved.