org.ow2.jasmine.event.component
Class SearchDetailFilter
java.lang.Object
org.ow2.jasmine.event.component.SearchFilter
org.ow2.jasmine.event.component.SearchDetailFilter
- All Implemented Interfaces:
- Serializable
public class SearchDetailFilter
- extends SearchFilter
This component allow to search a notification given values stored as details.
- Author:
- Guillaume Renault
- See Also:
- Serialized Form
|
Constructor Summary |
SearchDetailFilter(String key,
String value)
Describes the two statements : key := key AND value := value that will be
set to retrieve the notification. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchDetailFilter
public SearchDetailFilter(String key,
String value)
- Describes the two statements : key := key AND value := value that will be
set to retrieve the notification.
- Parameters:
key - the key of the detail.value - the value of the detail.
setDetail
public boolean setDetail()
- Specified by:
setDetail in class SearchFilter
Copyright © 2012 OW2 Consortium. All Rights Reserved.