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 |
---|---|
boolean |
containsProperty(String propertyId) |
String |
execute() |
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 boolean containsProperty(String propertyId) throws Exception
containsProperty
in interface Command
containsProperty
in class AbstractCommand
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.