See: Description
| Interface | Description |
|---|---|
| CustomWrapper |
All VDP Custom Wrappers must implement this interface.
|
| CustomWrapperPlan |
Defines methods to include information in the custom wrapper plan.
|
| CustomWrapperResult.CustomWrapperResultListener |
Do not implement this interface. For internal purposes only.
|
| Class | Description |
|---|---|
| AbstractCustomWrapper |
Default implementation of
CustomWrapper. |
| CustomWrapperConfiguration |
Encapsulates the following configuration properties:
|
| CustomWrapperInputParameter |
Defines a Custom Wrapper input parameter.
|
| CustomWrapperOrderByExpression |
An expression which indicates that the rows should be returned sorted in a
concrete order by a concrete field.
|
| CustomWrapperResult |
Custom Wrappers use this class to return any data retrieved from their data source.
|
| CustomWrapperSchemaParameter |
Defines a Custom Wrapper's schema parameter.
|
| Enum | Description |
|---|---|
| CustomWrapperOrderByExpression.ORDER |
Defines the order of the sorting.
|
| Exception | Description |
|---|---|
| CustomWrapperException |
A general purpose
Exception subclass intended to be used by Custom Wrappers. |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
Copyright © 2019 Denodo Technologies. All rights reserved.