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

V

v_decode(Value[]) - Method in class org.pentaho.di.compatibility.Value
 
v_if(Value[]) - Method in class org.pentaho.di.compatibility.Value
 
VALID_KEY_CHARS - Static variable in class org.pentaho.di.core.util.KeyValue
Valid key characters.
validate() - Method in class org.pentaho.di.job.entries.dtdvalidator.DTDValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.AndValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.EmailValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.FileDoesNotExistValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.FileExistsValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.IntegerValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in interface org.pentaho.di.job.entry.validator.JobEntryValidator
Using reflection, the validator fetches the field named propertyName from the bean source and runs the validation putting any messages into remarks.
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.LongValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.NotBlankValidator
 
validate(CheckResultSourceInterface, String, List<CheckResultInterface>, ValidatorContext) - Method in class org.pentaho.di.job.entry.validator.NotNullValidator
 
validateAction(RepositoryOperation...) - Method in class org.pentaho.di.repository.BaseRepositorySecurityProvider
 
validateAction(RepositoryOperation...) - Method in class org.pentaho.di.repository.filerep.KettleFileRepositorySecurityProvider
 
validateAction(RepositoryOperation...) - Method in class org.pentaho.di.repository.kdr.KettleDatabaseRepositorySecurityProvider
 
validateAction(RepositoryOperation...) - Method in interface org.pentaho.di.repository.RepositorySecurityProvider
Validates the supplied operation.
validateImportedElement(ImportRules, Object) - Static method in class org.pentaho.di.repository.RepositoryImporter
Validates the repository element that is about to get imported against the list of import rules.
validateMask(CheckResultSourceInterface, String, List<CheckResultInterface>, String, int) - Static method in class org.pentaho.di.job.entry.validator.JobEntryValidatorUtils
Fails if a field's value does not match the given mask.
validateMask(CheckResultSourceInterface, String, int, List<CheckResultInterface>, String) - Static method in class org.pentaho.di.job.entry.validator.JobEntryValidatorUtils
Fails if a field's value does not match the given mask.
Validation - Class in org.pentaho.di.trans.steps.validator
 
Validation() - Constructor for class org.pentaho.di.trans.steps.validator.Validation
 
Validation(String) - Constructor for class org.pentaho.di.trans.steps.validator.Validation
 
Validation(Node) - Constructor for class org.pentaho.di.trans.steps.validator.Validation
 
Validation(Repository, ObjectId, int) - Constructor for class org.pentaho.di.trans.steps.validator.Validation
 
Validator - Class in org.pentaho.di.trans.steps.validator
Calculate new field values using pre-defined functions.
Validator(StepMeta, StepDataInterface, int, TransMeta, Trans) - Constructor for class org.pentaho.di.trans.steps.validator.Validator
 
Validator.FieldIndexes - Class in org.pentaho.di.trans.steps.validator
 
Validator.FieldIndexes() - Constructor for class org.pentaho.di.trans.steps.validator.Validator.FieldIndexes
 
ValidatorContext - Class in org.pentaho.di.job.entry.validator
 
ValidatorContext() - Constructor for class org.pentaho.di.job.entry.validator.ValidatorContext
 
ValidatorData - Class in org.pentaho.di.trans.steps.validator
 
ValidatorData() - Constructor for class org.pentaho.di.trans.steps.validator.ValidatorData
 
ValidatorDialog - Class in org.pentaho.di.ui.trans.steps.validator
 
ValidatorDialog(Shell, Object, TransMeta, String) - Constructor for class org.pentaho.di.ui.trans.steps.validator.ValidatorDialog
 
ValidatorMessages - Class in org.pentaho.di.job.entry.validator
Utility class for getting formatted strings from validator resource bundle.
ValidatorMessages() - Constructor for class org.pentaho.di.job.entry.validator.ValidatorMessages
 
ValidatorMeta - Class in org.pentaho.di.trans.steps.validator
Contains the meta-data for the Validator step: calculates predefined formula's Created on 08-sep-2005
ValidatorMeta() - Constructor for class org.pentaho.di.trans.steps.validator.ValidatorMeta
 
Value - Class in org.pentaho.di.compatibility
This class is one of the core classes of the Kettle framework.
Value() - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of type EMPTY
Value(String) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value with a name.
Value(String, int) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value with a name and a type.
Value(String, int, int, int) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value with a name, a type, length and precision.
Value(String, BigDecimal) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_BIGNUMBER, with a name, containing a BigDecimal number
Value(String, double) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_NUMBER, with a name, containing a number
Value(String, StringBuffer) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
Value(String, String) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_STRING, with a name, containing a String
Value(String, Date) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_DATE, with a name, containing a Date
Value(String, boolean) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_BOOLEAN, with a name, containing a boolean value
Value(String, long) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_INTEGER, with a name, containing an integer number
Value(String, Value) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value as a copy of another value and renames it...
Value(String, byte[]) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value of Type VALUE_TYPE_BINARY, with a name, containing a bytes value
Value(Value) - Constructor for class org.pentaho.di.compatibility.Value
Constructs a new Value as a copy of another value
Value(InputStream) - Constructor for class org.pentaho.di.compatibility.Value
Read the Value, including meta-data from a DataInputStream
Value(Value, DataInputStream) - Constructor for class org.pentaho.di.compatibility.Value
Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method!
Value(Node) - Constructor for class org.pentaho.di.compatibility.Value
Construct a new Value and read the data from XML
value(T) - Method in class org.pentaho.di.core.util.KeyValue
 
value() - Method in class org.pentaho.di.core.util.KeyValue
 
value - Variable in class org.pentaho.di.trans.steps.getslavesequence.GetSlaveSequenceData
 
value - Variable in class org.pentaho.di.trans.steps.userdefinedjavaclass.UsageParameter
 
VALUE_IMAP_LIST_ALL - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_ANWERED - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_DRAFT - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_FLAGGED - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_NEW - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_NOT_ANSWERED - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_NOT_DRAFT - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_NOT_FLAGGED - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_OLD - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_READ - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_IMAP_LIST_UNREAD - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
VALUE_REPOSITORY_DATE_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
VALUE_REPOSITORY_DECIMAL_SYMBOL - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
VALUE_REPOSITORY_GROUPING_SYMBOL - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
VALUE_REPOSITORY_INTEGER_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
VALUE_REPOSITORY_NUMBER_CONVERSION_MASK - Static variable in class org.pentaho.di.core.row.ValueMetaAndData
 
VALUE_TYPE_BIGNUMBER - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a floating point precision number with arbitrary precision.
VALUE_TYPE_BINARY - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains binary data: BLOB, CLOB, ...
VALUE_TYPE_BOOLEAN - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a boolean.
VALUE_TYPE_DATE - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a Date.
VALUE_TYPE_FIELD - Static variable in class org.pentaho.di.job.entries.simpleeval.JobEntrySimpleEval
 
VALUE_TYPE_INTEGER - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a long integer.
VALUE_TYPE_NONE - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value has no type set.
VALUE_TYPE_NUMBER - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a floating point double precision number.
VALUE_TYPE_SERIALIZABLE - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains an Object.
VALUE_TYPE_STRING - Static variable in class org.pentaho.di.compatibility.Value
Value type indicating that the value contains a text String.
VALUE_TYPE_VARIABLE - Static variable in class org.pentaho.di.job.entries.simpleeval.JobEntrySimpleEval
 
VALUE_XML_TAG_NAME - Static variable in class org.pentaho.di.core.util.StringListPluginProperty
Value XML tag name.
ValueBigNumber - Class in org.pentaho.di.compatibility
This class contains a Value of type BigNumber and the length/precision by which it is described.
ValueBigNumber() - Constructor for class org.pentaho.di.compatibility.ValueBigNumber
 
ValueBigNumber(BigDecimal) - Constructor for class org.pentaho.di.compatibility.ValueBigNumber
 
ValueBigNumberTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueNumber.
ValueBigNumberTest() - Constructor for class org.pentaho.di.compatibility.ValueBigNumberTest
 
ValueBinary - Class in org.pentaho.di.compatibility
This class contains a Value of type Binary.
ValueBinary() - Constructor for class org.pentaho.di.compatibility.ValueBinary
 
ValueBinary(byte[]) - Constructor for class org.pentaho.di.compatibility.ValueBinary
 
ValueBoolean - Class in org.pentaho.di.compatibility
This class contains a Value of type Boolean.
ValueBoolean() - Constructor for class org.pentaho.di.compatibility.ValueBoolean
 
ValueBoolean(boolean) - Constructor for class org.pentaho.di.compatibility.ValueBoolean
 
ValueBooleanTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueBoolean.
ValueBooleanTest() - Constructor for class org.pentaho.di.compatibility.ValueBooleanTest
 
valueChange - Variable in class org.pentaho.di.trans.steps.replacestring.ReplaceStringData
 
valuecustomchannels - Variable in class org.pentaho.di.trans.steps.rssoutput.RssOutputData
 
valuecustomItems - Variable in class org.pentaho.di.trans.steps.rssoutput.RssOutputData
 
ValueDataUtil - Class in org.pentaho.di.core.row
 
ValueDataUtil() - Constructor for class org.pentaho.di.core.row.ValueDataUtil
 
ValueDataUtilTest - Class in org.pentaho.di.core.row
Not yet completely finished.
ValueDataUtilTest() - Constructor for class org.pentaho.di.core.row.ValueDataUtilTest
 
ValueDate - Class in org.pentaho.di.compatibility
This class contains a Value of type Date.
ValueDate() - Constructor for class org.pentaho.di.compatibility.ValueDate
 
ValueDate(Date) - Constructor for class org.pentaho.di.compatibility.ValueDate
 
valueDateNow - Variable in class org.pentaho.di.trans.steps.dimensionlookup.DimensionLookupData
 
ValueDateTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueDate.
ValueDateTest() - Constructor for class org.pentaho.di.compatibility.ValueDateTest
 
valueDelegate - Variable in class org.pentaho.di.repository.kdr.KettleDatabaseRepository
 
valueimaplist - Variable in class org.pentaho.di.job.entries.getpop.JobEntryGetPOP
 
valueimaplist - Variable in class org.pentaho.di.trans.steps.mailinput.MailInputMeta
 
valueIMAPListCode - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
valueIMAPListDesc - Static variable in class org.pentaho.di.job.entries.getpop.MailConnectionMeta
 
ValueInteger - Class in org.pentaho.di.compatibility
This class contains a Value of type Integer and the length by which it is described.
ValueInteger() - Constructor for class org.pentaho.di.compatibility.ValueInteger
 
ValueInteger(long) - Constructor for class org.pentaho.di.compatibility.ValueInteger
 
ValueIntegerTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueInteger.
ValueIntegerTest() - Constructor for class org.pentaho.di.compatibility.ValueIntegerTest
 
ValueInterface - Interface in org.pentaho.di.compatibility
This interface provides a way to look at a Number, String, Integer, Date...
valueIsUsed(int, Value) - Method in interface org.pentaho.di.compatibility.ValueUsedListener
 
ValueLineage - Class in org.pentaho.di.lineage
This class contains value lineage information.
That means that we will have information on where and how a certain value is originating, being manipulated etc.
ValueLineage(TransMeta, ValueMeta) - Constructor for class org.pentaho.di.lineage.ValueLineage
Create a new ValueLineage object with an empty set of source steps.
ValueMapper - Class in org.pentaho.di.trans.steps.valuemapper
Convert Values in a certain fields to other values
ValueMapper(StepMeta, StepDataInterface, int, TransMeta, Trans) - Constructor for class org.pentaho.di.trans.steps.valuemapper.ValueMapper
 
ValueMapperData - Class in org.pentaho.di.trans.steps.valuemapper
 
ValueMapperData() - Constructor for class org.pentaho.di.trans.steps.valuemapper.ValueMapperData
 
ValueMapperDialog - Class in org.pentaho.di.ui.trans.steps.valuemapper
 
ValueMapperDialog(Shell, Object, TransMeta, String) - Constructor for class org.pentaho.di.ui.trans.steps.valuemapper.ValueMapperDialog
 
ValueMapperMeta - Class in org.pentaho.di.trans.steps.valuemapper
Maps String values of a certain field to new values Created on 03-apr-2006
ValueMapperMeta() - Constructor for class org.pentaho.di.trans.steps.valuemapper.ValueMapperMeta
 
ValueMapperTest - Class in org.pentaho.di.trans.steps.valuemapper
Test class for the ValueMapper step.
ValueMapperTest() - Constructor for class org.pentaho.di.trans.steps.valuemapper.ValueMapperTest
 
ValueMeta - Class in org.pentaho.di.core.row
 
ValueMeta() - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(String) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(String, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(String, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(String, int, int, int) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(DataInputStream) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
ValueMeta(Node) - Constructor for class org.pentaho.di.core.row.ValueMeta
 
valueMeta - Variable in class org.pentaho.di.trans.steps.streamlookup.StreamLookupData
 
valueMeta - Variable in class org.pentaho.di.trans.steps.switchcase.SwitchCaseData
 
ValueMetaAndData - Class in org.pentaho.di.core.row
 
ValueMetaAndData() - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
 
ValueMetaAndData(ValueMetaInterface, Object) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
 
ValueMetaAndData(String, Object) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
 
ValueMetaAndData(Node) - Constructor for class org.pentaho.di.core.row.ValueMetaAndData
Construct a new Value and read the data from XML
valueMetaInteger - Variable in class org.pentaho.di.trans.steps.groupby.GroupByData
 
valueMetaInteger - Variable in class org.pentaho.di.trans.steps.memgroupby.MemoryGroupByData
 
ValueMetaInterface - Interface in org.pentaho.di.core.row
ValueMetaInterface objects are used to determine the characteristics of the row fields.
valueMetaNumber - Variable in class org.pentaho.di.trans.steps.groupby.GroupByData
 
valueMetaNumber - Variable in class org.pentaho.di.trans.steps.memgroupby.MemoryGroupByData
 
ValueMetaTest - Class in org.pentaho.di.core.row
Test functionality in ValueMeta
ValueMetaTest() - Constructor for class org.pentaho.di.core.row.ValueMetaTest
 
valuenrs - Variable in class org.pentaho.di.trans.steps.gpbulkloader.GPBulkLoaderData
 
valuenrs - Variable in class org.pentaho.di.trans.steps.insertupdate.InsertUpdateData
 
valueNrs - Variable in class org.pentaho.di.trans.steps.mergerows.MergeRowsData
 
valuenrs - Variable in class org.pentaho.di.trans.steps.orabulkloader.OraBulkLoaderData
 
valuenrs - Variable in class org.pentaho.di.trans.steps.synchronizeaftermerge.SynchronizeAfterMergeData
 
valuenrs - Variable in class org.pentaho.di.trans.steps.tableoutput.TableOutputData
 
valuenrs - Variable in class org.pentaho.di.trans.steps.update.UpdateData
 
ValueNumber - Class in org.pentaho.di.compatibility
This class contains a Value of type Number and the length/precision by which it is described.
ValueNumber() - Constructor for class org.pentaho.di.compatibility.ValueNumber
 
ValueNumber(double) - Constructor for class org.pentaho.di.compatibility.ValueNumber
 
ValueNumberTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueNumber.
ValueNumberTest() - Constructor for class org.pentaho.di.compatibility.ValueNumberTest
 
valueOf(String) - Static method in enum org.pentaho.di.core.Const.ReleaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.AreaOwner.AreaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.GCInterface.EColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.GCInterface.EFont
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.GCInterface.EImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.GCInterface.ELineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.gui.GUIOption.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.Hint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.ChannelLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.JobEntryLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.JobLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.LoggingObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.LogStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.PerformanceLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.StepLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.logging.TransLogTable.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.core.spreadsheet.KCellType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.imp.rule.ImportRuleSubject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.imp.rule.ImportValidationResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.repository.ObjectRecipient.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.repository.RepositoryObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.repository.RepositoryOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.resource.ResourceEntry.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.resource.ResourceNamingInterface.FileNamingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.step.errorhandling.StreamIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.step.errorhandling.StreamInterface.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.autodoc.KettleFileTableModel.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.autodoc.KettleReportBuilder.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.excelinput.SpreadSheetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.getrepositorynames.ObjectTypeSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.pentahoreporting.PentahoReportingOutputMeta.ProcessorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.reservoirsampling.ReservoirSamplingData.PROC_MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.sapinput.SapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.selectvalues.SelectValuesAttr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.textfileinput.EncodingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.TransformClassBase.Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassDef.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassMeta.ElementNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPBindingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPBindingUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.trans.TransMeta.TransformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.core.widget.FormInput.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.core.widget.FormInput.Widget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.ContextChangeVetoer.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.model.UIPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.model.UISecurity.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.spoon.SpoonLifecycleListener.SpoonLifeCycleEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.spoon.TabMapEntry.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.trans.dialog.TransDialog.Tabs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.ui.trans.steps.userdefinedjavaclass.UserDefinedJavaClassCodeSnippits.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pentaho.di.www.SlaveServerDetection.SlaveRelationShip
Returns the enum constant of this type with the specified name.
valueRenames - Variable in class org.pentaho.di.trans.steps.mappinginput.MappingInputData
 
values() - Static method in enum org.pentaho.di.core.Const.ReleaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.AreaOwner.AreaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.GCInterface.EColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.GCInterface.EFont
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.GCInterface.EImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.GCInterface.ELineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.gui.GUIOption.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.Hint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.lifecycle.LifeEventInfo.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.ChannelLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.JobEntryLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.JobLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.LoggingObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.LogStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.PerformanceLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.StepLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.logging.TransLogTable.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.ObjectLocationSpecificationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.core.spreadsheet.KCellType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.pentaho.di.core.util.KeyValueSet
 
values() - Static method in enum org.pentaho.di.imp.rule.ImportRuleSubject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.imp.rule.ImportValidationResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.pentaho.di.job.entry.validator.ValidatorContext
 
values() - Static method in enum org.pentaho.di.repository.ObjectRecipient.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.repository.RepositoryObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.repository.RepositoryOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.resource.ResourceEntry.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.resource.ResourceNamingInterface.FileNamingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.step.BaseStepData.StepExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.step.errorhandling.StreamIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.step.errorhandling.StreamInterface.StreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.pentaho.di.trans.steps.aggregaterows.AggregateRowsData
 
values() - Static method in enum org.pentaho.di.trans.steps.autodoc.KettleFileTableModel.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.autodoc.KettleReportBuilder.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.excelinput.SpreadSheetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.getrepositorynames.ObjectTypeSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.pentahoreporting.PentahoReportingOutputMeta.ProcessorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.reservoirsampling.ReservoirSamplingData.PROC_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.sapinput.SapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.selectvalues.SelectValuesAttr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.textfileinput.EncodingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.TransformClassBase.Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassDef.ClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.userdefinedjavaclass.UserDefinedJavaClassMeta.ElementNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPBindingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPBindingUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.trans.TransMeta.TransformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.core.widget.FormInput.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.core.widget.FormInput.Widget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.ContextChangeVetoer.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.model.UIPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.repository.repositoryexplorer.model.UISecurity.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.spoon.SpoonLifecycleListener.SpoonLifeCycleEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.spoon.TabMapEntry.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.trans.dialog.TransDialog.Tabs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.ui.trans.steps.userdefinedjavaclass.UserDefinedJavaClassCodeSnippits.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pentaho.di.www.SlaveServerDetection.SlaveRelationShip
Returns an array containing the constants of this enum type, in the order they are declared.
values_used - Variable in class org.pentaho.di.trans.steps.script.ScriptData
 
values_used - Variable in class org.pentaho.di.trans.steps.scriptvalues_mod.ScriptValuesModData
 
valueSeparator - Variable in class org.pentaho.di.trans.steps.fuzzymatch.FuzzyMatchData
 
ValueSerializable - Class in org.pentaho.di.compatibility
 
ValueSerializable(Serializable) - Constructor for class org.pentaho.di.compatibility.ValueSerializable
 
ValueString - Class in org.pentaho.di.compatibility
This class contains a Value of type String and the length by which it is described.
ValueString() - Constructor for class org.pentaho.di.compatibility.ValueString
 
ValueString(String) - Constructor for class org.pentaho.di.compatibility.ValueString
 
ValueStringTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of ValueString.
ValueStringTest() - Constructor for class org.pentaho.di.compatibility.ValueStringTest
 
ValueTest - Class in org.pentaho.di.compatibility
Test class for the basic functionality of Value.
ValueTest() - Constructor for class org.pentaho.di.compatibility.ValueTest
 
valuetype - Variable in class org.pentaho.di.job.entries.simpleeval.JobEntrySimpleEval
 
valueTypeCode - Static variable in class org.pentaho.di.job.entries.simpleeval.JobEntrySimpleEval
 
valueTypeDesc - Static variable in class org.pentaho.di.job.entries.simpleeval.JobEntrySimpleEval
 
ValueUsedListener - Interface in org.pentaho.di.compatibility
 
VARIABLE_TYPE_CURRENT_JOB - Static variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
VARIABLE_TYPE_GRAND_PARENT_JOB - Static variable in class org.pentaho.di.trans.steps.setvariable.SetVariableMeta
 
VARIABLE_TYPE_JVM - Static variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
VARIABLE_TYPE_JVM - Static variable in class org.pentaho.di.trans.steps.setvariable.SetVariableMeta
 
VARIABLE_TYPE_PARENT_JOB - Static variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
VARIABLE_TYPE_PARENT_JOB - Static variable in class org.pentaho.di.trans.steps.setvariable.SetVariableMeta
 
VARIABLE_TYPE_ROOT_JOB - Static variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
VARIABLE_TYPE_ROOT_JOB - Static variable in class org.pentaho.di.trans.steps.setvariable.SetVariableMeta
 
VariableButtonListenerFactory - Class in org.pentaho.di.ui.core.widget
 
VariableButtonListenerFactory() - Constructor for class org.pentaho.di.ui.core.widget.VariableButtonListenerFactory
 
VariableButtonListenerFactory - Class in org.pentaho.di.ui.trans.steps.textfileinput
 
VariableButtonListenerFactory() - Constructor for class org.pentaho.di.ui.trans.steps.textfileinput.VariableButtonListenerFactory
 
variableName - Variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
Variables - Class in org.pentaho.di.core.variables
This class is an implementation of VariableSpace
Variables() - Constructor for class org.pentaho.di.core.variables.Variables
 
variables - Variable in class org.pentaho.di.ui.spoon.Spoon
 
VariableSpace - Interface in org.pentaho.di.core.variables
Interface to implement variable sensitive objects.
variableType - Variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
variableValue - Variable in class org.pentaho.di.job.entries.setvariables.JobEntrySetVariables
 
vc_id - Static variable in class org.pentaho.di.ui.core.widget.FormInput
 
VectorWiseDatabaseMeta - Class in org.pentaho.di.core.database
Contains Computer Associates Ingres specific information through static final members
VectorWiseDatabaseMeta() - Constructor for class org.pentaho.di.core.database.VectorWiseDatabaseMeta
 
verifyAndModifyDatabaseName(List<DatabaseMeta>, String) - Method in class org.pentaho.di.core.database.DatabaseMeta
Verify the name of the database and if required, change it if it already exists in the list of databases.
verifyCopyDistribute(TransMeta, StepMeta) - Method in class org.pentaho.di.ui.spoon.Spoon
 
verifyDetachedSignature(String, String) - Method in class org.pentaho.di.job.entries.pgpencryptfiles.GPG
Verify a signature for detached file
verifyDetachedSignature(FileObject, FileObject) - Method in class org.pentaho.di.job.entries.pgpencryptfiles.GPG
Verify a signature for detached file
verifyOperations(Shell, Repository, RepositoryOperation...) - Static method in class org.pentaho.di.ui.repository.RepositorySecurityUI
Verify a repository operation, show an error dialog if needed.
verifyRule(Object) - Method in interface org.pentaho.di.imp.rule.ImportRuleInterface
Validate the rule against a subject (transformation, job, database, ...)
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.BaseImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.DatabaseConfigurationImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.JobHasANoteImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.JobHasDescriptionImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.JobHasJobLogConfiguredImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.JobHasNoDisabledHopsImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.TransformationHasANoteImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.TransformationHasDescriptionImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.TransformationHasNoDisabledHopsImportRule
 
verifyRule(Object) - Method in class org.pentaho.di.imp.rules.TransformationHasTransLogConfiguredImportRule
 
verifyRules(Object) - Method in class org.pentaho.di.imp.ImportRules
 
verifySignature(FileObject) - Method in class org.pentaho.di.job.entries.pgpencryptfiles.GPG
Verify a signature
verifySignature(String) - Method in class org.pentaho.di.job.entries.pgpencryptfiles.GPG
Verify a signature
VERSION - Static variable in class org.pentaho.di.core.Const
Version number
VERSION_COMMENT_EDIT_VERSION - Static variable in class org.pentaho.di.core.Const
A general edit version comment
VERSION_COMMENT_INITIAL_VERSION - Static variable in class org.pentaho.di.core.Const
A general initial version comment
Vertica5DatabaseMeta - Class in org.pentaho.di.core.database
Vertica Analytic Database version 5 and later (changed driver class name)
Vertica5DatabaseMeta() - Constructor for class org.pentaho.di.core.database.Vertica5DatabaseMeta
 
VerticaDatabaseMeta - Class in org.pentaho.di.core.database
Contains Vertica Analytic Database information through static final members
VerticaDatabaseMeta() - Constructor for class org.pentaho.di.core.database.VerticaDatabaseMeta
 
VerticaDatabaseMetaTest - Class in org.pentaho.di.core.database
Tests for the Vertica Database Meta classes.
VerticaDatabaseMetaTest() - Constructor for class org.pentaho.di.core.database.VerticaDatabaseMetaTest
 
VfsCoreTest - Class in org.pentaho.di.core.vfs
 
VfsCoreTest() - Constructor for class org.pentaho.di.core.vfs.VfsCoreTest
 
viewNextUndo() - Method in interface org.pentaho.di.core.gui.UndoInterface
Get the next undo transaction on the list.
viewNextUndo() - Method in class org.pentaho.di.job.JobMeta
 
viewNextUndo() - Method in class org.pentaho.di.trans.TransMeta
Gets the next undo transaction on the list.
viewPreviousUndo() - Method in interface org.pentaho.di.core.gui.UndoInterface
View previous undo, don't change undo position
viewPreviousUndo() - Method in class org.pentaho.di.job.JobMeta
 
viewPreviousUndo() - Method in class org.pentaho.di.trans.TransMeta
Views previous undo action.
viewSql() - Method in class org.pentaho.di.ui.core.database.dialog.XulDatabaseExplorerController
 
viewThisUndo() - Method in interface org.pentaho.di.core.gui.UndoInterface
View current undo, don't change undo position
viewThisUndo() - Method in class org.pentaho.di.job.JobMeta
View current undo, don't change undo position
viewThisUndo() - Method in class org.pentaho.di.trans.TransMeta
Views current undo action.
VISA - Static variable in class org.pentaho.di.trans.steps.creditcardvalidator.CreditCardVerifier
 
VOYAGER - Static variable in class org.pentaho.di.trans.steps.creditcardvalidator.CreditCardVerifier
 

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