Uses of Class
org.wso2.carbon.rest.api.APIData

Packages that use APIData
org.wso2.carbon.rest.api   
org.wso2.carbon.rest.api.service   
 

Uses of APIData in org.wso2.carbon.rest.api
 

Methods in org.wso2.carbon.rest.api with parameters of type APIData
 int APIDataSorter.compare(APIData apiData1, APIData apiData2)
           
static org.apache.axiom.om.OMElement RestApiAdminUtils.retrieveAPIOMElement(APIData apiData)
           
 

Uses of APIData in org.wso2.carbon.rest.api.service
 

Methods in org.wso2.carbon.rest.api.service that return APIData
 APIData RestApiAdmin.getApiByName(String apiName)
           
 APIData RestApiAdmin.getApiForTenant(String apiName, String tenantDomain)
          Set the tenant domain when a publisher tries to retrieve API his API in MT mode.
 APIData[] RestApiAdmin.getAPIsForListing(int pageNumber, int itemsPerPage)
           
 

Methods in org.wso2.carbon.rest.api.service with parameters of type APIData
 boolean RestApiAdmin.addApi(APIData apiData)
           
 String RestApiAdmin.getApiSource(APIData apiData)
           
 boolean RestApiAdmin.updateApi(String apiName, APIData apiData)
           
 



Copyright © 2015 WSO2. All rights reserved.