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>
  • Constructor Details

    • SpoonPartitionsDelegate

      public SpoonPartitionsDelegate(Spoon spoon)
  • 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:
      refreshTree in class SpoonSharedObjectDelegate<org.pentaho.di.partition.PartitionSchema>