|
||||||||||
| 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 | |
| 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(org.pentaho.di.repository.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(org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.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(org.pentaho.di.repository.ObjectId id_condition)
|
Condition |
KettleFileRepository.loadConditionFromStepAttribute(org.pentaho.di.repository.ObjectId id_step,
String code)
|
| Methods in org.pentaho.di.repository.filerep with parameters of type Condition | |
|---|---|
org.pentaho.di.repository.ObjectId |
KettleFileRepository.saveCondition(Condition condition)
|
org.pentaho.di.repository.ObjectId |
KettleFileRepository.saveCondition(Condition condition,
org.pentaho.di.repository.ObjectId id_condition_parent)
|
void |
KettleFileRepository.saveConditionStepAttribute(org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.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(org.pentaho.di.repository.ObjectId id_condition)
Read a condition from the repository. |
Condition |
KettleDatabaseRepository.loadConditionFromStepAttribute(org.pentaho.di.repository.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 | |
|---|---|
org.pentaho.di.repository.ObjectId |
KettleDatabaseRepository.saveCondition(Condition condition)
|
org.pentaho.di.repository.ObjectId |
KettleDatabaseRepository.saveCondition(Condition condition,
org.pentaho.di.repository.ObjectId id_condition_parent)
|
void |
KettleDatabaseRepository.saveConditionStepAttribute(org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.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(org.pentaho.di.repository.ObjectId id_condition)
Read a condition from the repository. |
| Methods in org.pentaho.di.repository.kdr.delegates with parameters of type Condition | |
|---|---|
org.pentaho.di.repository.ObjectId |
KettleDatabaseRepositoryConditionDelegate.insertCondition(org.pentaho.di.repository.ObjectId id_condition_parent,
Condition condition)
|
org.pentaho.di.repository.ObjectId |
KettleDatabaseRepositoryConditionDelegate.saveCondition(Condition condition)
|
org.pentaho.di.repository.ObjectId |
KettleDatabaseRepositoryConditionDelegate.saveCondition(Condition condition,
org.pentaho.di.repository.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||