org.ow2.jasmine.event.component
Class SearchDetailFilter

java.lang.Object
  extended by org.ow2.jasmine.event.component.SearchFilter
      extended by org.ow2.jasmine.event.component.SearchDetailFilter
All Implemented Interfaces:
java.io.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(java.lang.String key, java.lang.String value)
          Describes the two statements : key := key AND value := value that will be set to retrieve the notification.
 
Method Summary
 boolean setDetail()
           
 
Methods inherited from class org.ow2.jasmine.event.component.SearchFilter
addFilter, getFilters, isDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDetailFilter

public SearchDetailFilter(java.lang.String key,
                          java.lang.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.
Method Detail

setDetail

public boolean setDetail()
Specified by:
setDetail in class SearchFilter


Copyright © 2011 OW2 Consortium. All Rights Reserved.