Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
InformationModelService.testUpdateDataSource(java.lang.String path,
java.lang.String fromCatalog,
java.lang.String toCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
This method will do a dry run and return all elements that would have changed if the real update method was run.
Use of this method will not result in any changes to the library. |
java.util.List<java.lang.String> |
InformationModelService.testUpdateDataSourceFromId(Guid itemId,
java.lang.String fromCatalog,
java.lang.String toCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
This method will do a dry run and return all elements that would have changed if the real update method was run.
Use of this method will not result in any changes to the library. |
long |
InformationModelService.updateDataSource(java.lang.String path,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String fromCatalog,
java.lang.String toCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
Updates the provided information model data source by setting a new connectionUrl, user, password and
userAuthentication.
|
long |
InformationModelService.updateDataSourceCatalog(java.lang.String path,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String fromCatalog,
java.lang.String toCatalog)
Updates the provided information model data source by setting a new connectionUrl, user, password and
userAuthentication.
|
long |
InformationModelService.updateDataSourceCatalogFromId(Guid itemId,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String fromCatalog,
java.lang.String toCatalog)
Updates the provided information model data source by setting a new connectionUrl, a user, a password and
userAuthentication.
|
long |
InformationModelService.updateDataSourceFromId(Guid itemId,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String fromCatalog,
java.lang.String toCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
Updates the provided information model data source by setting a new connectionUrl, a user, a password and
userAuthentication.
|
long |
InformationModelService.updateDataSourceSchema(java.lang.String path,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String forTheCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
Updates the provided information model data source by setting a new connectionUrl, user, password and
userAuthentication.
|
long |
InformationModelService.updateDataSourceSchemaFromId(Guid itemId,
java.lang.String connectionUrl,
java.lang.String user,
java.lang.String password,
java.lang.String userAuthentication,
java.lang.String forTheCatalog,
java.lang.String fromSchema,
java.lang.String toSchema)
Updates the provided information model data source by setting a new connectionUrl, a user, a password and
userAuthentication.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.