Package org.opencms.cmis
Class CmsCmisServiceFactory
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
org.opencms.cmis.CmsCmisServiceFactory
- All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
public class CmsCmisServiceFactory
extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
The factory class for creating the OpenCms CMIS service instances.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.apache.commons.logging.Log
The logger for this class. -
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
encryptTempFiles, getMaxContentSize, getMemoryThreshold, getTempDirectory, getTempFileOutputStream
-
Field Details
-
LOG
The logger for this class.
-
-
Constructor Details
-
CmsCmisServiceFactory
public CmsCmisServiceFactory()
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
destroy
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
- See Also:
-
AbstractServiceFactory.destroy()
-
getService
public org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context) - Specified by:
getService
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Specified by:
getService
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
- See Also:
-
AbstractServiceFactory.getService(org.apache.chemistry.opencmis.commons.server.CallContext)
-
init
- Specified by:
init
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
init
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
- See Also:
-
AbstractServiceFactory.init(java.util.Map)
-