Uses of Class
org.apache.hop.ui.hopgui.partition.PartitionSettings
-
Packages that use PartitionSettings Package Description org.apache.hop.ui.hopgui.file.pipeline org.apache.hop.ui.hopgui.partition org.apache.hop.ui.hopgui.partition.processor -
-
Uses of PartitionSettings in org.apache.hop.ui.hopgui.file.pipeline
Methods in org.apache.hop.ui.hopgui.file.pipeline with parameters of type PartitionSettings Modifier and Type Method Description StringIPartitionSchemaSelection. schemaFieldSelection(org.eclipse.swt.widgets.Shell shell, PartitionSettings partitionSettings)Perform the schema selection. -
Uses of PartitionSettings in org.apache.hop.ui.hopgui.partition
Methods in org.apache.hop.ui.hopgui.partition with parameters of type PartitionSettings Modifier and Type Method Description StringPartitionMethodSelector. askForPartitionMethod(org.eclipse.swt.widgets.Shell shell, PartitionSettings settings) -
Uses of PartitionSettings in org.apache.hop.ui.hopgui.partition.processor
Methods in org.apache.hop.ui.hopgui.partition.processor with parameters of type PartitionSettings Modifier and Type Method Description voidAbstractMethodProcessor. processForKnownSchema(String schemaName, PartitionSettings settings)voidIMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, IPartitionSchemaSelection schemaSelection)voidMirrorMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, IPartitionSchemaSelection schemaSelection)voidNoneMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, IPartitionSchemaSelection schemaSelection)voidSpecialMethodProcessor. schemaSelection(PartitionSettings settings, org.eclipse.swt.widgets.Shell shell, IPartitionSchemaSelection schemaSelection)
-