public interface RestApiAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addApi(APIData apiData117)
Auto generated method signature
|
boolean |
addApiForTenant(String apiData121,
String tenantDomain122)
Auto generated method signature
|
boolean |
addApiFromString(String apiData113)
Auto generated method signature
|
void |
deleteAllApi()
Auto generated method signature for Asynchronous Invocations
|
boolean |
deleteApi(String apiName52)
Auto generated method signature
|
boolean |
deleteApiForTenant(String apiName126,
String tenantDomain127)
Auto generated method signature
|
void |
deleteSelectedApi(String[] apiNames99)
Auto generated method signature for Asynchronous Invocations
|
String |
disableStatistics(String apiName81)
Auto generated method signature
|
String |
disableTracing(String apiName67)
Auto generated method signature
|
String |
enableStatistics(String apiName85)
Auto generated method signature
|
String |
enableTracing(String apiName89)
Auto generated method signature
|
APIData |
getApiByName(String apiName59)
Auto generated method signature
|
int |
getAPICount()
Auto generated method signature
|
APIData |
getApiForTenant(String apiName76,
String tenantDomain77)
Auto generated method signature
|
String[] |
getApiNames()
Auto generated method signature
|
APIData[] |
getAPIsForListing(int pageNumber71,
int itemsPerPage72)
Auto generated method signature
|
String |
getApiSource(APIData apiData63)
Auto generated method signature
|
String |
getResourceSource(ResourceData resourceData48)
Auto generated method signature
|
String[] |
getSequences()
Auto generated method signature
|
String |
getServerContext()
Auto generated method signature
|
void |
startaddApi(APIData apiData117,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiForTenant(String apiData121,
String tenantDomain122,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiFromString(String apiData113,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteApi(String apiName52,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteApiForTenant(String apiName126,
String tenantDomain127,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableStatistics(String apiName81,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String apiName67,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String apiName85,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String apiName89,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiByName(String apiName59,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPICount(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiForTenant(String apiName76,
String tenantDomain77,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiNames(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPIsForListing(int pageNumber71,
int itemsPerPage72,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiSource(APIData apiData63,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceSource(ResourceData resourceData48,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSequences(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServerContext(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApi(String apiName94,
APIData apiData95,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiForTenant(String apiName104,
String apiData105,
String tenantDomain106,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiFromString(String apiName43,
String apiData44,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateApi(String apiName94,
APIData apiData95)
Auto generated method signature
|
boolean |
updateApiForTenant(String apiName104,
String apiData105,
String tenantDomain106)
Auto generated method signature
|
boolean |
updateApiFromString(String apiName43,
String apiData44)
Auto generated method signature
|
String[] getSequences() throws RemoteException
getSequences39
- RemoteException
void startgetSequences(RestApiAdminCallbackHandler callback) throws RemoteException
getSequences39
- RemoteException
boolean updateApiFromString(String apiName43, String apiData44) throws RemoteException, RestApiAdminAPIException
updateApiFromString42
- RestApiAdminAPIException
- :RemoteException
void startupdateApiFromString(String apiName43, String apiData44, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiFromString42
- RemoteException
String getResourceSource(ResourceData resourceData48) throws RemoteException
getResourceSource47
- RemoteException
void startgetResourceSource(ResourceData resourceData48, RestApiAdminCallbackHandler callback) throws RemoteException
getResourceSource47
- RemoteException
boolean deleteApi(String apiName52) throws RemoteException, RestApiAdminAPIException
deleteApi51
- RestApiAdminAPIException
- :RemoteException
void startdeleteApi(String apiName52, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApi51
- RemoteException
int getAPICount() throws RemoteException
getAPICount55
- RemoteException
void startgetAPICount(RestApiAdminCallbackHandler callback) throws RemoteException
getAPICount55
- RemoteException
APIData getApiByName(String apiName59) throws RemoteException
getApiByName58
- RemoteException
void startgetApiByName(String apiName59, RestApiAdminCallbackHandler callback) throws RemoteException
getApiByName58
- RemoteException
String getApiSource(APIData apiData63) throws RemoteException
getApiSource62
- RemoteException
void startgetApiSource(APIData apiData63, RestApiAdminCallbackHandler callback) throws RemoteException
getApiSource62
- RemoteException
String disableTracing(String apiName67) throws RemoteException, RestApiAdminAPIException
disableTracing66
- RestApiAdminAPIException
- :RemoteException
void startdisableTracing(String apiName67, RestApiAdminCallbackHandler callback) throws RemoteException
disableTracing66
- RemoteException
APIData[] getAPIsForListing(int pageNumber71, int itemsPerPage72) throws RemoteException
getAPIsForListing70
- RemoteException
void startgetAPIsForListing(int pageNumber71, int itemsPerPage72, RestApiAdminCallbackHandler callback) throws RemoteException
getAPIsForListing70
- RemoteException
APIData getApiForTenant(String apiName76, String tenantDomain77) throws RemoteException, RestApiAdminAPIException
getApiForTenant75
- RestApiAdminAPIException
- :RemoteException
void startgetApiForTenant(String apiName76, String tenantDomain77, RestApiAdminCallbackHandler callback) throws RemoteException
getApiForTenant75
- RemoteException
String disableStatistics(String apiName81) throws RemoteException, RestApiAdminAPIException
disableStatistics80
- RestApiAdminAPIException
- :RemoteException
void startdisableStatistics(String apiName81, RestApiAdminCallbackHandler callback) throws RemoteException
disableStatistics80
- RemoteException
String enableStatistics(String apiName85) throws RemoteException, RestApiAdminAPIException
enableStatistics84
- RestApiAdminAPIException
- :RemoteException
void startenableStatistics(String apiName85, RestApiAdminCallbackHandler callback) throws RemoteException
enableStatistics84
- RemoteException
String enableTracing(String apiName89) throws RemoteException, RestApiAdminAPIException
enableTracing88
- RestApiAdminAPIException
- :RemoteException
void startenableTracing(String apiName89, RestApiAdminCallbackHandler callback) throws RemoteException
enableTracing88
- RemoteException
void deleteAllApi() throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException
- :RemoteException
boolean updateApi(String apiName94, APIData apiData95) throws RemoteException, RestApiAdminAPIException
updateApi93
- RestApiAdminAPIException
- :RemoteException
void startupdateApi(String apiName94, APIData apiData95, RestApiAdminCallbackHandler callback) throws RemoteException
updateApi93
- RemoteException
void deleteSelectedApi(String[] apiNames99) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException
- :RemoteException
String getServerContext() throws RemoteException, RestApiAdminAPIException
getServerContext100
- RestApiAdminAPIException
- :RemoteException
void startgetServerContext(RestApiAdminCallbackHandler callback) throws RemoteException
getServerContext100
- RemoteException
boolean updateApiForTenant(String apiName104, String apiData105, String tenantDomain106) throws RemoteException, RestApiAdminAPIException
updateApiForTenant103
- RestApiAdminAPIException
- :RemoteException
void startupdateApiForTenant(String apiName104, String apiData105, String tenantDomain106, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiForTenant103
- RemoteException
String[] getApiNames() throws RemoteException
getApiNames109
- RemoteException
void startgetApiNames(RestApiAdminCallbackHandler callback) throws RemoteException
getApiNames109
- RemoteException
boolean addApiFromString(String apiData113) throws RemoteException, RestApiAdminAPIException
addApiFromString112
- RestApiAdminAPIException
- :RemoteException
void startaddApiFromString(String apiData113, RestApiAdminCallbackHandler callback) throws RemoteException
addApiFromString112
- RemoteException
boolean addApi(APIData apiData117) throws RemoteException, RestApiAdminAPIException
addApi116
- RestApiAdminAPIException
- :RemoteException
void startaddApi(APIData apiData117, RestApiAdminCallbackHandler callback) throws RemoteException
addApi116
- RemoteException
boolean addApiForTenant(String apiData121, String tenantDomain122) throws RemoteException, RestApiAdminAPIException
addApiForTenant120
- RestApiAdminAPIException
- :RemoteException
void startaddApiForTenant(String apiData121, String tenantDomain122, RestApiAdminCallbackHandler callback) throws RemoteException
addApiForTenant120
- RemoteException
boolean deleteApiForTenant(String apiName126, String tenantDomain127) throws RemoteException, RestApiAdminAPIException
deleteApiForTenant125
- RestApiAdminAPIException
- :RemoteException
void startdeleteApiForTenant(String apiName126, String tenantDomain127, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApiForTenant125
- RemoteException
Copyright © 2019 WSO2. All rights reserved.