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 java.lang.StringgetAlias()Get the column alias.booleanisOrderable()booleanisQueryable()-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.FunctionInvokation
getFunction, getFunctionArguments
-
-