public class BaseColumn extends Object implements Column
| Constructor and Description |
|---|
BaseColumn(Function function,
Map<String,Argument> functionArguments,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Get the column alias.
|
Function |
getFunction()
Get the function
|
Map<String,Argument> |
getFunctionArguments()
Get the functions arguments.
|
boolean |
isOrderable() |
boolean |
isQueryable() |
String |
toString() |
public Function getFunction()
FunctionInvokationgetFunction in interface FunctionInvokationpublic Map<String,Argument> getFunctionArguments()
FunctionInvokationgetFunctionArguments in interface FunctionInvokationpublic boolean isOrderable()
isOrderable in interface Columnpublic boolean isQueryable()
isQueryable in interface ColumnCopyright © 2005–2019 Alfresco Software. All rights reserved.