org.nuxeo.ecm.core.search.api.client.querymodel
Class QueryModelService
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.core.search.api.client.querymodel.QueryModelService
- All Implemented Interfaces:
- Adaptable, Component, Extensible
public class QueryModelService
- extends DefaultComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
QueryModelService
public QueryModelService()
getQueryModelDescriptor
public QueryModelDescriptor getQueryModelDescriptor(String descriptorName)
activate
public void activate(ComponentContext context)
- Description copied from interface:
Component
- Activates the component.
This method will be called by the runtime when a component is activated.
- Specified by:
activate in interface Component- Overrides:
activate in class DefaultComponent
- Parameters:
context - the runtime context
deactivate
public void deactivate(ComponentContext context)
- Description copied from interface:
Component
- Deactivates the component.
This method will be called by the runtime when a component is deactivated.
- Specified by:
deactivate in interface Component- Overrides:
deactivate in class DefaultComponent
- Parameters:
context - the runtime context
registerContribution
public void registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
- Overrides:
registerContribution in class DefaultComponent
unregisterContribution
public void unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor)
- Overrides:
unregisterContribution in class DefaultComponent
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.