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()
FunctionInvokation
getFunction
in interface FunctionInvokation
public Map<String,Argument> getFunctionArguments()
FunctionInvokation
getFunctionArguments
in interface FunctionInvokation
public boolean isOrderable()
isOrderable
in interface Column
public boolean isQueryable()
isQueryable
in interface Column
Copyright © 2005–2016 Alfresco Software. All rights reserved.