Class SpoonPartitionsDelegate
java.lang.Object
org.pentaho.di.ui.spoon.delegates.SpoonDelegate
org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate<org.pentaho.di.partition.PartitionSchema>
org.pentaho.di.ui.spoon.delegates.SpoonPartitionsDelegate
public class SpoonPartitionsDelegate
extends SpoonSharedObjectDelegate<org.pentaho.di.partition.PartitionSchema>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
SpoonSharedObjectDelegate.ShowEditDialog<T> -
Field Summary
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
PKGFields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyToGlobal(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voidcopyToProject(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voiddeletePartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voiddelPartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voiddupePartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voideditPartitionSchema(org.pentaho.di.trans.TransMeta transMeta, org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voidmoveToGlobal(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voidmoveToProject(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) voidnewPartitioningSchema(org.pentaho.di.trans.TransMeta transMeta) protected voidMethods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonSharedObjectDelegate
dupeSharedObject, findObject, getMessage, getMessage, isDuplicate, moveCopy, saveSharedObjects, shouldOverwriteMethods 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.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) -
delPartitionSchema
public void delPartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) -
deletePartitionSchema
public void deletePartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) -
moveToProject
public void moveToProject(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
moveToGlobal
public void moveToGlobal(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
copyToProject
public void copyToProject(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
copyToGlobal
public void copyToGlobal(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
dupePartitionSchema
public void dupePartitionSchema(org.pentaho.di.partition.PartitionSchemaManagementInterface partitionSchemaManager, org.pentaho.di.partition.PartitionSchema partitionSchema) -
refreshTree
protected void refreshTree()- Specified by:
refreshTreein classSpoonSharedObjectDelegate<org.pentaho.di.partition.PartitionSchema>
-