public class JcrServiceFactory extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
| Modifier and Type | Field and Description |
|---|---|
static BigInteger |
DEFAULT_DEPTH_OBJECTS |
static BigInteger |
DEFAULT_DEPTH_TYPES |
static BigInteger |
DEFAULT_MAX_ITEMS_OBJECTS |
static BigInteger |
DEFAULT_MAX_ITEMS_TYPES |
protected Map<String,Map<String,String>> |
jcrConfig |
static String |
MOUNT_PATH_CONFIG |
protected String |
mountPath |
protected org.apache.chemistry.opencmis.jcr.JcrTypeManager |
typeManager |
| Constructor and Description |
|---|
JcrServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected JcrService |
createJcrService(Map<String,org.apache.chemistry.opencmis.jcr.JcrRepository> jcrRepositories,
org.apache.chemistry.opencmis.commons.server.CallContext context)
Create a
JcrService from a JcrRepositoryJcrRepository> and CallContext. |
protected org.apache.chemistry.opencmis.jcr.type.JcrTypeHandlerManager |
createTypeHandlerManager(org.apache.chemistry.opencmis.jcr.PathManager pathManager,
org.apache.chemistry.opencmis.jcr.JcrTypeManager typeManager) |
void |
destroy() |
org.apache.chemistry.opencmis.commons.server.CmisService |
getService(org.apache.chemistry.opencmis.commons.server.CallContext context) |
protected void |
init() |
void |
init(Map<String,String> parameters) |
public static final String MOUNT_PATH_CONFIG
public static final BigInteger DEFAULT_MAX_ITEMS_TYPES
public static final BigInteger DEFAULT_DEPTH_TYPES
public static final BigInteger DEFAULT_MAX_ITEMS_OBJECTS
public static final BigInteger DEFAULT_DEPTH_OBJECTS
protected org.apache.chemistry.opencmis.jcr.JcrTypeManager typeManager
public JcrServiceFactory()
public void init(Map<String,String> parameters)
init in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactoryinit in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryprotected void init()
public void destroy()
destroy in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactorydestroy in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactorypublic org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
getService in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactorygetService in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryprotected JcrService createJcrService(Map<String,org.apache.chemistry.opencmis.jcr.JcrRepository> jcrRepositories, org.apache.chemistry.opencmis.commons.server.CallContext context)
JcrService from a JcrRepositoryJcrRepository> and CallContext.jcrRepositories - the repositoriescontext - the contextprotected org.apache.chemistry.opencmis.jcr.type.JcrTypeHandlerManager createTypeHandlerManager(org.apache.chemistry.opencmis.jcr.PathManager pathManager, org.apache.chemistry.opencmis.jcr.JcrTypeManager typeManager)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.