it.sistematica.isharedoc.opencmis.indatabase.server
Class InDatabaseServiceFactoryImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
it.sistematica.isharedoc.opencmis.indatabase.server.InDatabaseServiceFactoryImpl
- All Implemented Interfaces:
- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
public class InDatabaseServiceFactoryImpl
- extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
Method Summary |
void |
destroy()
|
org.apache.chemistry.opencmis.commons.server.CmisService |
getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
|
StoreManager |
getStoreManger()
|
void |
init(java.util.Map<java.lang.String,java.lang.String> parameters)
|
static void |
setOverrideCallContext(org.apache.chemistry.opencmis.commons.server.CallContext ctx)
|
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory |
encryptTempFiles, getMaxContentSize, getMemoryThreshold, getTempDirectory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceFactory
public static InDatabaseServiceFactoryImpl serviceFactory
InDatabaseServiceFactoryImpl
public InDatabaseServiceFactoryImpl()
init
public void init(java.util.Map<java.lang.String,java.lang.String> parameters)
- Specified by:
init
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
init
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
destroy
public void destroy()
- Specified by:
destroy
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
destroy
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
getService
@Transactional
public org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
- Specified by:
getService
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Specified by:
getService
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
getStoreManger
public StoreManager getStoreManger()
setOverrideCallContext
public static void setOverrideCallContext(org.apache.chemistry.opencmis.commons.server.CallContext ctx)