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()
Selector
public JoinType getJoinType()
getJoinType
in interface Source
public void setJoinType(JoinType joinType)
setJoinType
in interface Source
public QName getType()
Selector
public Map<String,Selector> getSelectors()
getSelectors
in interface Source
public Selector getSelector(String name)
getSelector
in interface Source
public List<Set<String>> getSelectorGroups(FunctionEvaluationContext functionContext)
getSelectorGroups
in interface Source
Copyright © 2005–2020 Alfresco Software. All rights reserved.