Uses of Interface
org.sakaiproject.search.api.EntityContentProducer

Packages that use EntityContentProducer
org.sakaiproject.search.api   
 

Uses of EntityContentProducer in org.sakaiproject.search.api
 

Methods in org.sakaiproject.search.api that return EntityContentProducer
 EntityContentProducer SearchIndexBuilder.newEntityContentProducer(org.sakaiproject.event.api.Event event)
          get an entity content producer that can handle the event
 EntityContentProducer SearchIndexBuilder.newEntityContentProducer(String ref)
          get an entity content procuder that can handle the reference
 

Methods in org.sakaiproject.search.api that return types with arguments of type EntityContentProducer
 List<EntityContentProducer> SearchIndexBuilder.getContentProducers()
          get all the producers registerd, as a clone to avoid concurrent modification exceptions
 

Methods in org.sakaiproject.search.api with parameters of type EntityContentProducer
 void SearchIndexBuilder.registerEntityContentProducer(EntityContentProducer ecp)
          EntityProducers that want their content indexed on full text must register an EntityContentProducer with the SearchIndexBuilder
 



Copyright © 2003-2012 Sakai Project. All Rights Reserved.