public abstract class BasePathResultsMap extends BaseTemplateMap
| 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 java.util.List |
getChildrenByXPath(java.lang.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.
|
getclear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuespublic BasePathResultsMap(TemplateNode parent, ServiceRegistry services)
parent - The parent TemplateNode to execute searches fromservices - The ServiceRegistry to useprotected java.util.List getChildrenByXPath(java.lang.String xpath,
org.alfresco.service.cmr.search.QueryParameterDefinition[] params,
boolean firstOnly)
xpath - XPath to executefirstOnly - True to return the first result onlyCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.