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 - RemoteExceptionvoid startgetSequences(RestApiAdminCallbackHandler callback) throws RemoteException
getSequences39 - RemoteExceptionboolean updateApiFromString(String apiName43, String apiData44) throws RemoteException, RestApiAdminAPIException
updateApiFromString42 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiFromString(String apiName43, String apiData44, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiFromString42 - RemoteExceptionString getResourceSource(ResourceData resourceData48) throws RemoteException
getResourceSource47 - RemoteExceptionvoid startgetResourceSource(ResourceData resourceData48, RestApiAdminCallbackHandler callback) throws RemoteException
getResourceSource47 - RemoteExceptionboolean deleteApi(String apiName52) throws RemoteException, RestApiAdminAPIException
deleteApi51 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApi(String apiName52, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApi51 - RemoteExceptionint getAPICount()
throws RemoteException
getAPICount55 - RemoteExceptionvoid startgetAPICount(RestApiAdminCallbackHandler callback) throws RemoteException
getAPICount55 - RemoteExceptionAPIData getApiByName(String apiName59) throws RemoteException
getApiByName58 - RemoteExceptionvoid startgetApiByName(String apiName59, RestApiAdminCallbackHandler callback) throws RemoteException
getApiByName58 - RemoteExceptionString getApiSource(APIData apiData63) throws RemoteException
getApiSource62 - RemoteExceptionvoid startgetApiSource(APIData apiData63, RestApiAdminCallbackHandler callback) throws RemoteException
getApiSource62 - RemoteExceptionString disableTracing(String apiName67) throws RemoteException, RestApiAdminAPIException
disableTracing66 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableTracing(String apiName67, RestApiAdminCallbackHandler callback) throws RemoteException
disableTracing66 - RemoteExceptionAPIData[] getAPIsForListing(int pageNumber71, int itemsPerPage72) throws RemoteException
getAPIsForListing70 - RemoteExceptionvoid startgetAPIsForListing(int pageNumber71,
int itemsPerPage72,
RestApiAdminCallbackHandler callback)
throws RemoteException
getAPIsForListing70 - RemoteExceptionAPIData getApiForTenant(String apiName76, String tenantDomain77) throws RemoteException, RestApiAdminAPIException
getApiForTenant75 - RestApiAdminAPIException - :RemoteExceptionvoid startgetApiForTenant(String apiName76, String tenantDomain77, RestApiAdminCallbackHandler callback) throws RemoteException
getApiForTenant75 - RemoteExceptionString disableStatistics(String apiName81) throws RemoteException, RestApiAdminAPIException
disableStatistics80 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableStatistics(String apiName81, RestApiAdminCallbackHandler callback) throws RemoteException
disableStatistics80 - RemoteExceptionString enableStatistics(String apiName85) throws RemoteException, RestApiAdminAPIException
enableStatistics84 - RestApiAdminAPIException - :RemoteExceptionvoid startenableStatistics(String apiName85, RestApiAdminCallbackHandler callback) throws RemoteException
enableStatistics84 - RemoteExceptionString enableTracing(String apiName89) throws RemoteException, RestApiAdminAPIException
enableTracing88 - RestApiAdminAPIException - :RemoteExceptionvoid startenableTracing(String apiName89, RestApiAdminCallbackHandler callback) throws RemoteException
enableTracing88 - RemoteExceptionvoid deleteAllApi()
throws RemoteException,
RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionboolean updateApi(String apiName94, APIData apiData95) throws RemoteException, RestApiAdminAPIException
updateApi93 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApi(String apiName94, APIData apiData95, RestApiAdminCallbackHandler callback) throws RemoteException
updateApi93 - RemoteExceptionvoid deleteSelectedApi(String[] apiNames99) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionString getServerContext() throws RemoteException, RestApiAdminAPIException
getServerContext100 - RestApiAdminAPIException - :RemoteExceptionvoid startgetServerContext(RestApiAdminCallbackHandler callback) throws RemoteException
getServerContext100 - RemoteExceptionboolean updateApiForTenant(String apiName104, String apiData105, String tenantDomain106) throws RemoteException, RestApiAdminAPIException
updateApiForTenant103 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiForTenant(String apiName104, String apiData105, String tenantDomain106, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiForTenant103 - RemoteExceptionString[] getApiNames() throws RemoteException
getApiNames109 - RemoteExceptionvoid startgetApiNames(RestApiAdminCallbackHandler callback) throws RemoteException
getApiNames109 - RemoteExceptionboolean addApiFromString(String apiData113) throws RemoteException, RestApiAdminAPIException
addApiFromString112 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiFromString(String apiData113, RestApiAdminCallbackHandler callback) throws RemoteException
addApiFromString112 - RemoteExceptionboolean addApi(APIData apiData117) throws RemoteException, RestApiAdminAPIException
addApi116 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApi(APIData apiData117, RestApiAdminCallbackHandler callback) throws RemoteException
addApi116 - RemoteExceptionboolean addApiForTenant(String apiData121, String tenantDomain122) throws RemoteException, RestApiAdminAPIException
addApiForTenant120 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiForTenant(String apiData121, String tenantDomain122, RestApiAdminCallbackHandler callback) throws RemoteException
addApiForTenant120 - RemoteExceptionboolean deleteApiForTenant(String apiName126, String tenantDomain127) throws RemoteException, RestApiAdminAPIException
deleteApiForTenant125 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApiForTenant(String apiName126, String tenantDomain127, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApiForTenant125 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.