org.alfresco.opencmis
Class AlfrescoCmisServiceFactory
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
org.alfresco.opencmis.AlfrescoCmisServiceFactory
- All Implemented Interfaces:
- org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
public class AlfrescoCmisServiceFactory
- extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
Factory for OpenCMIS service objects.
Method Summary |
void |
destroy()
|
org.apache.chemistry.opencmis.commons.server.CmisService |
getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
|
void |
init(java.util.Map parameters)
|
void |
setCmisConnector(CMISConnector connector)
Sets the CMIS connector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlfrescoCmisServiceFactory
public AlfrescoCmisServiceFactory()
init
public void init(java.util.Map 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 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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.