Uses of Package
org.nuiton.wikitty.search

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

Classes in org.nuiton.wikitty.search used by org.nuiton.wikitty
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 used by org.nuiton.wikitty.search
And
          And operator is used to build conjunctive restriction for request on content.
BinaryOperator
          This class is an abstract class that's used to factor each operator that handle two parameters (=, !
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.
Element.ElementType
          Represent type to search an element
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, ...).
RestrictionName
           This enum contains all kind of restriction used to request content.
Search
          Helper to create a criteria with a restriction Element : .
Search.KIND
          Default operator type between all search condition.
SearchOperand
          Represents the possible operands for client search.
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.