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 |
Important: do not implement or reference this interface.
|
| Class | Description |
|---|---|
| AbstractCustomWrapper |
Default implementation of
CustomWrapper. |
| CustomWrapperConfiguration |
Encapsulates the following configuration properties:
delegateProjections: See CustomWrapperConfiguration.setDelegateProjections(boolean)
and CustomWrapperConfiguration.isDelegateProjections(). |
| 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. |
Copyright © 2024 Denodo Technologies. All rights reserved.