Uses of Class
org.exoplatform.services.jcr.ext.registry.RegistryService
-
Packages that use RegistryService Package Description org.exoplatform.services.jcr.ext.backup.impl org.exoplatform.services.jcr.ext.registry This package defines the registry service.org.exoplatform.services.jcr.ext.script.groovy -
-
Uses of RegistryService in org.exoplatform.services.jcr.ext.backup.impl
Constructors in org.exoplatform.services.jcr.ext.backup.impl with parameters of type RegistryService Constructor Description BackupManagerImpl(org.exoplatform.container.ExoContainerContext ctx, org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.jcr.RepositoryService repoService, RegistryService registryService)BackupManagerImpl constructor.BackupManagerImpl(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.jcr.RepositoryService repoService, RegistryService registryService)BackupManagerImpl constructor. -
Uses of RegistryService in org.exoplatform.services.jcr.ext.registry
Constructors in org.exoplatform.services.jcr.ext.registry with parameters of type RegistryService Constructor Description RESTRegistryService(RegistryService regService, SessionProviderService sessionProviderService) -
Uses of RegistryService in org.exoplatform.services.jcr.ext.script.groovy
Fields in org.exoplatform.services.jcr.ext.script.groovy declared as RegistryService Modifier and Type Field Description protected RegistryServiceGroovyScript2RestLoader. registryServiceSeeRegistryService.Constructors in org.exoplatform.services.jcr.ext.script.groovy with parameters of type RegistryService Constructor Description GroovyScript2RestLoader(org.exoplatform.services.rest.impl.ResourceBinder binder, org.exoplatform.services.script.groovy.GroovyScriptInstantiator groovyScriptInstantiator, org.exoplatform.services.jcr.RepositoryService repositoryService, SessionProviderService sessionProviderService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, RegistryService registryService, Handler jcrUrlHandler, org.exoplatform.container.xml.InitParams params)GroovyScript2RestLoader(org.exoplatform.services.rest.impl.ResourceBinder binder, org.exoplatform.services.script.groovy.GroovyScriptInstantiator groovyScriptInstantiator, org.exoplatform.services.jcr.RepositoryService repositoryService, SessionProviderService sessionProviderService, org.exoplatform.container.configuration.ConfigurationManager configurationManager, RegistryService registryService, org.exoplatform.services.rest.ext.groovy.GroovyJaxrsPublisher groovyPublisher, Handler jcrUrlHandler, org.exoplatform.container.xml.InitParams params)
-