Uses of Package
org.sharengo.wikitty.search

Packages that use org.sharengo.wikitty.search
org.sharengo.wikitty   
org.sharengo.wikitty.search   
 

Classes in org.sharengo.wikitty.search used by org.sharengo.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.sharengo.wikitty.search used by org.sharengo.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
           
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
           
SearchOperand
           Represents the possible operands for client search.
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.