org.ow2.jasmine.event.component
Class SearchSimpleNotificationFilter

java.lang.Object
  extended by org.ow2.jasmine.event.component.SearchFilter
      extended by 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

Constructor Summary
SearchSimpleNotificationFilter(String columnName, String value)
          Describes the statement : columnName := 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

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 -
    Method Detail

    setDetail

    public boolean setDetail()
    Specified by:
    setDetail in class SearchFilter
    See Also:
    SearchFilter.setDetail()


    Copyright © 2012 OW2 Consortium. All Rights Reserved.