public interface DataServiceAdmin
Modifier and Type | Method and Description |
---|---|
String[] |
getAllRoles(String authProviderConfig49)
Auto generated method signature
|
String[] |
getAvailableDS()
Auto generated method signature
|
String[] |
getCarbonDataSourceNames()
Auto generated method signature
|
String[] |
getCarbonDataSourceNamesForTypes(String[] types120)
Auto generated method signature
|
String |
getCarbonDataSourceType(String dsName76)
Auto generated method signature
|
String |
getDataServiceContentAsString(String serviceId53)
Auto generated method signature
|
String[] |
getdbSchemaList(String datasourceId57)
Auto generated method signature
|
String |
getDSService(String dataSourceId106,
String dbName107,
String[] schemas108,
String[] tableNames109,
boolean singleService110,
String serviceName111,
String serviceNamespace112)
Auto generated method signature
|
String[] |
getDSServiceList(String dataSourceId93,
String dbName94,
String[] schemas95,
String[] tableNames96,
boolean singleService97,
String serviceNamespace98)
Auto generated method signature
|
String[] |
getInputMappingNames(String sql65)
Auto generated method signature
|
String[] |
getOutputColumnNames(String sql102)
Auto generated method signature
|
PaginatedTableInfo |
getPaginatedSchemaInfo(int pageNumber80,
String datasourceId81)
Auto generated method signature
|
PaginatedTableInfo |
getPaginatedTableInfo(int pageNumber69,
String datasourceId70,
String dbName71,
String[] schemas72)
Auto generated method signature
|
String[] |
getTableList(String datasourceId127,
String dbName128,
String[] schemas129)
Auto generated method signature
|
boolean |
isDSNameAvailable(String dataService34)
Auto generated method signature
|
void |
saveDataService(String serviceName116,
String serviceHierarchy117,
String serviceContents118)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRoles(String authProviderConfig49,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvailableDS(DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCarbonDataSourceNames(DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCarbonDataSourceNamesForTypes(String[] types120,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCarbonDataSourceType(String dsName76,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDataServiceContentAsString(String serviceId53,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetdbSchemaList(String datasourceId57,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDSService(String dataSourceId106,
String dbName107,
String[] schemas108,
String[] tableNames109,
boolean singleService110,
String serviceName111,
String serviceNamespace112,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDSServiceList(String dataSourceId93,
String dbName94,
String[] schemas95,
String[] tableNames96,
boolean singleService97,
String serviceNamespace98,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInputMappingNames(String sql65,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOutputColumnNames(String sql102,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedSchemaInfo(int pageNumber80,
String datasourceId81,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedTableInfo(int pageNumber69,
String datasourceId70,
String dbName71,
String[] schemas72,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTableList(String datasourceId127,
String dbName128,
String[] schemas129,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisDSNameAvailable(String dataService34,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestGSpreadConnection(String clientId41,
String clientSecret42,
String refreshToken43,
String visibility44,
String documentURL45,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestJDBCConnection(String driverClass85,
String jdbcURL86,
String username87,
String password88,
String passwordAlias89,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateJSONMapping(String jsonMapping61,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
testGSpreadConnection(String clientId41,
String clientSecret42,
String refreshToken43,
String visibility44,
String documentURL45)
Auto generated method signature
|
String |
testJDBCConnection(String driverClass85,
String jdbcURL86,
String username87,
String password88,
String passwordAlias89)
Auto generated method signature
|
String |
validateJSONMapping(String jsonMapping61)
Auto generated method signature
|
boolean isDSNameAvailable(String dataService34) throws RemoteException
isDSNameAvailable33
- RemoteException
void startisDSNameAvailable(String dataService34, DataServiceAdminCallbackHandler callback) throws RemoteException
isDSNameAvailable33
- RemoteException
String[] getAvailableDS() throws RemoteException
getAvailableDS37
- RemoteException
void startgetAvailableDS(DataServiceAdminCallbackHandler callback) throws RemoteException
getAvailableDS37
- RemoteException
String testGSpreadConnection(String clientId41, String clientSecret42, String refreshToken43, String visibility44, String documentURL45) throws RemoteException
testGSpreadConnection40
- RemoteException
void starttestGSpreadConnection(String clientId41, String clientSecret42, String refreshToken43, String visibility44, String documentURL45, DataServiceAdminCallbackHandler callback) throws RemoteException
testGSpreadConnection40
- RemoteException
String[] getAllRoles(String authProviderConfig49) throws RemoteException
getAllRoles48
- RemoteException
void startgetAllRoles(String authProviderConfig49, DataServiceAdminCallbackHandler callback) throws RemoteException
getAllRoles48
- RemoteException
String getDataServiceContentAsString(String serviceId53) throws RemoteException
getDataServiceContentAsString52
- RemoteException
void startgetDataServiceContentAsString(String serviceId53, DataServiceAdminCallbackHandler callback) throws RemoteException
getDataServiceContentAsString52
- RemoteException
String[] getdbSchemaList(String datasourceId57) throws RemoteException, DataServiceAdminExceptionException
getdbSchemaList56
- DataServiceAdminExceptionException
- :RemoteException
void startgetdbSchemaList(String datasourceId57, DataServiceAdminCallbackHandler callback) throws RemoteException
getdbSchemaList56
- RemoteException
String validateJSONMapping(String jsonMapping61) throws RemoteException
validateJSONMapping60
- RemoteException
void startvalidateJSONMapping(String jsonMapping61, DataServiceAdminCallbackHandler callback) throws RemoteException
validateJSONMapping60
- RemoteException
String[] getInputMappingNames(String sql65) throws RemoteException, DataServiceAdminExceptionException
getInputMappingNames64
- DataServiceAdminExceptionException
- :RemoteException
void startgetInputMappingNames(String sql65, DataServiceAdminCallbackHandler callback) throws RemoteException
getInputMappingNames64
- RemoteException
PaginatedTableInfo getPaginatedTableInfo(int pageNumber69, String datasourceId70, String dbName71, String[] schemas72) throws RemoteException, DataServiceAdminExceptionException
getPaginatedTableInfo68
- DataServiceAdminExceptionException
- :RemoteException
void startgetPaginatedTableInfo(int pageNumber69, String datasourceId70, String dbName71, String[] schemas72, DataServiceAdminCallbackHandler callback) throws RemoteException
getPaginatedTableInfo68
- RemoteException
String getCarbonDataSourceType(String dsName76) throws RemoteException
getCarbonDataSourceType75
- RemoteException
void startgetCarbonDataSourceType(String dsName76, DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceType75
- RemoteException
PaginatedTableInfo getPaginatedSchemaInfo(int pageNumber80, String datasourceId81) throws RemoteException, DataServiceAdminExceptionException
getPaginatedSchemaInfo79
- DataServiceAdminExceptionException
- :RemoteException
void startgetPaginatedSchemaInfo(int pageNumber80, String datasourceId81, DataServiceAdminCallbackHandler callback) throws RemoteException
getPaginatedSchemaInfo79
- RemoteException
String testJDBCConnection(String driverClass85, String jdbcURL86, String username87, String password88, String passwordAlias89) throws RemoteException
testJDBCConnection84
- RemoteException
void starttestJDBCConnection(String driverClass85, String jdbcURL86, String username87, String password88, String passwordAlias89, DataServiceAdminCallbackHandler callback) throws RemoteException
testJDBCConnection84
- RemoteException
String[] getDSServiceList(String dataSourceId93, String dbName94, String[] schemas95, String[] tableNames96, boolean singleService97, String serviceNamespace98) throws RemoteException, DataServiceAdminExceptionException
getDSServiceList92
- DataServiceAdminExceptionException
- :RemoteException
void startgetDSServiceList(String dataSourceId93, String dbName94, String[] schemas95, String[] tableNames96, boolean singleService97, String serviceNamespace98, DataServiceAdminCallbackHandler callback) throws RemoteException
getDSServiceList92
- RemoteException
String[] getOutputColumnNames(String sql102) throws RemoteException, DataServiceAdminExceptionException
getOutputColumnNames101
- DataServiceAdminExceptionException
- :RemoteException
void startgetOutputColumnNames(String sql102, DataServiceAdminCallbackHandler callback) throws RemoteException
getOutputColumnNames101
- RemoteException
String getDSService(String dataSourceId106, String dbName107, String[] schemas108, String[] tableNames109, boolean singleService110, String serviceName111, String serviceNamespace112) throws RemoteException, DataServiceAdminExceptionException
getDSService105
- DataServiceAdminExceptionException
- :RemoteException
void startgetDSService(String dataSourceId106, String dbName107, String[] schemas108, String[] tableNames109, boolean singleService110, String serviceName111, String serviceNamespace112, DataServiceAdminCallbackHandler callback) throws RemoteException
getDSService105
- RemoteException
void saveDataService(String serviceName116, String serviceHierarchy117, String serviceContents118) throws RemoteException
RemoteException
String[] getCarbonDataSourceNamesForTypes(String[] types120) throws RemoteException
getCarbonDataSourceNamesForTypes119
- RemoteException
void startgetCarbonDataSourceNamesForTypes(String[] types120, DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceNamesForTypes119
- RemoteException
String[] getCarbonDataSourceNames() throws RemoteException
getCarbonDataSourceNames123
- RemoteException
void startgetCarbonDataSourceNames(DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceNames123
- RemoteException
String[] getTableList(String datasourceId127, String dbName128, String[] schemas129) throws RemoteException
getTableList126
- RemoteException
void startgetTableList(String datasourceId127, String dbName128, String[] schemas129, DataServiceAdminCallbackHandler callback) throws RemoteException
getTableList126
- RemoteException
Copyright © 2019 WSO2. All rights reserved.