public interface RestApiAdmin
| Modifier and Type | Method and Description |
|---|---|
boolean |
addApi(APIData apiData60)
Auto generated method signature
|
boolean |
addApiForTenant(String apiData44,
String tenantDomain45)
Auto generated method signature
|
boolean |
addApiFromString(String apiData81)
Auto generated method signature
|
void |
deleteAllApi()
Auto generated method signature for Asynchronous Invocations
|
boolean |
deleteApi(String apiName55)
Auto generated method signature
|
boolean |
deleteApiForTenant(String apiName126,
String tenantDomain127)
Auto generated method signature
|
void |
deleteSelectedApi(String[] apiNames68)
Auto generated method signature for Asynchronous Invocations
|
String |
disableStatistics(String apiName73)
Auto generated method signature
|
String |
disableTracing(String apiName40)
Auto generated method signature
|
String |
enableStatistics(String apiName107)
Auto generated method signature
|
String |
enableTracing(String apiName122)
Auto generated method signature
|
APIData |
getApiByName(String apiName77)
Auto generated method signature
|
int |
getAPICount()
Auto generated method signature
|
APIData |
getApiForTenant(String apiName111,
String tenantDomain112)
Auto generated method signature
|
String[] |
getApiNames()
Auto generated method signature
|
APIData[] |
getAPIsForListing(int pageNumber85,
int itemsPerPage86)
Auto generated method signature
|
String |
getApiSource(APIData apiData64)
Auto generated method signature
|
String |
getResourceSource(ResourceData resourceData103)
Auto generated method signature
|
String[] |
getSequences()
Auto generated method signature
|
String |
getServerContext()
Auto generated method signature
|
void |
startaddApi(APIData apiData60,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiForTenant(String apiData44,
String tenantDomain45,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiFromString(String apiData81,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteApi(String apiName55,
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 apiName73,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String apiName40,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String apiName107,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String apiName122,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiByName(String apiName77,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPICount(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiForTenant(String apiName111,
String tenantDomain112,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiNames(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPIsForListing(int pageNumber85,
int itemsPerPage86,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiSource(APIData apiData64,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceSource(ResourceData resourceData103,
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 apiName93,
APIData apiData94,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiForTenant(String apiName49,
String apiData50,
String tenantDomain51,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiFromString(String apiName98,
String apiData99,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateApi(String apiName93,
APIData apiData94)
Auto generated method signature
|
boolean |
updateApiForTenant(String apiName49,
String apiData50,
String tenantDomain51)
Auto generated method signature
|
boolean |
updateApiFromString(String apiName98,
String apiData99)
Auto generated method signature
|
String disableTracing(String apiName40) throws RemoteException, RestApiAdminAPIException
disableTracing39 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableTracing(String apiName40, RestApiAdminCallbackHandler callback) throws RemoteException
disableTracing39 - RemoteExceptionboolean addApiForTenant(String apiData44, String tenantDomain45) throws RemoteException, RestApiAdminAPIException
addApiForTenant43 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiForTenant(String apiData44, String tenantDomain45, RestApiAdminCallbackHandler callback) throws RemoteException
addApiForTenant43 - RemoteExceptionboolean updateApiForTenant(String apiName49, String apiData50, String tenantDomain51) throws RemoteException, RestApiAdminAPIException
updateApiForTenant48 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiForTenant(String apiName49, String apiData50, String tenantDomain51, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiForTenant48 - RemoteExceptionboolean deleteApi(String apiName55) throws RemoteException, RestApiAdminAPIException
deleteApi54 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApi(String apiName55, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApi54 - RemoteExceptionvoid deleteAllApi()
throws RemoteException,
RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionboolean addApi(APIData apiData60) throws RemoteException, RestApiAdminAPIException
addApi59 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApi(APIData apiData60, RestApiAdminCallbackHandler callback) throws RemoteException
addApi59 - RemoteExceptionString getApiSource(APIData apiData64) throws RemoteException
getApiSource63 - RemoteExceptionvoid startgetApiSource(APIData apiData64, RestApiAdminCallbackHandler callback) throws RemoteException
getApiSource63 - RemoteExceptionvoid deleteSelectedApi(String[] apiNames68) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionString getServerContext() throws RemoteException, RestApiAdminAPIException
getServerContext69 - RestApiAdminAPIException - :RemoteExceptionvoid startgetServerContext(RestApiAdminCallbackHandler callback) throws RemoteException
getServerContext69 - RemoteExceptionString disableStatistics(String apiName73) throws RemoteException, RestApiAdminAPIException
disableStatistics72 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableStatistics(String apiName73, RestApiAdminCallbackHandler callback) throws RemoteException
disableStatistics72 - RemoteExceptionAPIData getApiByName(String apiName77) throws RemoteException
getApiByName76 - RemoteExceptionvoid startgetApiByName(String apiName77, RestApiAdminCallbackHandler callback) throws RemoteException
getApiByName76 - RemoteExceptionboolean addApiFromString(String apiData81) throws RemoteException, RestApiAdminAPIException
addApiFromString80 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiFromString(String apiData81, RestApiAdminCallbackHandler callback) throws RemoteException
addApiFromString80 - RemoteExceptionAPIData[] getAPIsForListing(int pageNumber85, int itemsPerPage86) throws RemoteException
getAPIsForListing84 - RemoteExceptionvoid startgetAPIsForListing(int pageNumber85,
int itemsPerPage86,
RestApiAdminCallbackHandler callback)
throws RemoteException
getAPIsForListing84 - RemoteExceptionint getAPICount()
throws RemoteException
getAPICount89 - RemoteExceptionvoid startgetAPICount(RestApiAdminCallbackHandler callback) throws RemoteException
getAPICount89 - RemoteExceptionboolean updateApi(String apiName93, APIData apiData94) throws RemoteException, RestApiAdminAPIException
updateApi92 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApi(String apiName93, APIData apiData94, RestApiAdminCallbackHandler callback) throws RemoteException
updateApi92 - RemoteExceptionboolean updateApiFromString(String apiName98, String apiData99) throws RemoteException, RestApiAdminAPIException
updateApiFromString97 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiFromString(String apiName98, String apiData99, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiFromString97 - RemoteExceptionString getResourceSource(ResourceData resourceData103) throws RemoteException
getResourceSource102 - RemoteExceptionvoid startgetResourceSource(ResourceData resourceData103, RestApiAdminCallbackHandler callback) throws RemoteException
getResourceSource102 - RemoteExceptionString enableStatistics(String apiName107) throws RemoteException, RestApiAdminAPIException
enableStatistics106 - RestApiAdminAPIException - :RemoteExceptionvoid startenableStatistics(String apiName107, RestApiAdminCallbackHandler callback) throws RemoteException
enableStatistics106 - RemoteExceptionAPIData getApiForTenant(String apiName111, String tenantDomain112) throws RemoteException, RestApiAdminAPIException
getApiForTenant110 - RestApiAdminAPIException - :RemoteExceptionvoid startgetApiForTenant(String apiName111, String tenantDomain112, RestApiAdminCallbackHandler callback) throws RemoteException
getApiForTenant110 - RemoteExceptionString[] getApiNames() throws RemoteException
getApiNames115 - RemoteExceptionvoid startgetApiNames(RestApiAdminCallbackHandler callback) throws RemoteException
getApiNames115 - RemoteExceptionString[] getSequences() throws RemoteException
getSequences118 - RemoteExceptionvoid startgetSequences(RestApiAdminCallbackHandler callback) throws RemoteException
getSequences118 - RemoteExceptionString enableTracing(String apiName122) throws RemoteException, RestApiAdminAPIException
enableTracing121 - RestApiAdminAPIException - :RemoteExceptionvoid startenableTracing(String apiName122, RestApiAdminCallbackHandler callback) throws RemoteException
enableTracing121 - RemoteExceptionboolean deleteApiForTenant(String apiName126, String tenantDomain127) throws RemoteException, RestApiAdminAPIException
deleteApiForTenant125 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApiForTenant(String apiName126, String tenantDomain127, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApiForTenant125 - RemoteExceptionCopyright © 2017 WSO2. All rights reserved.