GigaSpaces XAP 9.5 API

com.j_spaces.core.client
Class TemplateMatchCodes

java.lang.Object
  extended by com.j_spaces.core.client.TemplateMatchCodes

Deprecated. Since 8.0 - Use SQLQuery instead.

@Deprecated
public class TemplateMatchCodes
extends Object

Version:
4.0
Author:
Yechiel Fefer

Field Summary
static short CONTAINS_TOKEN
          Deprecated. collection/array contains matching
static short EQ
          Deprecated. equal operation
static short GE
          Deprecated. grater-equal operation
static short GT
          Deprecated. greater than operation
static short IS_NULL
          Deprecated. entry field is null operation (template field not relevant)
static short LE
          Deprecated. less-equal operation
static short LT
          Deprecated. less than operation
static short NE
          Deprecated. not equal operation
static short NOT_NULL
          Deprecated. entry field is not null operation (template field not relevant)
static short NOT_REGEX
          Deprecated. regular-expression NOT matching operation (of a string field)
static short REGEX
          Deprecated. regular-expression matching operation (of a string field)
 
Constructor Summary
TemplateMatchCodes()
          Deprecated.  
 
Method Summary
static boolean supportFifoOrder(short matchCode)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQ

public static final short EQ
Deprecated. 
equal operation

See Also:
Constant Field Values

NE

public static final short NE
Deprecated. 
not equal operation

See Also:
Constant Field Values

GT

public static final short GT
Deprecated. 
greater than operation

See Also:
Constant Field Values

GE

public static final short GE
Deprecated. 
grater-equal operation

See Also:
Constant Field Values

LT

public static final short LT
Deprecated. 
less than operation

See Also:
Constant Field Values

LE

public static final short LE
Deprecated. 
less-equal operation

See Also:
Constant Field Values

IS_NULL

public static final short IS_NULL
Deprecated. 
entry field is null operation (template field not relevant)

See Also:
Constant Field Values

NOT_NULL

public static final short NOT_NULL
Deprecated. 
entry field is not null operation (template field not relevant)

See Also:
Constant Field Values

REGEX

public static final short REGEX
Deprecated. 
regular-expression matching operation (of a string field)

See Also:
Constant Field Values

CONTAINS_TOKEN

public static final short CONTAINS_TOKEN
Deprecated. 
collection/array contains matching

See Also:
Constant Field Values

NOT_REGEX

public static final short NOT_REGEX
Deprecated. 
regular-expression NOT matching operation (of a string field)

See Also:
Constant Field Values
Constructor Detail

TemplateMatchCodes

public TemplateMatchCodes()
Deprecated. 
Method Detail

supportFifoOrder

public static boolean supportFifoOrder(short matchCode)
Deprecated. 

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.