Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.history
Interface HistoryFilter

All Known Implementing Classes:
CustomFilter, DefaultHistoryFilter

public interface HistoryFilter

An object that filters history entries implements this interface.

Since:
10.0.3

Method Summary
 boolean accept(HistoryEntry entry)
          Does this filter accept the specified entry?
 java.lang.String getShortLabel()
          Get the short label (human readable) that identifies this filter to the user.

 

Method Detail

accept

boolean accept(HistoryEntry entry)
Does this filter accept the specified entry?
Parameters:
entry - the entry to test
Returns:
true if this entry is accepted by the filter.

getShortLabel

java.lang.String getShortLabel()
Get the short label (human readable) that identifies this filter to the user.
Returns:
a short label for this filter.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.