Interface Column
-
- All Superinterfaces:
FunctionInvokation
- All Known Implementing Classes:
BaseColumn
,LuceneColumn
public interface Column extends FunctionInvokation
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAlias()
Get the column alias.boolean
isOrderable()
boolean
isQueryable()
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.FunctionInvokation
getFunction, getFunctionArguments
-
-
-
-
Method Detail
-
getAlias
String getAlias()
Get the column alias.- Returns:
- String
-
isOrderable
boolean isOrderable()
-
isQueryable
boolean isQueryable()
-
-