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.String
getAlias()
Get the column alias.boolean
isOrderable()
boolean
isQueryable()
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.FunctionInvokation
getFunction, getFunctionArguments
-
-