|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.repository.filerep | |
org.pentaho.di.repository.kdr | |
org.pentaho.di.repository.kdr.delegates | |
org.pentaho.di.trans.debug | |
org.pentaho.di.trans.steps.filterrows | |
org.pentaho.di.trans.steps.joinrows | |
org.pentaho.di.ui.core.dialog | |
org.pentaho.di.ui.core.widget |
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 that return Condition | |
---|---|
Condition |
Repository.loadConditionFromStepAttribute(ObjectId id_step,
String code)
Load a condition from the repository with the Object ID stored in a step attribute. |
Methods in org.pentaho.di.repository with parameters of type Condition | |
---|---|
void |
Repository.saveConditionStepAttribute(ObjectId id_transformation,
ObjectId id_step,
String code,
Condition condition)
This method saves the object ID of the condition object (if not null) in the step attributes |
Uses of Condition in org.pentaho.di.repository.filerep |
---|
Methods in org.pentaho.di.repository.filerep that return Condition | |
---|---|
Condition |
KettleFileRepository.loadCondition(ObjectId id_condition)
|
Condition |
KettleFileRepository.loadConditionFromStepAttribute(ObjectId id_step,
String code)
|
Methods in org.pentaho.di.repository.filerep with parameters of type Condition | |
---|---|
ObjectId |
KettleFileRepository.saveCondition(Condition condition)
|
ObjectId |
KettleFileRepository.saveCondition(Condition condition,
ObjectId id_condition_parent)
|
void |
KettleFileRepository.saveConditionStepAttribute(ObjectId id_transformation,
ObjectId id_step,
String code,
Condition condition)
|
Uses of Condition in org.pentaho.di.repository.kdr |
---|
Methods in org.pentaho.di.repository.kdr that return Condition | |
---|---|
Condition |
KettleDatabaseRepository.loadCondition(ObjectId id_condition)
Read a condition from the repository. |
Condition |
KettleDatabaseRepository.loadConditionFromStepAttribute(ObjectId id_step,
String code)
Load a condition from the repository with the Object ID stored in a step attribute. |
Methods in org.pentaho.di.repository.kdr with parameters of type Condition | |
---|---|
ObjectId |
KettleDatabaseRepository.saveCondition(Condition condition)
|
ObjectId |
KettleDatabaseRepository.saveCondition(Condition condition,
ObjectId id_condition_parent)
|
void |
KettleDatabaseRepository.saveConditionStepAttribute(ObjectId id_transformation,
ObjectId id_step,
String code,
Condition condition)
This method saves the object ID of the condition object (if not null) in the step attributes |
Uses of Condition in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return Condition | |
---|---|
Condition |
KettleDatabaseRepositoryConditionDelegate.loadCondition(ObjectId id_condition)
Read a condition from the repository. |
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type Condition | |
---|---|
ObjectId |
KettleDatabaseRepositoryConditionDelegate.insertCondition(ObjectId id_condition_parent,
Condition condition)
|
ObjectId |
KettleDatabaseRepositoryConditionDelegate.saveCondition(Condition condition)
|
ObjectId |
KettleDatabaseRepositoryConditionDelegate.saveCondition(Condition condition,
ObjectId id_condition_parent)
|
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)
|
Uses of Condition in org.pentaho.di.ui.core.dialog |
---|
Methods in org.pentaho.di.ui.core.dialog that return Condition | |
---|---|
Condition |
EnterConditionDialog.open()
|
Constructors in org.pentaho.di.ui.core.dialog with parameters of type Condition | |
---|---|
EnterConditionDialog(Shell parent,
int style,
RowMetaInterface fields,
Condition condition)
|
Uses of Condition in org.pentaho.di.ui.core.widget |
---|
Constructors in org.pentaho.di.ui.core.widget with parameters of type Condition | |
---|---|
ConditionEditor(Composite composite,
int arg1,
Condition co,
RowMetaInterface inputFields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |