public class JcrCmisRegistry
extends org.xcmis.spi.CmisRegistry
implements org.picocontainer.Startable, org.xcmis.spi.CmisRegistryFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.container.xml.InitParams |
initParams |
protected String |
rootIndexDir |
| Constructor and Description |
|---|
JcrCmisRegistry(org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStorage(org.xcmis.spi.StorageProvider storageProvider) |
String[] |
getAffectedWorkspaceNames() |
org.xcmis.spi.CmisRegistry |
getRegistry() |
org.xcmis.search.SearchService |
getSearchService(String jcrRepositoryName,
String jcrWorkspaceName) |
Map<String,org.xcmis.spi.StorageProvider> |
getStorageProviders() |
protected String |
getValueParameter(String name,
String defaultValue) |
void |
start() |
void |
stop() |
protected String rootIndexDir
protected final org.exoplatform.container.xml.InitParams initParams
public JcrCmisRegistry(org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.container.xml.InitParams initParams)
public void addStorage(org.xcmis.spi.StorageProvider storageProvider)
addStorage in class org.xcmis.spi.CmisRegistryCmisRegistry.addStorage(org.xcmis.spi.StorageProvider)public Map<String,org.xcmis.spi.StorageProvider> getStorageProviders()
public String[] getAffectedWorkspaceNames() throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic org.xcmis.search.SearchService getSearchService(String jcrRepositoryName, String jcrWorkspaceName)
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic org.xcmis.spi.CmisRegistry getRegistry()
getRegistry in interface org.xcmis.spi.CmisRegistryFactoryCopyright © 2003–2020 eXo Platform SAS. All rights reserved.