Project

General

Profile

Task #274

Updated by Radek Tomiška about 7 years ago

Add filter to entity event processors agenda, on fields: 
 * module 
 * entityType 
 * eventType 

 Implementation notes: 
 - BE: add new fields into EntityEventProcessorFilter 
 - BE add filter to controller EntityEventProcessorController.find() - see SchedulerController.find()    for inspiration, but obtain EntityEventProcessorFilter using FilterConverter. Use swagger annotations.

Back