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 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
-
-