Uses of Class
org.wso2.carbon.registry.core.jdbc.handlers.CustomEditManager

Packages that use CustomEditManager
org.wso2.carbon.registry.core.config   
 

Uses of CustomEditManager in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return CustomEditManager
 CustomEditManager RegistryContext.getCustomEditManager()
          Return a custom edit manager, which is used by custom UI implementations.
 

Methods in org.wso2.carbon.registry.core.config with parameters of type CustomEditManager
 void RegistryContext.setCustomEditManager(CustomEditManager customEditManager)
          Set a custom edit manager.
 

Constructors in org.wso2.carbon.registry.core.config with parameters of type CustomEditManager
RegistryConfigurationProcessor.HandlerDefinitionObject(CustomEditManager customEditManager, org.apache.axiom.om.OMElement handlerConfigElement)
          Constructor accepting a handler configuration and the custom edit manager to use.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.