public abstract class BasePathResultsMap extends BaseTemplateMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
parent, services
Constructor and Description |
---|
BasePathResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected List<TemplateNode> |
getChildrenByXPath(String xpath,
org.alfresco.service.cmr.search.QueryParameterDefinition[] params,
boolean firstOnly)
Return a list or a single Node from executing an xpath against the parent Node.
|
get
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public BasePathResultsMap(TemplateNode parent, ServiceRegistry services)
parent
- The parent TemplateNode to execute searches fromservices
- The ServiceRegistry to useprotected List<TemplateNode> getChildrenByXPath(String xpath, org.alfresco.service.cmr.search.QueryParameterDefinition[] params, boolean firstOnly)
xpath
- XPath to executefirstOnly
- True to return the first result onlyCopyright © 2005–2017 Alfresco Software. All rights reserved.