- getActionPropertyValue(Record) - Static method in class com.endeca.itl.record.RecordHelper
-
- getAllPropertyNames() - Method in class com.endeca.itl.record.Record
-
Returns the names of PropertyValues contained in this Record.
- getAllPropertyValues() - Method in class com.endeca.itl.record.Record
-
Returns all the PropertyValues contained by the Record.
- getBinaryContentFile(Record) - Method in interface com.endeca.cas.extension.BinaryContentFileProvider
-
Retrieves the file containing the binary content of the given record.
- getBinaryContentInputStream(Record) - Method in interface com.endeca.cas.extension.BinaryContentInputStreamProvider
-
Retrieves the binary content for the given record.
- getComponentContext() - Method in class com.endeca.cas.extension.PipelineComponent
-
Gets the PipelineComponentContext for this instance of the component.
- getComponentContext() - Method in class com.endeca.cas.extension.PipelineComponentConfiguration
-
Used to access the component's context
- getComponentContext() - Method in interface com.endeca.cas.extension.PipelineComponentRuntimeContext
-
Returns the PipelineComponentContext.
- getConfigDir() - Method in interface com.endeca.cas.extension.PipelineComponentContext
-
The component's configuration directory which holds any component-specific configuration files.
- getConfigurationClass() - Method in class com.endeca.cas.extension.PipelineComponent
-
Returns the configuration Class.
- getContext() - Method in class com.endeca.cas.extension.PipelineComponentRuntime
-
Returns the PipelineComponentRuntimeContext of this runtime.
- getErrorChannel() - Method in interface com.endeca.cas.extension.PipelineComponentRuntimeContext
-
Returns an interface for discarding invalid records.
- getFailureMessage() - Method in class com.endeca.cas.extension.ValidationFailure
-
- getId() - Method in class com.endeca.cas.extension.InstanceId
-
Returns the id of the data source or manipulator.
- getInstanceId() - Method in class com.endeca.cas.extension.PipelineComponentConfiguration
-
Used to access the component's instance ID
- getName() - Method in class com.endeca.itl.record.PropertyValue
-
- getNumPropertyValues() - Method in class com.endeca.itl.record.Record
-
Returns the number of PropertyValues contained in this Record.
- getNumPropertyValues(String) - Method in class com.endeca.itl.record.Record
-
Returns the number of PropertyValues with the given name.
- getOutputChannel() - Method in interface com.endeca.cas.extension.PipelineComponentRuntimeContext
-
Returns an interface for outputting created or processed records.
- getPipelineId() - Method in class com.endeca.cas.extension.InstanceId
-
Returns the id of the pipeline.
- getPropertySingleValue(String) - Method in class com.endeca.itl.record.Record
-
Returns the PropertyValue with the given name if exactly one exists in the Record.
- getPropertyValues(String) - Method in class com.endeca.itl.record.Record
-
Returns all the PropertyValues with the given name.
- getRecordIdProperty() - Method in interface com.endeca.cas.extension.PipelineComponentRuntimeContext
-
Gets the name of the property that is unique per record.
- getRuntimeClass() - Method in class com.endeca.cas.extension.PipelineComponent
-
- getStateDir() - Method in interface com.endeca.cas.extension.PipelineComponentRuntimeContext
-
Returns the directory that the associated PipelineComponentRuntime
can use to store state.
- getValue() - Method in class com.endeca.itl.record.PropertyValue
-