Package org.alfresco.opencmis
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.AbstractServiceFactoryFactory for local OpenCMIS service objects.- Author:
- florian.mueller
-
-
Constructor Summary
Constructors Constructor Description AlfrescoLocalCmisServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()org.apache.chemistry.opencmis.commons.server.CmisServicegetService(org.apache.chemistry.opencmis.commons.server.CallContext context)voidinit(java.util.Map<java.lang.String,java.lang.String> parameters)static voidsetCmisConnector(CMISConnector connector)Sets the CMIS connector.
-
-
-
Method Detail
-
init
public void init(java.util.Map<java.lang.String,java.lang.String> parameters)
- Specified by:
initin interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory- Overrides:
initin classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
-
setCmisConnector
public static void setCmisConnector(CMISConnector connector)
Sets the CMIS connector.
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory- Overrides:
destroyin classorg.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:
getServicein interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory- Specified by:
getServicein classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
-
-