Uses of Class
org.openspml.v2.profiles.dsml.FilterItem

Packages that use FilterItem
org.openspml.v2.profiles.dsml   
 

Uses of FilterItem in org.openspml.v2.profiles.dsml
 

Subclasses of FilterItem in org.openspml.v2.profiles.dsml
 class And
          From the DSML spec...
 class ApproxMatch
          From the DSML spec...
(package private)  class org.openspml.v2.profiles.dsml.AttributeValueAssertion
          From DSML 2.0 - this is the base of assertion classes like EqualityMatch.
 class EqualityMatch
          This is the for matching attribute values.
 class ExtensibleMatch
          This is the only item that implements the MatchingRuleAssertion so we're doing this all here.
 class FilterSet
          This is an abstract class for those FilterItems that contain 0,m FilterItems.
 class GreaterOrEqual
          From the DSML spec...
 class LessOrEqual
          From the DSML spec...
(package private)  class org.openspml.v2.profiles.dsml.NamedFilterItem
          This is base class to capture the various objects that have names of Attributes.
 class Not
          Represents the <not> element in a filter.
 class Or
          From the DSML spec...
 class Present
          A FilterItem that is a present element.
 class Substrings
          There's only one SubstringFilter typed item, the Substring element, so we're using a single class.
 

Methods in org.openspml.v2.profiles.dsml that return FilterItem
 FilterItem Not.getItem()
           
 FilterItem[] FilterSet.getItems()
           
protected  FilterItem DSMLUnmarshaller.getFilterItem(java.lang.Object xmlObj)
           
 

Methods in org.openspml.v2.profiles.dsml with parameters of type FilterItem
 void Not.setItem(FilterItem item)
           
 void FilterSet.setItems(FilterItem[] items)
           
 void FilterSet.addItems(FilterItem[] items)
           
 void FilterSet.addItem(FilterItem item)
           
 boolean FilterSet.removeItem(FilterItem item)
           
 

Constructors in org.openspml.v2.profiles.dsml with parameters of type FilterItem
Or(FilterItem[] items)
           
Or(FilterItem item)
           
Not(FilterItem item)
           
FilterSet(FilterItem[] items)
           
FilterSet(FilterItem item)
           
Filter(FilterItem item)
           
And(FilterItem[] items)
           
And(FilterItem item)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.