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:ColumnGet the column alias. -
getFunction
Description copied from interface:FunctionInvokationGet the function- Specified by:
getFunctionin interfaceFunctionInvokation- Returns:
- Function
-
getFunctionArguments
Description copied from interface:FunctionInvokationGet the functions arguments.- Specified by:
getFunctionArgumentsin interfaceFunctionInvokation- Returns:
- Map
-
toString
-
isOrderable
public boolean isOrderable()- Specified by:
isOrderablein interfaceColumn
-
isQueryable
public boolean isQueryable()- Specified by:
isQueryablein interfaceColumn
-