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 String
getAlias()
Get the column alias.Function
getFunction()
Get the functionMap<String,Argument>
getFunctionArguments()
Get the functions arguments.boolean
isOrderable()
boolean
isQueryable()
String
toString()
-
-
-
Method Detail
-
getFunction
public Function getFunction()
Description copied from interface:FunctionInvokation
Get the function- Specified by:
getFunction
in interfaceFunctionInvokation
- Returns:
- Function
-
getFunctionArguments
public Map<String,Argument> getFunctionArguments()
Description copied from interface:FunctionInvokation
Get the functions arguments.- Specified by:
getFunctionArguments
in interfaceFunctionInvokation
- Returns:
- Map
-
isOrderable
public boolean isOrderable()
- Specified by:
isOrderable
in interfaceColumn
-
isQueryable
public boolean isQueryable()
- Specified by:
isQueryable
in interfaceColumn
-
-