Uses of Class
org.pentaho.di.core.Condition

Packages that use Condition
org.pentaho.di.core   
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.trans.debug   
org.pentaho.di.trans.steps.filterrows   
org.pentaho.di.trans.steps.joinrows   
 

Uses of Condition in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return Condition
 Condition Condition.getCondition(int i)
           
 

Methods in org.pentaho.di.core with parameters of type Condition
 void Condition.addCondition(Condition cb)
           
 void Condition.addCondition(int idx, Condition cb)
           
 void Condition.setCondition(int i, Condition subCondition)
           
 

Uses of Condition in org.pentaho.di.repository
 

Methods in org.pentaho.di.repository with parameters of type Condition
 long Repository.insertCondition(long id_condition_parent, Condition condition)
           
 

Uses of Condition in org.pentaho.di.trans.debug
 

Methods in org.pentaho.di.trans.debug that return Condition
 Condition StepDebugMeta.getCondition()
           
 

Methods in org.pentaho.di.trans.debug with parameters of type Condition
 void StepDebugMeta.setCondition(Condition condition)
           
 

Uses of Condition in org.pentaho.di.trans.steps.filterrows
 

Methods in org.pentaho.di.trans.steps.filterrows that return Condition
 Condition FilterRowsMeta.getCondition()
           
 

Methods in org.pentaho.di.trans.steps.filterrows with parameters of type Condition
 void FilterRowsMeta.setCondition(Condition condition)
           
 

Uses of Condition in org.pentaho.di.trans.steps.joinrows
 

Methods in org.pentaho.di.trans.steps.joinrows that return Condition
 Condition JoinRowsMeta.getCondition()
           
 

Methods in org.pentaho.di.trans.steps.joinrows with parameters of type Condition
 void JoinRowsMeta.setCondition(Condition condition)