public class RulesAccumulatorData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Constructor and Description |
|---|
RulesAccumulatorData() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<Object[]> |
fetchResults()
Get the list of rows generated by the Rules execution
|
org.pentaho.di.core.row.RowMetaInterface |
getOutputRowMeta() |
List<Rules.Row> |
getResultRows() |
String |
getRuleFilePath() |
String |
getRuleString() |
void |
initializeInput(org.pentaho.di.core.row.RowMetaInterface _inputRowMeta) |
void |
initializeRules() |
void |
loadRow(Object[] r) |
void |
setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta) |
void |
setRuleFilePath(String ruleFilePath) |
void |
setRuleString(String ruleString) |
void |
shutdown() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic String getRuleString()
public void setRuleString(String ruleString)
public String getRuleFilePath()
public void setRuleFilePath(String ruleFilePath)
public void setOutputRowMeta(org.pentaho.di.core.row.RowMetaInterface outputRowMeta)
public org.pentaho.di.core.row.RowMetaInterface getOutputRowMeta()
public void initializeRules()
public void initializeInput(org.pentaho.di.core.row.RowMetaInterface _inputRowMeta)
public List<Object[]> fetchResults()
public void shutdown()