Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.indexingwrapper
Class IndexingWrapperManagerComponent

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.core.search.api.indexingwrapper.IndexingWrapperManagerComponent
All Implemented Interfaces:
IndexingWrapperManagerService, Adaptable, Component, Extensible

public class IndexingWrapperManagerComponent
extends DefaultComponent
implements IndexingWrapperManagerService


Field Summary
static java.lang.String INDEXINGWRAPPER_FACTORY_EP
           
 
Constructor Summary
IndexingWrapperManagerComponent()
           
 
Method Summary
 DocumentModel getIndexingWrapper(DocumentModel doc)
           
 void registerContribution(java.lang.Object contribution, java.lang.String extensionPoint, ComponentInstance contributor)
           
 void unregisterContribution(java.lang.Object contribution, java.lang.String extensionPoint, ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerExtension, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEXINGWRAPPER_FACTORY_EP

public static final java.lang.String INDEXINGWRAPPER_FACTORY_EP
See Also:
Constant Field Values
Constructor Detail

IndexingWrapperManagerComponent

public IndexingWrapperManagerComponent()
Method Detail

registerContribution

public void registerContribution(java.lang.Object contribution,
                                 java.lang.String extensionPoint,
                                 ComponentInstance contributor)
                          throws java.lang.Exception
Overrides:
registerContribution in class DefaultComponent
Throws:
java.lang.Exception

unregisterContribution

public void unregisterContribution(java.lang.Object contribution,
                                   java.lang.String extensionPoint,
                                   ComponentInstance contributor)
                            throws java.lang.Exception
Overrides:
unregisterContribution in class DefaultComponent
Throws:
java.lang.Exception

getIndexingWrapper

public DocumentModel getIndexingWrapper(DocumentModel doc)
Specified by:
getIndexingWrapper in interface IndexingWrapperManagerService

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.