Class BaseColumn
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseColumn
-
- All Implemented Interfaces:
Column,FunctionInvokation
- Direct Known Subclasses:
LuceneColumn
public class BaseColumn extends Object implements Column
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get the column alias.FunctiongetFunction()Get the functionMap<String,Argument>getFunctionArguments()Get the functions arguments.booleanisOrderable()booleanisQueryable()StringtoString()
-
-
-
Method Detail
-
getFunction
public Function getFunction()
Description copied from interface:FunctionInvokationGet the function- Specified by:
getFunctionin interfaceFunctionInvokation- Returns:
- Function
-
getFunctionArguments
public Map<String,Argument> getFunctionArguments()
Description copied from interface:FunctionInvokationGet the functions arguments.- Specified by:
getFunctionArgumentsin interfaceFunctionInvokation- Returns:
- Map
-
isOrderable
public boolean isOrderable()
- Specified by:
isOrderablein interfaceColumn
-
isQueryable
public boolean isQueryable()
- Specified by:
isQueryablein interfaceColumn
-
-