public class ScalarFunctionCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
protected ScalarFunction |
scalarFunction |
arguments, dataFilter, name
Constructor and Description |
---|
ScalarFunctionCommand(String commandName,
ScalarFunction scalarFunction) |
Modifier and Type | Method and Description |
---|---|
String |
execute() |
Set<String> |
getPropertyIds() |
ScalarFunction |
getScalarFunction() |
void |
setScalarFunction(ScalarFunction scalarFunction) |
getArgument, getArguments, getDataFilter, getName, setArguments, setDataFilter, setName
protected ScalarFunction scalarFunction
public ScalarFunctionCommand(String commandName, ScalarFunction scalarFunction)
public ScalarFunction getScalarFunction()
public void setScalarFunction(ScalarFunction scalarFunction)
public String execute() throws Exception
execute
in interface Command
execute
in class AbstractCommand
Exception
public Set<String> getPropertyIds()
getPropertyIds
in interface Command
getPropertyIds
in class AbstractCommand
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.