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
|
JoinType |
getJoinType() |
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
|
void |
setJoinType(JoinType joinType) |
String |
toString() |
public String getAlias()
Selectorpublic JoinType getJoinType()
getJoinType in interface Sourcepublic void setJoinType(JoinType joinType)
setJoinType in interface Sourcepublic 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–2019 Alfresco Software. All rights reserved.