A B C D E F G H I J K L M N O P R S T U V W X Y

A

abs() - Method in class org.pentaho.di.compatibility.Value
 
abs(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
AbstractMessageHandler - Class in org.pentaho.di.i18n
Standard Message handler that takes a root package, plus key and resolves that into one/more resultant messages.
AbstractMessageHandler() - Constructor for class org.pentaho.di.i18n.AbstractMessageHandler
 
acos() - Method in class org.pentaho.di.compatibility.Value
 
activateOptions() - Method in class org.pentaho.di.core.logging.Log4jKettleLayout
 
activateOptions() - Method in interface org.pentaho.di.core.logging.Log4JLayoutInterface
 
activateParameters() - Method in interface org.pentaho.di.core.parameters.NamedParams
Activate the currently set parameters
activateParameters() - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
 
add(Object) - Method in class org.pentaho.di.compatibility.Row
Deprecated.  
add(Result) - Method in class org.pentaho.di.core.Result
Add the NrOfLines from a different result to this result
add_days(long) - Method in class org.pentaho.di.compatibility.Value
Add a number of days to a Date value.
add_months(int) - Method in class org.pentaho.di.compatibility.Value
 
addAppender(Appender) - Method in class org.pentaho.di.core.logging.LogWriter
 
addBufferChangedListener(BufferChangedListener) - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
addDays(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
addFile(FileObject) - Method in class org.pentaho.di.core.fileinput.FileInputList
 
addFilter(Filter) - Method in class org.pentaho.di.core.logging.Log4jConsoleAppender
 
addFilter(Filter) - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
addFilter(Filter) - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
addFilter(Filter) - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
addInternalVariables(Properties) - Static method in class org.pentaho.di.core.util.EnvUtil
Add a number of internal variables to the Kettle Variables at the root.
addNonAccessibleFile(FileObject) - Method in class org.pentaho.di.core.fileinput.FileInputList
 
addNonExistantFile(FileObject) - Method in class org.pentaho.di.core.fileinput.FileInputList
 
addParameterDefinition(String, String, String) - Method in interface org.pentaho.di.core.parameters.NamedParams
Add a parameter definition to this set.
addParameterDefinition(String, String, String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
 
addPluginHistory(String, int) - Method in class org.pentaho.di.core.Props
 
addRow(Row) - Method in class org.pentaho.di.compatibility.Row
Add all the values of row r to the Row.
addRowData(Object[], int, Object[]) - Static method in class org.pentaho.di.core.row.RowDataUtil
Add two arrays and make one new one.
addRowMeta(RowMetaInterface) - Method in class org.pentaho.di.core.row.RowMeta
 
addRowMeta(RowMetaInterface) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Add a number of fields from another row (append to the end)
addTagValue(String, String, boolean, String...) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag String value
addTagValue(String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag String value
addTagValue(String, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag boolean value
addTagValue(String, boolean, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag boolean value
addTagValue(String, long) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag long integer value
addTagValue(String, long, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag long integer value
addTagValue(String, int) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (with carriage return) for a certain tag integer value
addTagValue(String, int, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag integer value
addTagValue(String, double) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (with carriage return) for a certain tag double value
addTagValue(String, double, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag double value
addTagValue(String, Date) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (with carriage return) for a certain tag Date value
addTagValue(String, Date, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string for a certain tag Date value
addTagValue(String, BigDecimal) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag BigDecimal value
addTagValue(String, BigDecimal, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag BigDecimal value
addTagValue(String, byte[]) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag binary (byte[]) value
addTagValue(String, byte[], boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Build an XML string (including a carriage return) for a certain tag binary (byte[]) value
addTimeToDate(Date, String, String) - Static method in class org.pentaho.di.core.Const
Add time to an input date
addTimeToDate(ValueMetaInterface, Object, ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
addValue(Value) - Method in class org.pentaho.di.compatibility.Row
Add a value after the last value of the row
addValue(int, Value) - Method in class org.pentaho.di.compatibility.Row
Add a value on a certain location in the row.
addValue(ValueMeta, Object) - Method in class org.pentaho.di.core.RowMetaAndData
 
addValue(String, int, Object) - Method in class org.pentaho.di.core.RowMetaAndData
 
addValueData(Object[], int, Object) - Static method in class org.pentaho.di.core.row.RowDataUtil
Add a single value to a row of data
addValueMeta(ValueMetaInterface) - Method in class org.pentaho.di.core.row.RowMeta
Add a metadata value.
addValueMeta(int, ValueMetaInterface) - Method in class org.pentaho.di.core.row.RowMeta
Add a metadata value on a certain location in the row.
addValueMeta(ValueMetaInterface) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Add a metadata value, extends the array if needed.
addValueMeta(int, ValueMetaInterface) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Add a metadata value on a certain location in the row.
allocateRowData(int) - Static method in class org.pentaho.di.core.row.RowDataUtil
Allocate a new Object array.
and(Value) - Method in class org.pentaho.di.compatibility.Value
 
appendReplacedChars(StringBuffer, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Take the characters from string val and append them to the value stringbuffer In case a character is not allowed in XML, we convert it to an XML code
areOnlyUsedConnectionsSavedToXML() - Method in class org.pentaho.di.core.Props
 
ARROW_WIDTH - Static variable in class org.pentaho.di.core.Const
The default width of an arrow in the Graphical Views
asin() - Method in class org.pentaho.di.compatibility.Value
 
askAboutReplacingDatabaseConnections() - Method in class org.pentaho.di.core.Props
 
atan() - Method in class org.pentaho.di.compatibility.Value
 
atan2(Value) - Method in class org.pentaho.di.compatibility.Value
 
atan2(double) - Method in class org.pentaho.di.compatibility.Value
 

A B C D E F G H I J K L M N O P R S T U V W X Y