Uses of Interface
org.pentaho.di.core.bowl.Bowl
Packages that use Bowl
Package
Description
Contains all the different database dialects as well as the DatabaseMeta class (definition) and the Database class (execution)
-
Uses of Bowl in org.pentaho.di.connections
Methods in org.pentaho.di.connections that return BowlModifier and TypeMethodDescriptionConnectionManager.getBowl()Gets the bowl of the connection manager.Methods in org.pentaho.di.connections with parameters of type BowlModifier and TypeMethodDescriptionstatic ConnectionManagerConnectionManager.getInstance(Bowl bowl) Construct a new instance of a ConnectionManager associated with a given bowl.default ObjectConnectionDetails.openDialog(Bowl bowl, Object wTabFolder, Object propsUI) -
Uses of Bowl in org.pentaho.di.connections.vfs
Methods in org.pentaho.di.connections.vfs with parameters of type BowlModifier and TypeMethodDescriptiondefault org.apache.commons.vfs2.FileObjectVFSConnectionProvider.getDirectFile(Bowl bowl, T connectionDetails, String path) static org.apache.commons.vfs2.FileSystemOptionsVFSHelper.getOpts(Bowl bowl, String file, String connection, VariableSpace space) -
Uses of Bowl in org.pentaho.di.connections.vfs.provider
Methods in org.pentaho.di.connections.vfs.provider that return BowlModifier and TypeMethodDescriptionprotected BowlConnectionFileProvider.getBowl(org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) protected BowlConnectionFileSystem.getBowl()Methods in org.pentaho.di.connections.vfs.provider with parameters of type BowlModifier and TypeMethodDescriptionprotected ConnectionManagerConnectionFileProvider.getDefaultManager(Bowl bowl) -
Uses of Bowl in org.pentaho.di.core
Methods in org.pentaho.di.core with parameters of type Bowl -
Uses of Bowl in org.pentaho.di.core.bowl
Classes in org.pentaho.di.core.bowl that implement BowlModifier and TypeClassDescriptionclassclassThis Bowl will access the default local configuration for Kettle.Methods in org.pentaho.di.core.bowl that return BowlMethods in org.pentaho.di.core.bowl that return types with arguments of type BowlModifier and TypeMethodDescriptionBaseBowl.getParentBowls()Bowl.getParentBowls()Parent Bowls are any Bowls that a particular Bowl inherits from.Methods in org.pentaho.di.core.bowl with parameters of type BowlModifier and TypeMethodDescriptionvoidBaseBowl.addParentBowl(Bowl parent) Should not return nullvoidConstructors in org.pentaho.di.core.bowl with parameters of type Bowl -
Uses of Bowl in org.pentaho.di.core.database
Methods in org.pentaho.di.core.database with parameters of type BowlModifier and TypeMethodDescriptionDatabase.execStatementsFromFile(Bowl bowl, String filename, boolean sendSinglestatement) Execute an SQL statement inside a file on the database connection (has to be open) -
Uses of Bowl in org.pentaho.di.core.fileinput
Methods in org.pentaho.di.core.fileinput with parameters of type BowlModifier and TypeMethodDescriptionstatic FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired) static FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs) static FileInputListFileInputList.createFileList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs, FileInputList.FileTypeFilter[] fileTypeFilters) static String[]FileInputList.createFilePathList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] fileRequired) static String[]FileInputList.createFilePathList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired) static String[]FileInputList.createFilePathList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs) static String[]FileInputList.createFilePathList(Bowl bowl, VariableSpace space, String[] fileName, String[] fileMask, String[] excludeFileMask, String[] fileRequired, boolean[] includeSubdirs, FileInputList.FileTypeFilter[] filters) static FileInputListFileInputList.createFolderList(Bowl bowl, VariableSpace space, String[] folderName, String[] folderRequired) -
Uses of Bowl in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row with parameters of type BowlModifier and TypeMethodDescriptionstatic LongValueDataUtil.checksumAdler32(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static LongValueDataUtil.ChecksumAdler32(Bowl bowl, ValueMetaInterface metaA, Object dataA) Deprecated.static LongValueDataUtil.checksumCRC32(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static LongValueDataUtil.ChecksumCRC32(Bowl bowl, ValueMetaInterface metaA, Object dataA) Deprecated.Useinsteadinvalid reference
ValueDataUtil#checksumCRC32(ValueMetaInterface, Object, boolean)static StringValueDataUtil.createChecksum(Bowl bowl, ValueMetaInterface metaA, Object dataA, String type) Deprecated.Useinsteadinvalid reference
ValueDataUtil#createChecksum(ValueMetaInterface, Object, String, boolean)static StringValueDataUtil.createChecksum(Bowl bowl, ValueMetaInterface metaA, Object dataA, String type, boolean failIfNoFile) static StringValueDataUtil.getFileEncoding(Bowl bowl, ValueMetaInterface metaA, Object dataA) Deprecated.Useinsteadinvalid reference
ValueDataUtil#getFileEncoding(ValueMetaInterface, Object, boolean)static StringValueDataUtil.getFileEncoding(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Get file encoding.static booleanValueDataUtil.isXMLFileWellFormed(Bowl bowl, ValueMetaInterface metaA, Object dataA) Deprecated.Useinsteadinvalid reference
ValueDataUtil#isXMLFileWellFormed(ValueMetaInterface, Object, boolean)static booleanValueDataUtil.isXMLFileWellFormed(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Checks an xml file is well formed.static ObjectValueDataUtil.loadFileContentInBinary(Bowl bowl, ValueMetaInterface metaA, Object dataA) Deprecated.Useinsteadinvalid reference
ValueDataUtil#loadFileContentInBinary(ValueMetaInterface, Object, boolean)static byte[]ValueDataUtil.loadFileContentInBinary(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) -
Uses of Bowl in org.pentaho.di.core.vfs
Methods in org.pentaho.di.core.vfs with parameters of type BowlModifier and TypeMethodDescriptionstatic IKettleVFSKettleVFS.getInstance(Bowl bowl) Gets a handle on an IKettleVFS for a particular Bowl. -
Uses of Bowl in org.pentaho.di.core.vfs.configuration
Methods in org.pentaho.di.core.vfs.configuration that return BowlModifier and TypeMethodDescriptiondefault BowlIKettleFileSystemConfigBuilder.getBowl(org.apache.commons.vfs2.FileSystemOptions opts) KettleGenericFileSystemConfigBuilder.getBowl(org.apache.commons.vfs2.FileSystemOptions opts) Methods in org.pentaho.di.core.vfs.configuration with parameters of type Bowl -
Uses of Bowl in org.pentaho.di.core.xml
Methods in org.pentaho.di.core.xml with parameters of type BowlModifier and TypeMethodDescriptionstatic DocumentXMLHandler.loadXMLFile(Bowl bowl, String filename) Load a file into an XML document -
Uses of Bowl in org.pentaho.di.metastore
Methods in org.pentaho.di.metastore with parameters of type BowlModifier and TypeMethodDescriptionstatic Supplier<org.pentaho.metastore.api.IMetaStore> MetaStoreConst.getMetastoreForDirectorySupplier(String rootFolder, Bowl bowl) Returns a metastore implementation at the given path.
invalid reference