Uses of Package
org.nuiton.wikitty.search.operators

Packages that use org.nuiton.wikitty.search.operators
org.nuiton.wikitty.search   
org.nuiton.wikitty.search.operators   
org.nuiton.wikitty.storage   
 

Classes in org.nuiton.wikitty.search.operators used by org.nuiton.wikitty.search
And
          And operator is used to build conjunctive restriction for request on content.
Contains
          Contains operator is used to build restriction containing "(element like *value1 or element like value1*) and (element like *value2 or element like value2*)" where element could be a String, a multimedia, a text or an xhtml

For example, use: RestrictionHelper.contains( myElement , "value1" ) RestrictionHelper.contains( myElement , "value1", "value2", ... ) RestrictionHelper.contains( myElement , a_list_containing_at_least_one_string )
Element
          Search on field.
Keyword
          Search keyword in all wikitty.
Like.SearchAs
           
Null
          Is null or is not null restriction
Or
          Or operator is used to build disjunctive restriction for request on content.
Restriction
          This element is a symbolic interface implemented by all operators used to request contents (And, Or, Not, Equals, NotEquals, EndsWith, ...).
 

Classes in org.nuiton.wikitty.search.operators used by org.nuiton.wikitty.search.operators
BinaryOperator
          This class is an abstract class that's used to factor each operator that handle two parameters (=, !
Element
          Search on field.
Element.ElementType
          Represent type to search an element
Like.SearchAs
           
Restriction
          This element is a symbolic interface implemented by all operators used to request contents (And, Or, Not, Equals, NotEquals, EndsWith, ...).
RestrictionName
           This enum contains all kind of restriction used to request content.
SearchOperand
          Deprecated. ne semble pas utilise, interet ???
 

Classes in org.nuiton.wikitty.search.operators used by org.nuiton.wikitty.storage
Restriction
          This element is a symbolic interface implemented by all operators used to request contents (And, Or, Not, Equals, NotEquals, EndsWith, ...).
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.