public interface DataServiceAdmin
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllRoles(String authProviderConfig94)
Auto generated method signature
|
String[] |
getAvailableDS()
Auto generated method signature
|
String[] |
getCarbonDataSourceNames()
Auto generated method signature
|
String[] |
getCarbonDataSourceNamesForTypes(String[] types46)
Auto generated method signature
|
String |
getCarbonDataSourceType(String dsName98)
Auto generated method signature
|
String |
getDataServiceContentAsString(String serviceId34)
Auto generated method signature
|
String[] |
getdbSchemaList(String datasourceId121)
Auto generated method signature
|
String |
getDSService(String dataSourceId84,
String dbName85,
String[] schemas86,
String[] tableNames87,
boolean singleService88,
String serviceName89,
String serviceNamespace90)
Auto generated method signature
|
String[] |
getDSServiceList(String dataSourceId72,
String dbName73,
String[] schemas74,
String[] tableNames75,
boolean singleService76,
String serviceNamespace77)
Auto generated method signature
|
String[] |
getInputMappingNames(String sql38)
Auto generated method signature
|
String[] |
getOutputColumnNames(String sql117)
Auto generated method signature
|
PaginatedTableInfo |
getPaginatedSchemaInfo(int pageNumber58,
String datasourceId59)
Auto generated method signature
|
PaginatedTableInfo |
getPaginatedTableInfo(int pageNumber110,
String datasourceId111,
String dbName112,
String[] schemas113)
Auto generated method signature
|
String[] |
getTableList(String datasourceId63,
String dbName64,
String[] schemas65)
Auto generated method signature
|
boolean |
isDSNameAvailable(String dataService42)
Auto generated method signature
|
void |
saveDataService(String serviceName54,
String serviceHierarchy55,
String serviceContents56)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllRoles(String authProviderConfig94,
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[] types46,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCarbonDataSourceType(String dsName98,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDataServiceContentAsString(String serviceId34,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetdbSchemaList(String datasourceId121,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDSService(String dataSourceId84,
String dbName85,
String[] schemas86,
String[] tableNames87,
boolean singleService88,
String serviceName89,
String serviceNamespace90,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDSServiceList(String dataSourceId72,
String dbName73,
String[] schemas74,
String[] tableNames75,
boolean singleService76,
String serviceNamespace77,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetInputMappingNames(String sql38,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOutputColumnNames(String sql117,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedSchemaInfo(int pageNumber58,
String datasourceId59,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedTableInfo(int pageNumber110,
String datasourceId111,
String dbName112,
String[] schemas113,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTableList(String datasourceId63,
String dbName64,
String[] schemas65,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisDSNameAvailable(String dataService42,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestGSpreadConnection(String clientId102,
String clientSecret103,
String refreshToken104,
String visibility105,
String documentURL106,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starttestJDBCConnection(String driverClass125,
String jdbcURL126,
String username127,
String password128,
String passwordAlias129,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startvalidateJSONMapping(String jsonMapping50,
DataServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
testGSpreadConnection(String clientId102,
String clientSecret103,
String refreshToken104,
String visibility105,
String documentURL106)
Auto generated method signature
|
String |
testJDBCConnection(String driverClass125,
String jdbcURL126,
String username127,
String password128,
String passwordAlias129)
Auto generated method signature
|
String |
validateJSONMapping(String jsonMapping50)
Auto generated method signature
|
String getDataServiceContentAsString(String serviceId34) throws RemoteException
getDataServiceContentAsString33 - RemoteExceptionvoid startgetDataServiceContentAsString(String serviceId34, DataServiceAdminCallbackHandler callback) throws RemoteException
getDataServiceContentAsString33 - RemoteExceptionString[] getInputMappingNames(String sql38) throws RemoteException, DataServiceAdminExceptionException
getInputMappingNames37 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetInputMappingNames(String sql38, DataServiceAdminCallbackHandler callback) throws RemoteException
getInputMappingNames37 - RemoteExceptionboolean isDSNameAvailable(String dataService42) throws RemoteException
isDSNameAvailable41 - RemoteExceptionvoid startisDSNameAvailable(String dataService42, DataServiceAdminCallbackHandler callback) throws RemoteException
isDSNameAvailable41 - RemoteExceptionString[] getCarbonDataSourceNamesForTypes(String[] types46) throws RemoteException
getCarbonDataSourceNamesForTypes45 - RemoteExceptionvoid startgetCarbonDataSourceNamesForTypes(String[] types46, DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceNamesForTypes45 - RemoteExceptionString validateJSONMapping(String jsonMapping50) throws RemoteException
validateJSONMapping49 - RemoteExceptionvoid startvalidateJSONMapping(String jsonMapping50, DataServiceAdminCallbackHandler callback) throws RemoteException
validateJSONMapping49 - RemoteExceptionvoid saveDataService(String serviceName54, String serviceHierarchy55, String serviceContents56) throws RemoteException
RemoteExceptionPaginatedTableInfo getPaginatedSchemaInfo(int pageNumber58, String datasourceId59) throws RemoteException, DataServiceAdminExceptionException
getPaginatedSchemaInfo57 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetPaginatedSchemaInfo(int pageNumber58,
String datasourceId59,
DataServiceAdminCallbackHandler callback)
throws RemoteException
getPaginatedSchemaInfo57 - RemoteExceptionString[] getTableList(String datasourceId63, String dbName64, String[] schemas65) throws RemoteException
getTableList62 - RemoteExceptionvoid startgetTableList(String datasourceId63, String dbName64, String[] schemas65, DataServiceAdminCallbackHandler callback) throws RemoteException
getTableList62 - RemoteExceptionString[] getAvailableDS() throws RemoteException
getAvailableDS68 - RemoteExceptionvoid startgetAvailableDS(DataServiceAdminCallbackHandler callback) throws RemoteException
getAvailableDS68 - RemoteExceptionString[] getDSServiceList(String dataSourceId72, String dbName73, String[] schemas74, String[] tableNames75, boolean singleService76, String serviceNamespace77) throws RemoteException, DataServiceAdminExceptionException
getDSServiceList71 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetDSServiceList(String dataSourceId72, String dbName73, String[] schemas74, String[] tableNames75, boolean singleService76, String serviceNamespace77, DataServiceAdminCallbackHandler callback) throws RemoteException
getDSServiceList71 - RemoteExceptionString[] getCarbonDataSourceNames() throws RemoteException
getCarbonDataSourceNames80 - RemoteExceptionvoid startgetCarbonDataSourceNames(DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceNames80 - RemoteExceptionString getDSService(String dataSourceId84, String dbName85, String[] schemas86, String[] tableNames87, boolean singleService88, String serviceName89, String serviceNamespace90) throws RemoteException, DataServiceAdminExceptionException
getDSService83 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetDSService(String dataSourceId84, String dbName85, String[] schemas86, String[] tableNames87, boolean singleService88, String serviceName89, String serviceNamespace90, DataServiceAdminCallbackHandler callback) throws RemoteException
getDSService83 - RemoteExceptionString[] getAllRoles(String authProviderConfig94) throws RemoteException
getAllRoles93 - RemoteExceptionvoid startgetAllRoles(String authProviderConfig94, DataServiceAdminCallbackHandler callback) throws RemoteException
getAllRoles93 - RemoteExceptionString getCarbonDataSourceType(String dsName98) throws RemoteException
getCarbonDataSourceType97 - RemoteExceptionvoid startgetCarbonDataSourceType(String dsName98, DataServiceAdminCallbackHandler callback) throws RemoteException
getCarbonDataSourceType97 - RemoteExceptionString testGSpreadConnection(String clientId102, String clientSecret103, String refreshToken104, String visibility105, String documentURL106) throws RemoteException
testGSpreadConnection101 - RemoteExceptionvoid starttestGSpreadConnection(String clientId102, String clientSecret103, String refreshToken104, String visibility105, String documentURL106, DataServiceAdminCallbackHandler callback) throws RemoteException
testGSpreadConnection101 - RemoteExceptionPaginatedTableInfo getPaginatedTableInfo(int pageNumber110, String datasourceId111, String dbName112, String[] schemas113) throws RemoteException, DataServiceAdminExceptionException
getPaginatedTableInfo109 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetPaginatedTableInfo(int pageNumber110,
String datasourceId111,
String dbName112,
String[] schemas113,
DataServiceAdminCallbackHandler callback)
throws RemoteException
getPaginatedTableInfo109 - RemoteExceptionString[] getOutputColumnNames(String sql117) throws RemoteException, DataServiceAdminExceptionException
getOutputColumnNames116 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetOutputColumnNames(String sql117, DataServiceAdminCallbackHandler callback) throws RemoteException
getOutputColumnNames116 - RemoteExceptionString[] getdbSchemaList(String datasourceId121) throws RemoteException, DataServiceAdminExceptionException
getdbSchemaList120 - DataServiceAdminExceptionException - :RemoteExceptionvoid startgetdbSchemaList(String datasourceId121, DataServiceAdminCallbackHandler callback) throws RemoteException
getdbSchemaList120 - RemoteExceptionString testJDBCConnection(String driverClass125, String jdbcURL126, String username127, String password128, String passwordAlias129) throws RemoteException
testJDBCConnection124 - RemoteExceptionvoid starttestJDBCConnection(String driverClass125, String jdbcURL126, String username127, String password128, String passwordAlias129, DataServiceAdminCallbackHandler callback) throws RemoteException
testJDBCConnection124 - RemoteExceptionCopyright © 2017 WSO2. All rights reserved.