Class RegistryHostObjectContext
- java.lang.Object
-
- org.wso2.carbon.mashup.javascript.hostobjects.registry.RegistryHostObjectContext
-
public class RegistryHostObjectContext extends Object
-
-
Constructor Summary
Constructors Constructor Description RegistryHostObjectContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wso2.carbon.registry.core.RegistrygetUserRegistry(String mashupAuthor, int tenantId)static voidsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
setRegistryService
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
getUserRegistry
public static org.wso2.carbon.registry.core.Registry getUserRegistry(String mashupAuthor, int tenantId) throws org.wso2.carbon.CarbonException
- Throws:
org.wso2.carbon.CarbonException
-
-