Uses of Class
org.pentaho.di.ui.spoon.partition.PartitionSettings
-
Packages that use PartitionSettings Package Description org.pentaho.di.ui.spoon.partition org.pentaho.di.ui.spoon.partition.processor -
-
Uses of PartitionSettings in org.pentaho.di.ui.spoon.partition
Methods in org.pentaho.di.ui.spoon.partition with parameters of type PartitionSettings Modifier and Type Method Description String
PartitionMethodSelector. askForPartitionMethod(org.eclipse.swt.widgets.Shell shell, PartitionSettings settings)
-
Uses of PartitionSettings in org.pentaho.di.ui.spoon.partition.processor
Methods in org.pentaho.di.ui.spoon.partition.processor with parameters of type PartitionSettings Modifier and Type Method Description void
AbstractMethodProcessor. processForKnownSchema(String schemaName, PartitionSettings settings)
void
MethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, SpoonDelegates delegates)
void
MirrorMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, SpoonDelegates delegates)
void
NoneMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, SpoonDelegates delegates)
void
SpecialMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, SpoonDelegates delegates)
-