Uses of Class
org.nuiton.wikitty.search.BinaryOperator

Packages that use BinaryOperator
org.nuiton.wikitty.search   
 

Uses of BinaryOperator in org.nuiton.wikitty.search
 

Subclasses of BinaryOperator in org.nuiton.wikitty.search
 class EndsWith
          EndsWith operator is used to build restriction containing "element like *value" where element could be a String, a multimedia, a text or an xhtml

For example, use: RestrictionHelper.end( myElement , "value" )
 class Equals
          Equals operator is used to build restriction containing "element == value" where element could be an Id, a String, a multimedia, a closed list, an Integer, a Float or a Date.
 class Greater
          Greater operator is used to build restriction containing "element > value" where element could be a Integer, a Float or a Date.
 class GreaterOrEqual
          GreatOrEqual operator is used to build restriction containing "element >= value" where element could be a Integer, a Float or a Date.
 class Less
          Less operator is used to build restriction containing "element < value" where element could be a Integer, a Float or a Date.
 class LessOrEqual
          LessOrEqual operator is used to build restriction containing "element <= value" where element could be a Integer, a Float or a Date.
 class Like
          Like is use on String field type, to precise some particularity on search.
 class NotEquals
          NotEquals operator is used to build restriction containing "element !
 class StartsWith
          StartsWith operator is used to build restriction containing "element like value*" where element could be a String, a multimedia, a text or an xhtml

For example, use: RestrictionHelper.start( myElement , "value" )
 class Unlike
          UnLike is use on String field type, to precise some particularity on search (case insensitive for example).
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.