Uses of Class
org.pentaho.di.core.injection.Injection
-
-
Uses of Injection in org.pentaho.di.core.injection.bean
Methods in org.pentaho.di.core.injection.bean with parameters of type Injection Modifier and Type Method Description protected voidBeanInjectionInfo. addInjectionProperty(Injection metaInj, BeanLevelInfo leaf) -
Uses of Injection in org.pentaho.di.trans.steps.delete
Methods in org.pentaho.di.trans.steps.delete with annotations of type Injection Modifier and Type Method Description voidDeleteMeta. metaSetConnection(String connectionName)database connection -
Uses of Injection in org.pentaho.di.trans.steps.dimensionlookup
Methods in org.pentaho.di.trans.steps.dimensionlookup with annotations of type Injection Modifier and Type Method Description voidDimensionLookupMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.execsqlrow
Methods in org.pentaho.di.trans.steps.execsqlrow with annotations of type Injection Modifier and Type Method Description voidExecSQLRowMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.file
Fields in org.pentaho.di.trans.steps.file with annotations of type Injection Modifier and Type Field Description StringBaseFileInputFiles. acceptingFieldThe field in which the filename is placedbooleanBaseFileInputFiles. acceptingFilenamesAre we accepting filenames in input rows?StringBaseFileInputFiles. acceptingStepNameThe stepname to accept filenames fromprotected booleanBaseFileOutputMeta. dateInFilenameFlag: add the date in the filenameStringBaseFileErrorHandling. errorFilesDestinationDirectoryThe directory that will contain error filesStringBaseFileErrorHandling. errorFilesExtensionThe extension of error filesbooleanBaseFileErrorHandling. errorIgnoredIgnore error : turn into warningsString[]BaseFileInputFiles. excludeFileMaskWildcard or filemask to exclude (regular expression)protected StringBaseFileOutputMeta. extensionThe file extention in case of a generated filenameStringBaseFileInputAdditionalField. extensionFieldStringBaseFileErrorHandling. fileErrorFieldFile error field name.StringBaseFileErrorHandling. fileErrorMessageFieldFile error text field name.String[]BaseFileInputFiles. fileMaskWildcard or filemask (regular expression)String[]BaseFileInputFiles. fileNameArray of filenamesprotected StringBaseFileOutputMeta. fileNameThe base name of the output fileString[]BaseFileInputFiles. fileRequiredArray of boolean values as string, indicating if a file is required.StringBaseFileInputAdditionalField. hiddenFieldString[]BaseFileInputFiles. includeSubFoldersArray of boolean values as string, indicating if we need to fetch sub folders.booleanBaseFileInputFiles. isaddresultThe add filenames to result filenames flagStringBaseFileInputAdditionalField. lastModificationFieldStringBaseFileErrorHandling. lineNumberFilesDestinationDirectoryThe directory that will contain line number filesStringBaseFileErrorHandling. lineNumberFilesExtensionThe extension of line number filesprotected booleanBaseFileOutputMeta. partNrInFilenameFlag: add the partition number in the filenamebooleanBaseFileInputFiles. passingThruFieldsIf receiving input rows, should we pass through existing fields?StringBaseFileInputAdditionalField. pathFieldStringBaseFileInputAdditionalField. rootUriFieldStringBaseFileInputAdditionalField. shortFilenameFieldAdditional fieldsStringBaseFileInputAdditionalField. sizeFieldbooleanBaseFileErrorHandling. skipBadFilesprotected booleanBaseFileOutputMeta. stepNrInFilenameFlag: add the stepnr in the filenameprotected booleanBaseFileOutputMeta. timeInFilenameFlag: add the time in the filenameStringBaseFileInputAdditionalField. uriFieldStringBaseFileErrorHandling. warningFilesDestinationDirectoryThe directory that will contain warning filesStringBaseFileErrorHandling. warningFilesExtensionThe extension of warning filesMethods in org.pentaho.di.trans.steps.file with annotations of type Injection Modifier and Type Method Description voidBaseFileField. setTrimType(String value)voidBaseFileField. setType(String value) -
Uses of Injection in org.pentaho.di.trans.steps.fileinput.text
Fields in org.pentaho.di.trans.steps.fileinput.text with annotations of type Injection Modifier and Type Field Description booleanTextFileInputMeta.Content. breakInEnclosureAllowedSwitch to allow breaks (CR/LF) in EnclosuresbooleanTextFileInputMeta.Content. dateFormatLenientIndicate whether or not we want to date fields strictly according to the format or lenientStringTextFileInputMeta.Content. enclosureString used to enclose separated fields (")StringTextFileInputMeta.Content. encodingThe encoding to use for reading: null or empty string means system default encodingStringTextFileInputMeta. errorCountFieldThe name of the field that will contain the number of errors in the rowStringTextFileInputMeta. errorFieldsFieldThe name of the field that will contain the names of the fields that generated errors, separated by ,booleanTextFileInputMeta. errorLineSkippedIf error line are skipped, you can replay without introducing doubles.StringTextFileInputMeta. errorTextFieldThe name of the field that will contain the error texts, separated by CRStringTextFileInputMeta.Content. escapeCharacterEscape character used to escape the enclosure String (\)StringTextFileInputMeta.Content. fileCompressionType of compression being usedStringTextFileInputMeta.Content. fileFormatThe file format: DOS or UNIX or mixedStringTextFileInputMeta.Content. filenameFieldThe name of the field in the output containing the filenameStringTextFileInputMeta.Content. fileTypeType of file: CSV or fixedbooleanTextFileInputMeta.Content. footerFlag indicating that the file contains one footer line that should be skipped.booleanTextFileInputMeta.Content. headerFlag indicating that the file contains one header line that should be skipped.booleanTextFileInputMeta.Content. includeFilenameFlag indicating that we should include the filename in the outputbooleanTextFileInputMeta.Content. includeRowNumberFlag indicating that a row number field should be included in the outputbooleanTextFileInputMeta.Content. layoutPagedFlag indicating that the text-file has a paged layout.StringTextFileInputMeta.Content. lengthLength based on bytes or charactersbooleanTextFileInputMeta.Content. lineWrappedFlag indicating that a single line is wrapped onto one or more lines in the text file.booleanTextFileInputMeta.Content. noEmptyLinesFlag indicating that we should skip all empty linesintTextFileInputMeta.Content. nrFooterLinesThe number of footer lines, defaults to 1intTextFileInputMeta.Content. nrHeaderLinesThe number of header lines, defaults to 1intTextFileInputMeta.Content. nrLinesDocHeaderThe number of lines in the document headerintTextFileInputMeta.Content. nrLinesPerPageThe number of lines to read per pageintTextFileInputMeta.Content. nrWrapsThe number of times the line wrappedlongTextFileInputMeta.Content. rowLimitThe maximum number or lines to readbooleanTextFileInputMeta.Content. rowNumberByFileFlag indicating row number is per fileStringTextFileInputMeta.Content. rowNumberFieldThe name of the field in the output containing the row numberStringTextFileInputMeta.Content. separatorString used to separated field (;)Methods in org.pentaho.di.trans.steps.fileinput.text with annotations of type Injection Modifier and Type Method Description voidTextFileInputMeta.Content. setDateFormatLocale(String locale) -
Uses of Injection in org.pentaho.di.trans.steps.filterrows
Methods in org.pentaho.di.trans.steps.filterrows with annotations of type Injection Modifier and Type Method Description voidFilterRowsMeta. setConditionXML(String conditionXML)voidFilterRowsMeta. setFalseStepname(String falseStepname)voidFilterRowsMeta. setTrueStepname(String trueStepname) -
Uses of Injection in org.pentaho.di.trans.steps.gettablenames
Methods in org.pentaho.di.trans.steps.gettablenames with annotations of type Injection Modifier and Type Method Description voidGetTableNamesMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.insertupdate
Methods in org.pentaho.di.trans.steps.insertupdate with annotations of type Injection Modifier and Type Method Description voidInsertUpdateMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.joinrows
Methods in org.pentaho.di.trans.steps.joinrows with annotations of type Injection Modifier and Type Method Description voidJoinRowsMeta. setCondition(String conditionXML) -
Uses of Injection in org.pentaho.di.trans.steps.selectvalues
Methods in org.pentaho.di.trans.steps.selectvalues with annotations of type Injection Modifier and Type Method Description voidSelectMetadataChange. setStorageType(String storageType)voidSelectMetadataChange. setType(String value) -
Uses of Injection in org.pentaho.di.trans.steps.sql
Methods in org.pentaho.di.trans.steps.sql with annotations of type Injection Modifier and Type Method Description voidExecSQLMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.switchcase
Fields in org.pentaho.di.trans.steps.switchcase with annotations of type Injection Modifier and Type Field Description StringSwitchCaseTarget. caseTargetStepnameThe case target step name (only used during serialization)StringSwitchCaseTarget. caseValueThe value to switch over -
Uses of Injection in org.pentaho.di.trans.steps.synchronizeaftermerge
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with annotations of type Injection Modifier and Type Method Description voidSynchronizeAfterMergeMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.tableinput
Methods in org.pentaho.di.trans.steps.tableinput with annotations of type Injection Modifier and Type Method Description voidTableInputMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput with annotations of type Injection Modifier and Type Method Description voidTableOutputMeta. metaSetConnection(String connectionName)voidTableOutputMeta. metaSetIgnoreInsertErrors(String value)voidTableOutputMeta. metaSetPartitionOverTables(String value)voidTableOutputMeta. metaSetReturningGeneratedKeys(String value)voidTableOutputMeta. metaSetSpecifyDatabaseFields(String value)Do we explicitly select the fields to update in the databasevoidTableOutputMeta. metaSetTableNameDefinedInField(String value)voidTableOutputMeta. metaSetTruncateTable(String value)voidTableOutputMeta. metaSetUseBatchUpdate(String value) -
Uses of Injection in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with annotations of type Injection Modifier and Type Method Description voidTextFileOutputMeta. setFileFormat(String fileFormat)voidTextFileField. setTrimTypeByDesc(String value)voidTextFileField. setType(String typeDesc) -
Uses of Injection in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with annotations of type Injection Modifier and Type Method Description voidUpdateMeta. setConnection(String connectionName) -
Uses of Injection in org.pentaho.di.trans.steps.userdefinedjavaclass
Fields in org.pentaho.di.trans.steps.userdefinedjavaclass with annotations of type Injection Modifier and Type Field Description StringInfoStepDefinition. descriptionStringTargetStepDefinition. descriptionStringUsageParameter. descriptionintUserDefinedJavaClassMeta.FieldInfo. lengthStringUserDefinedJavaClassMeta.FieldInfo. nameintUserDefinedJavaClassMeta.FieldInfo. precisionStringInfoStepDefinition. stepNameStringTargetStepDefinition. stepNameStringInfoStepDefinition. tagStringTargetStepDefinition. tagStringUsageParameter. tagintUserDefinedJavaClassMeta.FieldInfo. typeStringUsageParameter. value -
Uses of Injection in org.pentaho.di.trans.streaming.common
Fields in org.pentaho.di.trans.streaming.common with annotations of type Injection Modifier and Type Field Description protected StringBaseStreamStepMeta. batchDurationprotected StringBaseStreamStepMeta. batchSizeprotected StringBaseStreamStepMeta. parallelismprotected StringBaseStreamStepMeta. prefetchCountprotected StringBaseStreamStepMeta. subStepprotected StringBaseStreamStepMeta. transformationPath
-