Uses of Class
org.wso2.carbon.rest.api.APIData
-
Packages that use APIData Package Description 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 that return APIData Modifier and Type Method Description static APIDataRestApiAdminUtils. convertApiToAPIData(org.apache.synapse.api.API api)Methods in org.wso2.carbon.rest.api with parameters of type APIData Modifier and Type Method Description intAPIDataSorter. compare(APIData apiData1, APIData apiData2)static org.apache.axiom.om.OMElementRestApiAdminUtils. retrieveAPIOMElement(APIData apiData) -
Uses of APIData in org.wso2.carbon.rest.api.service
Methods in org.wso2.carbon.rest.api.service that return APIData Modifier and Type Method Description APIDataRestApiAdmin. getApiByName(String apiName)APIDataRestApiAdminService. getApiByName(String apiName)Retrieves API configuration mapped into the name passed in.APIDataRestApiAdmin. getApiForTenant(String apiName, String tenantDomain)Set the tenant domain when a publisher tries to retrieve API his API in MT mode.APIDataRestApiAdminService. getApiForTenant(String apiName, String tenantDomain)Sets 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 Modifier and Type Method Description booleanRestApiAdmin. addApi(APIData apiData)booleanRestApiAdminService. addApi(APIData apiData)Adds an API with the metadata passed in.booleanRestApiAdminService. addApiForTenant(APIData apiData, String tenantDomain)Adds an API with the metadata passed in.StringRestApiAdmin. getApiSource(APIData apiData)booleanRestApiAdmin. updateApi(String apiName, APIData apiData)
-