org.wso2.carbon.registry.admin.api.governance
Interface IConfigureServiceUIService

All Superinterfaces:
IManageServicesService

public interface IConfigureServiceUIService
extends IManageServicesService

This provides functionality to configure the user interface that is available for managing services through the Management Console.


Method Summary
 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.
 
Methods inherited from interface org.wso2.carbon.registry.admin.api.governance.IManageServicesService
addService, canChange, editService, getServicePath
 

Method Detail

getServiceConfiguration

String getServiceConfiguration()
                               throws org.wso2.carbon.registry.core.exceptions.RegistryException
Method to obtain the current service UI configuration.

Returns:
the configuration of the service UI in XML format.
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed.

saveServiceConfiguration

boolean saveServiceConfiguration(String update)
                                 throws org.wso2.carbon.registry.core.exceptions.RegistryException
Method to save the updated service UI configuration to the registry.

Parameters:
update - the updated service UI configuration.
Returns:
whether the operation was successful or not.
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException - if the operation failed during the update.


Copyright © 2011 WSO2 Inc. All Rights Reserved.