org.ow2.jasmine.event.component
Class SearchSimpleNotificationFilter
java.lang.Object
org.ow2.jasmine.event.component.SearchFilter
org.ow2.jasmine.event.component.SearchSimpleNotificationFilter
- All Implemented Interfaces:
- Serializable
public class SearchSimpleNotificationFilter
- extends SearchFilter
This component allow to search a notification given values stored as natives
elements.
- Author:
- Guillaume Renault
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSimpleNotificationFilter
public SearchSimpleNotificationFilter(String columnName,
String value)
- Describes the statement : columnName := value that will be set to
retrieve the notification. The set value must be one of the
JasmineEventNotification elements.
- Parameters:
columnName - the columnName corresponding to the place where to find
the specified value.
Column names could be : - id
- date
- level
- message
- status
- rule
value -
setDetail
public boolean setDetail()
- Specified by:
setDetail in class SearchFilter
- See Also:
SearchFilter.setDetail()
Copyright © 2012 OW2 Consortium. All Rights Reserved.