Class ConfigCorrelationImpl
- java.lang.Object
-
- org.wso2.carbon.apimgt.devops.impl.correlation.ConfigCorrelationImpl
-
public class ConfigCorrelationImpl extends Object
DevOps API Correlation Config Implementation.
-
-
Constructor Summary
Constructors Constructor Description ConfigCorrelationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.wso2.carbon.apimgt.impl.dto.CorrelationConfigDTO>getCorrelationConfigs()booleanupdateCorrelationConfigs(List<org.wso2.carbon.apimgt.impl.dto.CorrelationConfigDTO> correlationConfigDTOList)
-
-
-
Method Detail
-
updateCorrelationConfigs
public boolean updateCorrelationConfigs(List<org.wso2.carbon.apimgt.impl.dto.CorrelationConfigDTO> correlationConfigDTOList) throws org.wso2.carbon.apimgt.api.APIManagementException
- Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-
getCorrelationConfigs
public List<org.wso2.carbon.apimgt.impl.dto.CorrelationConfigDTO> getCorrelationConfigs() throws org.wso2.carbon.apimgt.api.APIManagementException
- Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-
-