Package | Description |
---|---|
com.endeca.cas.extension |
Provides a framework for creating CAS extensions.
|
Modifier and Type | Method and Description |
---|---|
protected PipelineComponentRuntimeContext |
PipelineComponentRuntime.getContext()
Returns the PipelineComponentRuntimeContext of this runtime.
|
Modifier and Type | Method and Description |
---|---|
abstract R |
DataSource.createDataSourceRuntime(C configuration,
PipelineComponentRuntimeContext context)
Creates a runtime instance of this extension.
|
abstract R |
Manipulator.createManipulatorRuntime(C configuration,
PipelineComponentRuntimeContext context)
Creates a new runtime instance of this manipulator.
|
Constructor and Description |
---|
DataSourceRuntime(PipelineComponentRuntimeContext context) |
ManipulatorRuntime(PipelineComponentRuntimeContext context) |
PipelineComponentRuntime(PipelineComponentRuntimeContext context) |
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.