Interface Selector
-
- All Superinterfaces:
Source
- All Known Implementing Classes:
BaseSelector
,LuceneSelector
public interface Selector extends Source
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlias()
The alias or name for the selector This must be unique across all selectors in the queryQName
getType()
The qname of the type or aspect to select-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Source
getJoinType, getSelector, getSelectorGroups, getSelectors, setJoinType
-
-
-
-
Method Detail
-
getType
QName getType()
The qname of the type or aspect to select- Returns:
- QName
-
getAlias
java.lang.String getAlias()
The alias or name for the selector This must be unique across all selectors in the query- Returns:
- String
-
-