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