public class KettleDatabaseRepositoryConditionDelegate extends KettleDatabaseRepositoryBaseDelegate
| Constructor and Description | 
|---|
KettleDatabaseRepositoryConditionDelegate(KettleDatabaseRepository repository)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.pentaho.di.core.RowMetaAndData | 
getCondition(org.pentaho.di.repository.ObjectId id_condition)  | 
org.pentaho.di.repository.ObjectId | 
insertCondition(org.pentaho.di.repository.ObjectId id_condition_parent,
               org.pentaho.di.core.Condition condition)  | 
org.pentaho.di.repository.ObjectId | 
insertValue(String name,
           String type,
           String value_str,
           boolean isnull,
           org.pentaho.di.repository.ObjectId id_value_prev)  | 
org.pentaho.di.core.Condition | 
loadCondition(org.pentaho.di.repository.ObjectId id_condition)
Read a condition from the repository. 
 | 
org.pentaho.di.repository.ObjectId | 
lookupValue(String name,
           String type,
           String value_str,
           boolean isnull)  | 
org.pentaho.di.repository.ObjectId | 
saveCondition(org.pentaho.di.core.Condition condition)  | 
org.pentaho.di.repository.ObjectId | 
saveCondition(org.pentaho.di.core.Condition condition,
             org.pentaho.di.repository.ObjectId id_condition_parent)  | 
quote, quoteTablepublic KettleDatabaseRepositoryConditionDelegate(KettleDatabaseRepository repository)
public org.pentaho.di.core.RowMetaAndData getCondition(org.pentaho.di.repository.ObjectId id_condition)
                                                throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.Condition loadCondition(org.pentaho.di.repository.ObjectId id_condition)
                                            throws org.pentaho.di.core.exception.KettleException
id_condition - The condition idorg.pentaho.di.core.exception.KettleException - if something goes wrong.public org.pentaho.di.repository.ObjectId saveCondition(org.pentaho.di.core.Condition condition)
                                                 throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.repository.ObjectId saveCondition(org.pentaho.di.core.Condition condition,
                                               org.pentaho.di.repository.ObjectId id_condition_parent)
                                                 throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.repository.ObjectId insertCondition(org.pentaho.di.repository.ObjectId id_condition_parent,
                                                 org.pentaho.di.core.Condition condition)
                                                   throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.repository.ObjectId insertValue(String name, String type, String value_str, boolean isnull, org.pentaho.di.repository.ObjectId id_value_prev) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException