public interface IConfigureServiceUIService extends IManageServicesService
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceConfiguration()
Method to obtain the current service UI configuration.
|
boolean |
saveServiceConfiguration(String update)
Method to save the updated service UI configuration to the registry.
|
addService, canChange, editService, getServicePathString getServiceConfiguration() throws org.wso2.carbon.registry.core.exceptions.RegistryException
getServiceConfiguration in interface IManageServicesServiceorg.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.boolean saveServiceConfiguration(String update) throws org.wso2.carbon.registry.core.exceptions.RegistryException
saveServiceConfiguration in interface IManageServicesServiceupdate - the updated service UI configuration.org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed during the update.Copyright © 2020 WSO2. All Rights Reserved.