Class BaseSelector
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseSelector
- Direct Known Subclasses:
LuceneSelector
- Author:
- andyh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()The alias or name for the selector This must be unique across all selectors in the querygetSelector(String name) getSelectorGroups(FunctionEvaluationContext functionContext) getType()The qname of the type or aspect to selectvoidsetJoinType(JoinType joinType) toString()
-
Constructor Details
-
BaseSelector
-
-
Method Details
-
getAlias
Description copied from interface:SelectorThe alias or name for the selector This must be unique across all selectors in the query -
getJoinType
- Specified by:
getJoinTypein interfaceSource
-
setJoinType
- Specified by:
setJoinTypein interfaceSource
-
getType
Description copied from interface:SelectorThe qname of the type or aspect to select -
toString
-
getSelectors
- Specified by:
getSelectorsin interfaceSource
-
getSelector
- Specified by:
getSelectorin interfaceSource
-
getSelectorGroups
- Specified by:
getSelectorGroupsin interfaceSource
-