Package org.imixs.workflow.office.views
Class SearchEvent
- java.lang.Object
-
- org.imixs.workflow.office.views.SearchEvent
-
public class SearchEvent extends Object
The SearchEvent provides a CDI observer pattern. The SearchEvent is fired by the SearchController. An event Observer can react on event to extend the current search query in a custom way. The ProfileEvent defines the following event types:- ON_QUERY - send during the search query creation
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
org.imixs.marty.ejb.ProfileService
-
-
Field Summary
Fields Modifier and Type Field Description static intON_QUERY
-
Constructor Summary
Constructors Constructor Description SearchEvent(org.imixs.workflow.ItemCollection searchFilter, int eventType)Creates a profile event based on a existing Profile ItemCollection
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventType()StringgetQuery()org.imixs.workflow.ItemCollectiongetSearchFilter()voidsetQuery(String query)voidsetSearchFilter(org.imixs.workflow.ItemCollection filter)
-
-
-
Field Detail
-
ON_QUERY
public static final int ON_QUERY
- See Also:
- Constant Field Values
-
-