| Package | Description |
|---|---|
| com.denodo.itpilot.client |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLWrapperServerProxy.addExtension(String name,
File file,
boolean replace)
Adds the given extension to the Wrapper Server.
|
void |
HTMLWrapperServerProxy.addExtension(String name,
String base64content,
boolean replace)
Adds the given extension to the Wrapper Server.
|
void |
HTMLWrapperServerProxy.changePassword(String newPassword)
Changes the current user password in the Wrapper Server.
|
void |
HTMLWrapperProxy.close()
Closes the common connection if it exists.
|
void |
HTMLWrapperResultIterator.close()
Closes the Wrapper Server connection used by the iterator.
|
void |
HTMLWrapperServerProxy.close()
Closes the common connection if it exists.
|
void |
HTMLWrapperServerProxy.deleteExtension(String name)
Deletes the given extension of the Wrapper Server.
|
void |
HTMLWrapperServerProxy.deleteExtensions(List<String> extensions)
Deletes the given extensions of the Wrapper Server.
|
void |
HTMLWrapperServerProxy.deleteWrapper(String wpName)
Deletes the wrapper in the database.
|
void |
HTMLWrapperServerProxy.deleteWrappers(List<String> wpNames)
Deletes the wrappers in the database.
|
void |
HTMLWrapperServerProxy.disableMaintenance(List<String> wrapperNames)
Deprecated.
use disableVerification instead
|
void |
HTMLWrapperServerProxy.disableVerification(List<String> wrapperNames)
Disables automatic maintenance for the given wrappers.
|
void |
HTMLWrapperServerProxy.enableMaintenance(List<String> wrapperNames)
Deprecated.
use enableVerification instead
|
void |
HTMLWrapperServerProxy.enableVerification(List<String> wrapperNames)
Enables automatic maintenance for the given wrappers.
|
Map |
HTMLWrapperServerProxy.getConfiguration()
Obtains the configuration parameters of the Wrapper Server.
|
Collection |
HTMLWrapperServerProxy.getDatabaseNames()
Obtains the database names in the Wrapper Server.
|
Collection |
HTMLWrapperServerProxy.getExtensions()
Obtains all the extensions of the Wrapper Server.
|
HTMLWrapperProxy |
HTMLWrapperServerProxy.getHTMLWrapper(String wpName)
Obtains a proxy to the wrapper of the database.
|
Collection |
HTMLWrapperServerProxy.getHTMLWrapperNames()
Returns the names of the HTML wrappers of the database.
|
String |
HTMLWrapperProxy.getVQL()
Returns the VQL of the wrapper.
|
String |
HTMLWrapperServerProxy.getVQL()
Returns a VQL with all the wrappers installed in the server.
|
String |
HTMLWrapperProxy.getVQL(boolean includeScanners)
Returns the VQL of the wrapper.
|
String |
HTMLWrapperServerProxy.getVQL(boolean includeScanners)
Returns a vql with all the wrappers installed in the server.
|
String |
HTMLWrapperProxy.getVQL(boolean includeScanners,
boolean includeJars)
Returns the VQL of the wrapper.
|
String |
HTMLWrapperServerProxy.getVQL(boolean includeScanners,
boolean includeJars)
Returns a vql with all the wrappers installed in the server.
|
String |
HTMLWrapperProxy.getVQL(boolean includeScanners,
boolean includeJars,
boolean includeCustomComponents)
Returns the VQL of the wrapper.
|
String |
HTMLWrapperServerProxy.getVQL(boolean includeScanners,
boolean includeJars,
boolean includeCustomComponents)
Returns a vql with all the wrappers installed in the server.
|
void |
HTMLWrapperServerProxy.loadWrapper(String vql)
Loads a vql that contains CREATE WRAPPER ITP and DROP WRAPPER ITP
sentences.
|
HTMLWrapperResultIterator |
HTMLWrapperProxy.query(Map params)
Executes a query and returns an async iterator.
|
void |
HTMLWrapperProxy.setAutoDeploy(boolean autodeploy)
Deprecated.
|
void |
HTMLWrapperProxy.setDenodoBrowserOptimization(boolean httpOptimization)
Changes the value of the httpOptimization option.
|
void |
HTMLWrapperServerProxy.setDenodoBrowserOptimization(List<String> wrapperNames,
boolean httpOptimization)
Changes the value of the httpOptimization option for the given wrappers.
|
void |
HTMLWrapperProxy.setMaintenance(boolean maintenance)
Deprecated.
|
void |
HTMLWrapperProxy.setMaintenance(boolean maintenance,
boolean regenerate,
boolean autodeploy)
Deprecated.
|
void |
HTMLWrapperProxy.setMaintenanceOptions(boolean regenerate,
boolean autodeploy)
Deprecated.
|
void |
HTMLWrapperServerProxy.setParameters(Map parameters)
Modifies the given configuration parameters in the Wrapper Server.
|
void |
HTMLWrapperProxy.setPassThrough(boolean passThrough)
Changes the value of the PASSTHROUGH option.
|
void |
HTMLWrapperServerProxy.setPassThrough(List<String> wrapperNames,
boolean passThrough)
Changes the value of the PASSTHROUGH option for the given wrappers.
|
void |
HTMLWrapperProxy.setRegenerate(boolean regenerate)
Deprecated.
|
void |
HTMLWrapperProxy.setVerification(boolean verification)
Changes the value of the property that indicates if the wrapper uses
automatic maintenance.
|
| Constructor and Description |
|---|
HTMLWrapperProxy(com.denodo.vdb.vdbinterface.common.clientResult.vo.descriptions.wrapper.HTMLWrapperVO wrapperVO,
com.denodo.vdb.vdbinterface.common.datasource.VDBDataSource dataSource,
boolean sameConnection)
Creates a proxy to a wrapper.
|
HTMLWrapperServerProxy(String host,
int port)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
boolean sameConnection)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
long queryTimeout,
long chunkTimeout,
long chunkSize)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
long queryTimeout,
long chunkTimeout,
long chunkSize,
boolean sameConnection)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
String dbName,
String userName,
String password)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
String dbName,
String userName,
String password,
boolean sameConnection)
Creates a proxy to a database of a Wrapper Server.
|
HTMLWrapperServerProxy(String host,
int port,
String dbName,
String userName,
String password,
long queryTimeout,
long chunkTimeout,
long chunkSize,
boolean sameConnection)
Creates a proxy to a database of a Wrapper Server.
|
Copyright © 2024 Denodo Technologies. All rights reserved.