@Deprecated public class QueryModelService extends DefaultComponent
| Constructor and Description |
|---|
QueryModelService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Deprecated.
Activates the component.
|
void |
deactivate(ComponentContext context)
Deprecated.
Deactivates the component.
|
QueryModelDescriptor |
getQueryModelDescriptor(String descriptorName)
Deprecated.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
Deprecated.
|
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
Deprecated.
|
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtensionpublic static final String NAME
public QueryModelDescriptor getQueryModelDescriptor(String descriptorName)
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 contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentCopyright © 2012 Nuxeo SA. All Rights Reserved.