Class SpoonPartitionsDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
-
- org.pentaho.di.ui.spoon.delegates.SpoonPartitionsDelegate
-
public class SpoonPartitionsDelegate extends SpoonSharedObjectDelegate
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
PKG, sharedObjectSyncUtil
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description SpoonPartitionsDelegate(Spoon spoon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delPartitionSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.partition.PartitionSchema partitionSchema)
void
editPartitionSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.partition.PartitionSchema partitionSchema)
void
newPartitioningSchema(org.pentaho.di.trans.TransMeta transMeta)
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
getMessage, getMessage, isDuplicate, saveSharedObjects, saveSharedObjectToRepository, setSharedObjectSyncUtil
-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Constructor Detail
-
SpoonPartitionsDelegate
public SpoonPartitionsDelegate(Spoon spoon)
-
-
Method Detail
-
newPartitioningSchema
public void newPartitioningSchema(org.pentaho.di.trans.TransMeta transMeta)
-
editPartitionSchema
public void editPartitionSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.partition.PartitionSchema partitionSchema)
-
delPartitionSchema
public void delPartitionSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.partition.PartitionSchema partitionSchema)
-
-