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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.chemistry.opencmis.commons.server.CmisService
    getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
     
    void
    init(Map<String,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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ServiceFactory

      public ServiceFactory()
  • Method Details

    • 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
    • init

      public void init(Map<String,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