public interface RestApiAdmin
| Modifier and Type | Method and Description |
|---|---|
boolean |
addApi(APIData apiData156)
Auto generated method signature
|
boolean |
addApiForTenant(String apiData105,
String tenantDomain106)
Auto generated method signature
|
boolean |
addApiFromString(String apiData101)
Auto generated method signature
|
void |
addSwaggerDocument(String apiName135,
String swaggerJsonString136,
int tenantId137)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteAllApi()
Auto generated method signature for Asynchronous Invocations
|
boolean |
deleteApi(String apiName61)
Auto generated method signature
|
boolean |
deleteApiForTenant(String apiName110,
String tenantDomain111)
Auto generated method signature
|
void |
deleteSelectedApi(String[] apiNames99)
Auto generated method signature for Asynchronous Invocations
|
String |
disableStatistics(String apiName83)
Auto generated method signature
|
String |
disableTracing(String apiName69)
Auto generated method signature
|
String |
enableStatistics(String apiName87)
Auto generated method signature
|
String |
enableTracing(String apiName95)
Auto generated method signature
|
String |
generateAPIFromSwagger(String swaggerJsonString160)
Auto generated method signature
|
String |
generateUpdatedAPIFromSwagger(String swaggerJsonString56,
String existingApiName57)
Auto generated method signature
|
APIData |
getApiByName(String apiName65)
Auto generated method signature
|
int |
getAPICount()
Auto generated method signature
|
APIData |
getApiForTenant(String apiName78,
String tenantDomain79)
Auto generated method signature
|
String[] |
getApiNames()
Auto generated method signature
|
APIData[] |
getAPIsForListing(int pageNumber73,
int itemsPerPage74)
Auto generated method signature
|
String |
getApiSource(APIData apiData130)
Auto generated method signature
|
String |
getResourceSource(ResourceData resourceData123)
Auto generated method signature
|
String[] |
getSequences()
Auto generated method signature
|
String |
getServerContext()
Auto generated method signature
|
String |
getSwaggerDocument(String apiName115,
int tenantId116)
Auto generated method signature
|
void |
startaddApi(APIData apiData156,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiForTenant(String apiData105,
String tenantDomain106,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddApiFromString(String apiData101,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteApi(String apiName61,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteApiForTenant(String apiName110,
String tenantDomain111,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableStatistics(String apiName83,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String apiName69,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String apiName87,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String apiName95,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgenerateAPIFromSwagger(String swaggerJsonString160,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgenerateUpdatedAPIFromSwagger(String swaggerJsonString56,
String existingApiName57,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiByName(String apiName65,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPICount(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiForTenant(String apiName78,
String tenantDomain79,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiNames(RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAPIsForListing(int pageNumber73,
int itemsPerPage74,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApiSource(APIData apiData130,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceSource(ResourceData resourceData123,
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 |
startgetSwaggerDocument(String apiName115,
int tenantId116,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApi(String apiName139,
APIData apiData140,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiForTenant(String apiName147,
String apiData148,
String tenantDomain149,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateApiFromString(String apiName51,
String apiData52,
RestApiAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
updateApi(String apiName139,
APIData apiData140)
Auto generated method signature
|
boolean |
updateApiForTenant(String apiName147,
String apiData148,
String tenantDomain149)
Auto generated method signature
|
boolean |
updateApiFromString(String apiName51,
String apiData52)
Auto generated method signature
|
void |
updateSwaggerDocument(String apiName91,
String swaggerJsonString92,
int tenantId93)
Auto generated method signature for Asynchronous Invocations
|
boolean updateApiFromString(String apiName51, String apiData52) throws RemoteException, RestApiAdminAPIException
updateApiFromString50 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiFromString(String apiName51, String apiData52, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiFromString50 - RemoteExceptionString generateUpdatedAPIFromSwagger(String swaggerJsonString56, String existingApiName57) throws RemoteException, RestApiAdminAPIException
generateUpdatedAPIFromSwagger55 - RestApiAdminAPIException - :RemoteExceptionvoid startgenerateUpdatedAPIFromSwagger(String swaggerJsonString56, String existingApiName57, RestApiAdminCallbackHandler callback) throws RemoteException
generateUpdatedAPIFromSwagger55 - RemoteExceptionboolean deleteApi(String apiName61) throws RemoteException, RestApiAdminAPIException
deleteApi60 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApi(String apiName61, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApi60 - RemoteExceptionAPIData getApiByName(String apiName65) throws RemoteException
getApiByName64 - RemoteExceptionvoid startgetApiByName(String apiName65, RestApiAdminCallbackHandler callback) throws RemoteException
getApiByName64 - RemoteExceptionString disableTracing(String apiName69) throws RemoteException, RestApiAdminAPIException
disableTracing68 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableTracing(String apiName69, RestApiAdminCallbackHandler callback) throws RemoteException
disableTracing68 - RemoteExceptionAPIData[] getAPIsForListing(int pageNumber73, int itemsPerPage74) throws RemoteException
getAPIsForListing72 - RemoteExceptionvoid startgetAPIsForListing(int pageNumber73,
int itemsPerPage74,
RestApiAdminCallbackHandler callback)
throws RemoteException
getAPIsForListing72 - RemoteExceptionAPIData getApiForTenant(String apiName78, String tenantDomain79) throws RemoteException, RestApiAdminAPIException
getApiForTenant77 - RestApiAdminAPIException - :RemoteExceptionvoid startgetApiForTenant(String apiName78, String tenantDomain79, RestApiAdminCallbackHandler callback) throws RemoteException
getApiForTenant77 - RemoteExceptionString disableStatistics(String apiName83) throws RemoteException, RestApiAdminAPIException
disableStatistics82 - RestApiAdminAPIException - :RemoteExceptionvoid startdisableStatistics(String apiName83, RestApiAdminCallbackHandler callback) throws RemoteException
disableStatistics82 - RemoteExceptionString enableStatistics(String apiName87) throws RemoteException, RestApiAdminAPIException
enableStatistics86 - RestApiAdminAPIException - :RemoteExceptionvoid startenableStatistics(String apiName87, RestApiAdminCallbackHandler callback) throws RemoteException
enableStatistics86 - RemoteExceptionvoid updateSwaggerDocument(String apiName91, String swaggerJsonString92, int tenantId93) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionString enableTracing(String apiName95) throws RemoteException, RestApiAdminAPIException
enableTracing94 - RestApiAdminAPIException - :RemoteExceptionvoid startenableTracing(String apiName95, RestApiAdminCallbackHandler callback) throws RemoteException
enableTracing94 - RemoteExceptionvoid deleteSelectedApi(String[] apiNames99) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionboolean addApiFromString(String apiData101) throws RemoteException, RestApiAdminAPIException
addApiFromString100 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiFromString(String apiData101, RestApiAdminCallbackHandler callback) throws RemoteException
addApiFromString100 - RemoteExceptionboolean addApiForTenant(String apiData105, String tenantDomain106) throws RemoteException, RestApiAdminAPIException
addApiForTenant104 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApiForTenant(String apiData105, String tenantDomain106, RestApiAdminCallbackHandler callback) throws RemoteException
addApiForTenant104 - RemoteExceptionboolean deleteApiForTenant(String apiName110, String tenantDomain111) throws RemoteException, RestApiAdminAPIException
deleteApiForTenant109 - RestApiAdminAPIException - :RemoteExceptionvoid startdeleteApiForTenant(String apiName110, String tenantDomain111, RestApiAdminCallbackHandler callback) throws RemoteException
deleteApiForTenant109 - RemoteExceptionString getSwaggerDocument(String apiName115, int tenantId116) throws RemoteException, RestApiAdminAPIException
getSwaggerDocument114 - RestApiAdminAPIException - :RemoteExceptionvoid startgetSwaggerDocument(String apiName115, int tenantId116, RestApiAdminCallbackHandler callback) throws RemoteException
getSwaggerDocument114 - RemoteExceptionString[] getSequences() throws RemoteException
getSequences119 - RemoteExceptionvoid startgetSequences(RestApiAdminCallbackHandler callback) throws RemoteException
getSequences119 - RemoteExceptionString getResourceSource(ResourceData resourceData123) throws RemoteException
getResourceSource122 - RemoteExceptionvoid startgetResourceSource(ResourceData resourceData123, RestApiAdminCallbackHandler callback) throws RemoteException
getResourceSource122 - RemoteExceptionint getAPICount()
throws RemoteException
getAPICount126 - RemoteExceptionvoid startgetAPICount(RestApiAdminCallbackHandler callback) throws RemoteException
getAPICount126 - RemoteExceptionString getApiSource(APIData apiData130) throws RemoteException
getApiSource129 - RemoteExceptionvoid startgetApiSource(APIData apiData130, RestApiAdminCallbackHandler callback) throws RemoteException
getApiSource129 - RemoteExceptionvoid deleteAllApi()
throws RemoteException,
RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionvoid addSwaggerDocument(String apiName135, String swaggerJsonString136, int tenantId137) throws RemoteException, RestApiAdminAPIException
RestApiAdminAPIException - :RemoteExceptionboolean updateApi(String apiName139, APIData apiData140) throws RemoteException, RestApiAdminAPIException
updateApi138 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApi(String apiName139, APIData apiData140, RestApiAdminCallbackHandler callback) throws RemoteException
updateApi138 - RemoteExceptionString getServerContext() throws RemoteException, RestApiAdminAPIException
getServerContext143 - RestApiAdminAPIException - :RemoteExceptionvoid startgetServerContext(RestApiAdminCallbackHandler callback) throws RemoteException
getServerContext143 - RemoteExceptionboolean updateApiForTenant(String apiName147, String apiData148, String tenantDomain149) throws RemoteException, RestApiAdminAPIException
updateApiForTenant146 - RestApiAdminAPIException - :RemoteExceptionvoid startupdateApiForTenant(String apiName147, String apiData148, String tenantDomain149, RestApiAdminCallbackHandler callback) throws RemoteException
updateApiForTenant146 - RemoteExceptionString[] getApiNames() throws RemoteException
getApiNames152 - RemoteExceptionvoid startgetApiNames(RestApiAdminCallbackHandler callback) throws RemoteException
getApiNames152 - RemoteExceptionboolean addApi(APIData apiData156) throws RemoteException, RestApiAdminAPIException
addApi155 - RestApiAdminAPIException - :RemoteExceptionvoid startaddApi(APIData apiData156, RestApiAdminCallbackHandler callback) throws RemoteException
addApi155 - RemoteExceptionString generateAPIFromSwagger(String swaggerJsonString160) throws RemoteException, RestApiAdminAPIException
generateAPIFromSwagger159 - RestApiAdminAPIException - :RemoteExceptionvoid startgenerateAPIFromSwagger(String swaggerJsonString160, RestApiAdminCallbackHandler callback) throws RemoteException
generateAPIFromSwagger159 - RemoteExceptionCopyright © 2019 WSO2. All rights reserved.