public class BaseSelector extends Object implements Selector
| Constructor and Description |
|---|
BaseSelector(QName type,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
The alias or name for the selector
This must be unique across all selectors in the query
|
Selector |
getSelector(String name) |
List<Set<String>> |
getSelectorGroups(FunctionEvaluationContext functionContext) |
Map<String,Selector> |
getSelectors() |
QName |
getType()
The qname of the type or aspect to select
|
String |
toString() |
public String getAlias()
Selectorpublic QName getType()
Selectorpublic Map<String,Selector> getSelectors()
getSelectors in interface Sourcepublic Selector getSelector(String name)
getSelector in interface Sourcepublic List<Set<String>> getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups in interface SourceCopyright © 2005–2016 Alfresco Software. All rights reserved.