Uses of Interface
org.sakaiproject.search.api.EntityContentProducer
-
Packages that use EntityContentProducer Package Description org.sakaiproject.search.api -
-
Uses of EntityContentProducer in org.sakaiproject.search.api
Methods in org.sakaiproject.search.api that return EntityContentProducer Modifier and Type Method Description EntityContentProducerSearchIndexBuilder. newEntityContentProducer(String ref)get an entity content producer that can handle the referenceEntityContentProducerSearchIndexBuilder. newEntityContentProducer(Event event)get an entity content producer that can handle the eventMethods in org.sakaiproject.search.api that return types with arguments of type EntityContentProducer Modifier and Type Method Description List<EntityContentProducer>SearchIndexBuilder. getContentProducers()Get all the producers registered, as a clone to avoid concurrent modification exceptionsMethods in org.sakaiproject.search.api with parameters of type EntityContentProducer Modifier and Type Method Description voidSearchIndexBuilder. registerEntityContentProducer(EntityContentProducer ecp)Register an implementation-specific indexable content producer instance with thisSearchIndexBuilder.
-