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 void
BeanInjectionInfo. 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 void
DeleteMeta. 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 void
DimensionLookupMeta. setConnection(String connectionName)
-
Uses of Injection in org.pentaho.di.trans.steps.excelinput
Methods in org.pentaho.di.trans.steps.excelinput with annotations of type Injection Modifier and Type Method Description void
ExcelInputField. setTrimType(String trimType)
void
ExcelInputField. setType(String typeDesc)
-
Uses of Injection in org.pentaho.di.trans.steps.exceloutput
Methods in org.pentaho.di.trans.steps.exceloutput with annotations of type Injection Modifier and Type Method Description void
ExcelOutputMeta. setHeaderAlignment(String alignment)
void
ExcelOutputMeta. setHeaderFontName(String fontname)
void
ExcelOutputMeta. setHeaderFontOrientation(String fontorientation)
void
ExcelOutputMeta. setHeaderFontUnderline(String fontunderline)
void
ExcelOutputMeta. setRowFontName(String fontname)
void
ExcelField. setType(String typeDesc)
-
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 void
ExecSQLRowMeta. 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 String
BaseFileInputFiles. acceptingField
The field in which the filename is placedboolean
BaseFileInputFiles. acceptingFilenames
Are we accepting filenames in input rows?String
BaseFileInputFiles. acceptingStepName
The stepname to accept filenames fromprotected boolean
BaseFileOutputMeta. dateInFilename
Flag: add the date in the filenameString
BaseFileErrorHandling. errorFilesDestinationDirectory
The directory that will contain error filesString
BaseFileErrorHandling. errorFilesExtension
The extension of error filesboolean
BaseFileErrorHandling. errorIgnored
Ignore error : turn into warningsString[]
BaseFileInputFiles. excludeFileMask
Wildcard or filemask to exclude (regular expression)protected String
BaseFileOutputMeta. extension
The file extention in case of a generated filenameString
BaseFileInputAdditionalField. extensionField
String
BaseFileErrorHandling. fileErrorField
File error field name.String
BaseFileErrorHandling. fileErrorMessageField
File error text field name.String[]
BaseFileInputFiles. fileMask
Wildcard or filemask (regular expression)String[]
BaseFileInputFiles. fileName
Array of filenamesprotected String
BaseFileOutputMeta. fileName
The base name of the output fileString[]
BaseFileInputFiles. fileRequired
Array of boolean values as string, indicating if a file is required.String
BaseFileInputAdditionalField. hiddenField
String[]
BaseFileInputFiles. includeSubFolders
Array of boolean values as string, indicating if we need to fetch sub folders.boolean
BaseFileInputFiles. isaddresult
The add filenames to result filenames flagString
BaseFileInputAdditionalField. lastModificationField
String
BaseFileErrorHandling. lineNumberFilesDestinationDirectory
The directory that will contain line number filesString
BaseFileErrorHandling. lineNumberFilesExtension
The extension of line number filesprotected boolean
BaseFileOutputMeta. partNrInFilename
Flag: add the partition number in the filenameboolean
BaseFileInputFiles. passingThruFields
If receiving input rows, should we pass through existing fields?String
BaseFileInputAdditionalField. pathField
String
BaseFileInputAdditionalField. rootUriField
String
BaseFileInputAdditionalField. shortFilenameField
Additional fieldsString
BaseFileInputAdditionalField. sizeField
boolean
BaseFileErrorHandling. skipBadFiles
protected boolean
BaseFileOutputMeta. stepNrInFilename
Flag: add the stepnr in the filenameprotected boolean
BaseFileOutputMeta. timeInFilename
Flag: add the time in the filenameString
BaseFileInputAdditionalField. uriField
String
BaseFileErrorHandling. warningFilesDestinationDirectory
The directory that will contain warning filesString
BaseFileErrorHandling. warningFilesExtension
The extension of warning filesMethods in org.pentaho.di.trans.steps.file with annotations of type Injection Modifier and Type Method Description void
BaseFileField. setTrimType(String value)
void
BaseFileField. 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 boolean
TextFileInputMeta.Content. breakInEnclosureAllowed
Switch to allow breaks (CR/LF) in Enclosuresboolean
TextFileInputMeta.Content. dateFormatLenient
Indicate whether or not we want to date fields strictly according to the format or lenientString
TextFileInputMeta.Content. enclosure
String used to enclose separated fields (")String
TextFileInputMeta.Content. encoding
The encoding to use for reading: null or empty string means system default encodingString
TextFileInputMeta. errorCountField
The name of the field that will contain the number of errors in the rowString
TextFileInputMeta. errorFieldsField
The name of the field that will contain the names of the fields that generated errors, separated by ,boolean
TextFileInputMeta. errorLineSkipped
If error line are skipped, you can replay without introducing doubles.String
TextFileInputMeta. errorTextField
The name of the field that will contain the error texts, separated by CRString
TextFileInputMeta.Content. escapeCharacter
Escape character used to escape the enclosure String (\)String
TextFileInputMeta.Content. fileCompression
Type of compression being usedString
TextFileInputMeta.Content. fileFormat
The file format: DOS or UNIX or mixedString
TextFileInputMeta.Content. filenameField
The name of the field in the output containing the filenameString
TextFileInputMeta.Content. fileType
Type of file: CSV or fixedboolean
TextFileInputMeta.Content. footer
Flag indicating that the file contains one footer line that should be skipped.boolean
TextFileInputMeta.Content. header
Flag indicating that the file contains one header line that should be skipped.boolean
TextFileInputMeta.Content. includeFilename
Flag indicating that we should include the filename in the outputboolean
TextFileInputMeta.Content. includeRowNumber
Flag indicating that a row number field should be included in the outputboolean
TextFileInputMeta.Content. layoutPaged
Flag indicating that the text-file has a paged layout.String
TextFileInputMeta.Content. length
Length based on bytes or charactersboolean
TextFileInputMeta.Content. lineWrapped
Flag indicating that a single line is wrapped onto one or more lines in the text file.boolean
TextFileInputMeta.Content. noEmptyLines
Flag indicating that we should skip all empty linesint
TextFileInputMeta.Content. nrFooterLines
The number of footer lines, defaults to 1int
TextFileInputMeta.Content. nrHeaderLines
The number of header lines, defaults to 1int
TextFileInputMeta.Content. nrLinesDocHeader
The number of lines in the document headerint
TextFileInputMeta.Content. nrLinesPerPage
The number of lines to read per pageint
TextFileInputMeta.Content. nrWraps
The number of times the line wrappedlong
TextFileInputMeta.Content. rowLimit
The maximum number or lines to readboolean
TextFileInputMeta.Content. rowNumberByFile
Flag indicating row number is per fileString
TextFileInputMeta.Content. rowNumberField
The name of the field in the output containing the row numberString
TextFileInputMeta.Content. separator
String used to separated field (;)Methods in org.pentaho.di.trans.steps.fileinput.text with annotations of type Injection Modifier and Type Method Description void
TextFileInputMeta.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 void
FilterRowsMeta. setConditionXML(String conditionXML)
void
FilterRowsMeta. setFalseStepname(String falseStepname)
void
FilterRowsMeta. 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 void
GetTableNamesMeta. 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 void
InsertUpdateMeta. 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 void
JoinRowsMeta. setCondition(String conditionXML)
-
Uses of Injection in org.pentaho.di.trans.steps.orabulkloader
Methods in org.pentaho.di.trans.steps.orabulkloader with annotations of type Injection Modifier and Type Method Description void
OraBulkLoaderMeta. setConnection(String connectionName)
-
Uses of Injection in org.pentaho.di.trans.steps.pentahoreporting
Methods in org.pentaho.di.trans.steps.pentahoreporting with annotations of type Injection Modifier and Type Method Description void
PentahoReportingOutputMeta.Param. setField(String value)
void
PentahoReportingOutputMeta.Param. setParameter(String value)
-
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 void
SelectMetadataChange. setStorageType(String storageType)
void
SelectMetadataChange. 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 void
ExecSQLMeta. 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 String
SwitchCaseTarget. caseTargetStepname
The case target step name (only used during serialization)String
SwitchCaseTarget. caseValue
The 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 void
SynchronizeAfterMergeMeta. 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 void
TableInputMeta. 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 void
TableOutputMeta. metaSetConnection(String connectionName)
void
TableOutputMeta. metaSetIgnoreInsertErrors(String value)
void
TableOutputMeta. metaSetPartitionOverTables(String value)
void
TableOutputMeta. metaSetReturningGeneratedKeys(String value)
void
TableOutputMeta. metaSetSpecifyDatabaseFields(String value)
Do we explicitly select the fields to update in the databasevoid
TableOutputMeta. metaSetTableNameDefinedInField(String value)
void
TableOutputMeta. metaSetTruncateTable(String value)
void
TableOutputMeta. 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 void
TextFileOutputMeta. setFileFormat(String fileFormat)
void
TextFileField. setTrimTypeByDesc(String value)
void
TextFileField. 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 void
UpdateMeta. 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 String
InfoStepDefinition. description
String
TargetStepDefinition. description
String
UsageParameter. description
int
UserDefinedJavaClassMeta.FieldInfo. length
String
UserDefinedJavaClassMeta.FieldInfo. name
int
UserDefinedJavaClassMeta.FieldInfo. precision
String
InfoStepDefinition. stepName
String
TargetStepDefinition. stepName
String
InfoStepDefinition. tag
String
TargetStepDefinition. tag
String
UsageParameter. tag
int
UserDefinedJavaClassMeta.FieldInfo. type
String
UsageParameter. 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 String
BaseStreamStepMeta. batchDuration
protected String
BaseStreamStepMeta. batchSize
protected String
BaseStreamStepMeta. parallelism
protected String
BaseStreamStepMeta. prefetchCount
protected String
BaseStreamStepMeta. subStep
protected String
BaseStreamStepMeta. transformationPath
-