Class NuxeoCmisServiceFactoryManager
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisServiceFactoryManager
- All Implemented Interfaces:
Adaptable
,Component
,Extensible
,TimestampedService
Service holding the definition
-
Field Summary
Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theNuxeoCmisServiceFactory
based on contributedNuxeoCmisServiceFactoryDescriptor
s.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerContribution, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContribution, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Constructor Details
-
NuxeoCmisServiceFactoryManager
public NuxeoCmisServiceFactoryManager()
-
-
Method Details
-
getNuxeoCmisServiceFactory
Gets theNuxeoCmisServiceFactory
based on contributedNuxeoCmisServiceFactoryDescriptor
s.
-