public class NuxeoCmisServiceFactoryManager extends DefaultComponent
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry  | 
| Modifier and Type | Field and Description | 
|---|---|
protected NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry | 
registry  | 
lastModified, name| Constructor and Description | 
|---|
NuxeoCmisServiceFactoryManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(ComponentContext context)
Activates the component. 
 | 
protected void | 
addContribution(NuxeoCmisServiceFactoryDescriptor descriptor)  | 
void | 
deactivate(ComponentContext context)
Deactivates the component. 
 | 
NuxeoCmisServiceFactory | 
getNuxeoCmisServiceFactory()
Gets the  
NuxeoCmisServiceFactory based on contributed NuxeoCmisServiceFactoryDescriptors. | 
void | 
registerContribution(Object contrib,
                    String xpoint,
                    ComponentInstance contributor)  | 
protected void | 
removeContribution(NuxeoCmisServiceFactoryDescriptor descriptor)  | 
void | 
unregisterContribution(Object contrib,
                      String xpoint,
                      ComponentInstance contributor)  | 
getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderprotected NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry registry
public NuxeoCmisServiceFactoryManager()
public void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic void deactivate(ComponentContext context)
ComponentThis method is called by the runtime when a component is deactivated.
deactivate in interface Componentdeactivate in class DefaultComponentcontext - the runtime contextpublic void registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentprotected void addContribution(NuxeoCmisServiceFactoryDescriptor descriptor)
protected void removeContribution(NuxeoCmisServiceFactoryDescriptor descriptor)
public NuxeoCmisServiceFactory getNuxeoCmisServiceFactory()
NuxeoCmisServiceFactory based on contributed NuxeoCmisServiceFactoryDescriptors.Copyright © 2019 Nuxeo. All rights reserved.