Class BaseColumn
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseColumn
- All Implemented Interfaces:
Column
,FunctionInvokation
- Direct Known Subclasses:
LuceneColumn
- Author:
- andyh
-
Constructor Details
-
BaseColumn
-
-
Method Details
-
getAlias
Description copied from interface:Column
Get the column alias. -
getFunction
Description copied from interface:FunctionInvokation
Get the function- Specified by:
getFunction
in interfaceFunctionInvokation
- Returns:
- Function
-
getFunctionArguments
Description copied from interface:FunctionInvokation
Get the functions arguments.- Specified by:
getFunctionArguments
in interfaceFunctionInvokation
- Returns:
- Map
-
toString
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderable
in interfaceColumn
-
isQueryable
public boolean isQueryable()- Specified by:
isQueryable
in interfaceColumn
-