| Package | Description |
|---|---|
| com.denodo.vdb.engine.customwrapper |
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
|
| com.denodo.vdb.engine.customwrapper.input.type |
Provides the classes needed to deal with the data types of input parameters of Custom Wrappers.
|
| Modifier and Type | Method and Description |
|---|---|
CustomWrapperInputParameterType |
CustomWrapperInputParameter.getType()
Returns this input parameter's type
|
| Constructor and Description |
|---|
CustomWrapperInputParameter(String name,
String description,
boolean isMandatory,
boolean isEnvDependent,
CustomWrapperInputParameterType type)
Constructs a
CustomWrapperInputParameter specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType |
CustomWrapperInputParameter(String name,
String description,
boolean isMandatory,
CustomWrapperInputParameterType type)
Constructs a
CustomWrapperInputParameter specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType |
| Modifier and Type | Method and Description |
|---|---|
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.booleanType(boolean defaultValue)
Returns an instance of
CustomWrapperInputParameterType that
represents boolean values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.decimalType()
Returns an instance of
CustomWrapperInputParameterType that
represents decimal values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.doubleType()
Returns an instance of
CustomWrapperInputParameterType that
represents double values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.enumStringType(String[] values)
Returns an instance of
CustomWrapperInputParameterType that
represents text values which could only take some limited values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.floatType()
Returns an instance of
CustomWrapperInputParameterType that
represents float values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.hiddenStringType()
Returns an instance of
CustomWrapperInputParameterType that
represents text values which will not be visible in the GUI. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.integerType()
Returns an instance of
CustomWrapperInputParameterType that
represents integer values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.loginType()
Returns an instance of
CustomWrapperInputParameterType that
represents a text value that can be used as login if the pass-through
session credentials is used. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.longStringType()
Returns an instance of
CustomWrapperInputParameterType that
represents arbitrary long text values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.longType()
Returns an instance of
CustomWrapperInputParameterType that
represents long values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.passwordType()
Returns an instance of
CustomWrapperInputParameterType that
represents a hidden text value that can be used as password if the
pass-through session credentials is used. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.routeType(CustomWrapperInputParameterTypeFactory.RouteType[] availableRouteTypes)
Returns an instance of
CustomWrapperInputParameterType that
represents route values. |
static CustomWrapperInputParameterType |
CustomWrapperInputParameterTypeFactory.stringType()
Returns an instance of
CustomWrapperInputParameterType that
represents simple text values. |
Copyright © 2024 Denodo Technologies. All rights reserved.