public class NuxeoCmisServiceFactoryManager extends DefaultComponent
Constructor and Description |
---|
NuxeoCmisServiceFactoryManager() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
NuxeoCmisServiceFactory |
getNuxeoCmisServiceFactory()
Gets the
NuxeoCmisServiceFactory based on contributed NuxeoCmisServiceFactoryDescriptor s. |
void |
registerContribution(Object contrib,
String xpoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contrib,
String xpoint,
ComponentInstance contributor) |
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerContribution(Object contrib, String xpoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contrib, String xpoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
public NuxeoCmisServiceFactory getNuxeoCmisServiceFactory()
NuxeoCmisServiceFactory
based on contributed NuxeoCmisServiceFactoryDescriptor
s.Copyright © 2015 Nuxeo SA. All rights reserved.