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
-
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
SpoonPartitionsDelegate
-
-
Method Details
-
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)
-