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 selectvoid
setJoinType
(JoinType joinType) toString()
-
Constructor Details
-
BaseSelector
-
-
Method Details
-
getAlias
Description copied from interface:Selector
The alias or name for the selector This must be unique across all selectors in the query -
getJoinType
- Specified by:
getJoinType
in interfaceSource
-
setJoinType
- Specified by:
setJoinType
in interfaceSource
-
getType
Description copied from interface:Selector
The qname of the type or aspect to select -
toString
-
getSelectors
- Specified by:
getSelectors
in interfaceSource
-
getSelector
- Specified by:
getSelector
in interfaceSource
-
getSelectorGroups
- Specified by:
getSelectorGroups
in interfaceSource
-