Uses of Interface
org.eclipse.ecf.presence.search.ICriterion

Packages that use ICriterion
org.eclipse.ecf.presence.search   
 

Uses of ICriterion in org.eclipse.ecf.presence.search
 

Classes in org.eclipse.ecf.presence.search that implement ICriterion
 class LogicalCriterion
          Base class implementation of ICriterion for logical criterion.
 class SimpleCriterion
          Base class implementation of ICriterion for simple comparisons.
 

Methods in org.eclipse.ecf.presence.search that return ICriterion
 ICriterion Restriction.and(ICriterion left, ICriterion right)
           
 ICriterion IRestriction.and(ICriterion left, ICriterion right)
          Apply an "add" constraint to the two criterion
 ICriterion Restriction.eq(java.lang.String field, java.lang.String value)
           
 ICriterion IRestriction.eq(java.lang.String field, java.lang.String value)
          Apply an "equal" constraint to the field, ignoring case
 ICriterion Restriction.eq(java.lang.String field, java.lang.String value, boolean ignoreCase)
           
 ICriterion IRestriction.eq(java.lang.String field, java.lang.String value, boolean ignoreCase)
          Apply an "equal" constraint to the field, taking into consideration ignore case
 ICriterion Restriction.ne(java.lang.String field, java.lang.String value)
           
 ICriterion IRestriction.ne(java.lang.String field, java.lang.String value)
          Apply an "not equal" constraint to the field ignoring case
 ICriterion Restriction.ne(java.lang.String field, java.lang.String value, boolean ignoreCase)
           
 ICriterion IRestriction.ne(java.lang.String field, java.lang.String value, boolean ignoreCase)
          Apply an "not equal" constraint to the field, taking into consideration ignore case
 

Methods in org.eclipse.ecf.presence.search with parameters of type ICriterion
 void ICriteria.add(ICriterion criterion)
          Add a criterion that composes the criteria
 ICriterion Restriction.and(ICriterion left, ICriterion right)
           
 ICriterion IRestriction.and(ICriterion left, ICriterion right)
          Apply an "add" constraint to the two criterion
 

Constructors in org.eclipse.ecf.presence.search with parameters of type ICriterion
LogicalCriterion(ICriterion left, ICriterion right, java.lang.String operator)
          Creates a logic operation for compose a ICriteria