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 StringgetAlias()Get the column alias.booleanisOrderable()booleanisQueryable()-
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()
-
-