Package | Description |
---|---|
org.wso2.carbon.apimgt.migration.dao |
Modifier and Type | Method and Description |
---|---|
ArrayList<APIInfoDTO> |
APIMgtDAO.getAPIData()
This mehthod is used to get data from AM_API table
|
Modifier and Type | Method and Description |
---|---|
void |
APIMgtDAO.updateAPIType(List<APIInfoDTO> apiInfoDTOList,
int tenantId,
String tenantDomain)
This method is used to update the API_TYPE in AM_API in the DB using API details
|
void |
APIMgtDAO.updateUUIDAndStatus(List<APIInfoDTO> apiInfoDTOS)
This method is used to set the UUID in the DB using Api details
|
Copyright © 2024 WSO2. All rights reserved.