Package com.logicaldoc.cmis
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 String
KEY_REPO_ID
-
Constructor Summary
Constructors Constructor Description ServiceFactory()
-
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(Map<String,String> parameters)
-
-
-
Field Detail
-
KEY_REPO_ID
public static final String KEY_REPO_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getService
public org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
- Specified by:
getService
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Specified by:
getService
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
-
init
public void init(Map<String,String> parameters)
- Specified by:
init
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
init
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceorg.apache.chemistry.opencmis.commons.server.CmisServiceFactory
- Overrides:
destroy
in classorg.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
-
-