Package org.pentaho.di.core.changed
Interface ChangedFlagInterface
- All Known Implementing Classes:
AbstractMeta,ChangedFlag,ClusterSchema,JobEntryCopy,JobMeta,PartitionSchema,SlaveServer,StepErrorMeta,TransMeta
public interface ChangedFlagInterface
-
Method Summary
-
Method Details
-
hasChanged
boolean hasChanged() -
setChanged
void setChanged(boolean changed) -
setChanged
void setChanged() -
clearChanged
void clearChanged()
-