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, getServicePath
String getServiceConfiguration() throws org.wso2.carbon.registry.core.exceptions.RegistryException
getServiceConfiguration
in interface IManageServicesService
org.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 IManageServicesService
update
- the updated service UI configuration.org.wso2.carbon.registry.core.exceptions.RegistryException
- if the operation failed during the update.Copyright © 2022 WSO2. All Rights Reserved.