Uses of Class
org.pentaho.di.core.Condition
-
Packages that use Condition Package Description org.pentaho.di.core -
-
Uses of Condition in org.pentaho.di.core
Methods in org.pentaho.di.core that return Condition Modifier and Type Method Description Condition
Condition. getCondition(int i)
Methods in org.pentaho.di.core that return types with arguments of type Condition Modifier and Type Method Description List<Condition>
Condition. getChildren()
Methods in org.pentaho.di.core with parameters of type Condition Modifier and Type Method Description void
Condition. addCondition(int idx, Condition cb)
void
Condition. addCondition(Condition cb)
void
Condition. setCondition(int i, Condition subCondition)
-