Package com.logicaldoc.cmis
Class ServiceFactory
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
com.logicaldoc.cmis.ServiceFactory
- All Implemented Interfaces:
- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
public class ServiceFactory
extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
CMIS Service factory
- Since:
- 6.5.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryencryptTempFiles, getMaxContentSize, getMemoryThreshold, getTempDirectory, getTempFileOutputStream
- 
Field Details- 
KEY_REPO_ID- See Also:
 
 
- 
- 
Constructor Details- 
ServiceFactorypublic ServiceFactory()
 
- 
- 
Method Details- 
getServicepublic org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context) - Specified by:
- getServicein interface- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Specified by:
- getServicein class- org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
 
- 
init- Specified by:
- initin interface- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
- initin class- org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
 
- 
destroypublic void destroy()- Specified by:
- destroyin interface- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
- destroyin class- org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
 
 
-