Uses of Class
org.pentaho.di.core.changed.ChangedFlag

Packages that use ChangedFlag
org.pentaho.di.cluster   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.partition   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.ui.i18n   
 

Uses of ChangedFlag in org.pentaho.di.cluster
 

Subclasses of ChangedFlag in org.pentaho.di.cluster
 class ClusterSchema
          A cluster schema combines a list of slave servers so that they can be set altogether.
 class SlaveServer
           
 

Uses of ChangedFlag in org.pentaho.di.job
 

Subclasses of ChangedFlag in org.pentaho.di.job
 class JobMeta
          The definition of a PDI job is represented by a JobMeta object.
 

Uses of ChangedFlag in org.pentaho.di.partition
 

Subclasses of ChangedFlag in org.pentaho.di.partition
 class PartitionSchema
          A partition schema allow you to partition a step according into a number of partitions that run independendly.
 

Uses of ChangedFlag in org.pentaho.di.trans
 

Subclasses of ChangedFlag in org.pentaho.di.trans
 class TransMeta
          This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.
 

Uses of ChangedFlag in org.pentaho.di.trans.step
 

Subclasses of ChangedFlag in org.pentaho.di.trans.step
 class StepErrorMeta
          This class contains the metadata to handle proper error handling on a step level.
 

Uses of ChangedFlag in org.pentaho.di.ui.i18n
 

Subclasses of ChangedFlag in org.pentaho.di.ui.i18n
 class MessagesStore
          This class contains a messages store: for a certain Locale and for a certain messages package, it keeps all the keys and values.