public class DocumentAdapterService extends DefaultComponent
Modifier and Type | Field and Description |
---|---|
static ComponentName |
NAME |
Constructor and Description |
---|
DocumentAdapterService() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
DocumentAdapterDescriptor |
getAdapterDescriptor(Class<?> itf) |
PropertyFactory |
getPropertyFactory(String type) |
PropertyFactory |
getPropertyFactory(String schema,
String type) |
void |
registerAdapterFactory(DocumentAdapterDescriptor dae) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
static void |
registerPropertyFactory(PropertyFactoryDescriptor descriptor) |
void |
unregisterAdapterFactory(Class<?> itf) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
static void |
unregisterPropertyFactory(PropertyFactoryDescriptor descriptor) |
applicationStarted, getAdapter, registerExtension, unregisterExtension
public static final ComponentName NAME
public DocumentAdapterDescriptor getAdapterDescriptor(Class<?> itf)
public void registerAdapterFactory(DocumentAdapterDescriptor dae)
public void unregisterAdapterFactory(Class<?> itf)
public static void registerPropertyFactory(PropertyFactoryDescriptor descriptor)
public static void unregisterPropertyFactory(PropertyFactoryDescriptor descriptor)
public PropertyFactory getPropertyFactory(String schema, String type)
public PropertyFactory getPropertyFactory(String type)
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 contribution, String extensionPoint, ComponentInstance contributor)
registerContribution
in class DefaultComponent
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution
in class DefaultComponent
Copyright © 2011 Nuxeo SA. All Rights Reserved.