public class ObjectMethodStep extends ModelStep
ModelStep.ParameterError
configureParameters, label
Constructor and Description |
---|
ObjectMethodStep(java.lang.Class c,
java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
void |
applyConfig()
This method adapt parameters from the configuration, this method is
called after config parameters has been adjusted
usually this method modify the getInputParametersByRef and
getOutputParametersByRef return
|
java.util.Map<AbstractParameter,java.lang.Object> |
execute(java.util.Map<AbstractParameter,java.lang.Object> values)
Execute the step, for interpret engine
|
ModelParameter[] |
getAllParametersByRef()
Get the parameter list reference
|
java.lang.String |
getMethodName()
Retrieved the method name for this processor
|
java.lang.String |
getName() |
java.lang.String |
getObjectClassName()
Retrieve the class name
|
protected void |
setName(java.lang.String processorName) |
java.lang.String |
toString() |
filterParameters, findModelParameterRefByName, getConfigureParametersByRef, getId, getInputParametersByRef, getLabel, getOutputParametersByRef, getParameterByName, getScheduleOrder, isConfigured, setId, setLabel, validateConfigValues, validateParameterValues
public ObjectMethodStep(java.lang.Class c, java.lang.String methodName) throws java.lang.Exception
java.lang.Exception
public ModelParameter[] getAllParametersByRef()
ModelStep
getAllParametersByRef
in class ModelStep
protected void setName(java.lang.String processorName)
public void applyConfig() throws java.lang.Exception
ModelStep
applyConfig
in class ModelStep
java.lang.Exception
public java.util.Map<AbstractParameter,java.lang.Object> execute(java.util.Map<AbstractParameter,java.lang.Object> values) throws java.lang.Exception
ModelStep
public java.lang.String getObjectClassName()
public java.lang.String getMethodName()