Class 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

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log LOG
      The logger for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      org.apache.chemistry.opencmis.commons.server.CmisService getService​(org.apache.chemistry.opencmis.commons.server.CallContext context)  
      void init​(java.util.Map<java.lang.String,​java.lang.String> parameters)  
      • Methods inherited from class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory

        encryptTempFiles, getMaxContentSize, getMemoryThreshold, getTempDirectory, getTempFileOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected static final org.apache.commons.logging.Log LOG
        The logger for this class.
    • Method Detail

      • 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
        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 interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
        Specified by:
        getService in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
        See Also:
        AbstractServiceFactory.getService(org.apache.chemistry.opencmis.commons.server.CallContext)
      • 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
        See Also:
        AbstractServiceFactory.init(java.util.Map)