Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.notification
Class FilterOption

java.lang.Object
  extended by oracle.webcenter.notification.FilterOption


public class FilterOption
extends java.lang.Object

Provides the filte criteria. Instance of this class can be used while querying a user's subscriptions.


Constructor Summary
FilterOption()
          Constructs an instance of this class.

 

Method Summary
 java.lang.String getObjectDisplayName()
          Returns the object display name pattern for this filter object.
 java.lang.String getScopeDisplayName()
          Returns the scope display name pattern for this filter object.
 void setObjectDisplayName(java.lang.String name)
          Sets the object display name pattern for this filter object.
 void setScopeDisplayName(java.lang.String name)
          Sets the scope display name pattern for this filter object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FilterOption

public FilterOption()
Constructs an instance of this class.

Method Detail

setScopeDisplayName

public void setScopeDisplayName(java.lang.String name)
Sets the scope display name pattern for this filter object.
Parameters:
- - the scope display name pattern to be set in this filter criteria.

getScopeDisplayName

public java.lang.String getScopeDisplayName()
Returns the scope display name pattern for this filter object.
Returns:
- the scope display name pattern of this filter criteria, null if not set.

setObjectDisplayName

public void setObjectDisplayName(java.lang.String name)
Sets the object display name pattern for this filter object.
Parameters:
name - - the object name pattern to be set in this filter criteria.

getObjectDisplayName

public java.lang.String getObjectDisplayName()
Returns the object display name pattern for this filter object.
Returns:
- the name display name pattern of this filter criteria, null if not set.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.