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

E17493-02

oracle.jdeveloper.history
Class DefaultHistoryFilter

java.lang.Object
  extended by oracle.jdeveloper.history.DefaultHistoryFilter
All Implemented Interfaces:
HistoryFilter
Direct Known Subclasses:
CustomFilter

public abstract class DefaultHistoryFilter
extends java.lang.Object
implements HistoryFilter

Since:
10.1.3.0.3

Constructor Summary
DefaultHistoryFilter()
           
 
Method Summary
 boolean accept(HistoryEntry entry)
          Does this filter accept the specified entry?
 boolean accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jdeveloper.history.HistoryFilter
getShortLabel
 

Constructor Detail

DefaultHistoryFilter

public DefaultHistoryFilter()
Method Detail

accept

public boolean accept(HistoryModel model,
                      java.net.URL url,
                      HistoryEntry entry)

accept

public boolean accept(HistoryEntry entry)
Description copied from interface: HistoryFilter
Does this filter accept the specified entry?

Specified by:
accept in interface HistoryFilter
Parameters:
entry - the entry to test
Returns:
true if this entry is accepted by the filter.

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

E17493-02

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