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

E17493-01

oracle.jdeveloper.history
Class CustomFilter

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

public class CustomFilter
extends DefaultHistoryFilter

Since:
10.1.3.0.3

Method Summary
 boolean accept(HistoryModel model, java.net.URL url, HistoryEntry entry)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 java.lang.String getShortLabel()
          Get the short label (human readable) that identifies this filter to the user.
 java.lang.String getSource()
           
 int hashCode()
           
static CustomFilter parse(java.lang.String source)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class oracle.jdeveloper.history.DefaultHistoryFilter
accept
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

getSource

public java.lang.String getSource()

accept

public boolean accept(HistoryModel model,
                      java.net.URL url,
                      HistoryEntry entry)
Overrides:
accept in class DefaultHistoryFilter

getShortLabel

public java.lang.String getShortLabel()
Description copied from interface: HistoryFilter
Get the short label (human readable) that identifies this filter to the user.

Returns:
a short label for this filter.

parse

public static final CustomFilter parse(java.lang.String source)
                                throws java.text.ParseException
Throws:
java.text.ParseException

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

E17493-01

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