Class AlfrescoLocalCmisServiceFactory

java.lang.Object
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
org.alfresco.opencmis.AlfrescoLocalCmisServiceFactory
All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.server.CmisServiceFactory

public class AlfrescoLocalCmisServiceFactory extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
Factory for local OpenCMIS service objects.
Author:
florian.mueller
  • Constructor Details

    • AlfrescoLocalCmisServiceFactory

      public AlfrescoLocalCmisServiceFactory()
  • Method Details

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

      public static void setCmisConnector(CMISConnector connector)
      Sets the CMIS connector.
    • 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

      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