org.ceryle.tm.assertion
Class AssertionQuery

java.lang.Object
  extended by org.ceryle.tm.assertion.AssertionQuery

public class AssertionQuery
extends Object

A class containing constants used in Assertion queries.

Query Logic Modes

LOGICAL_NOT is reserved but not currently used.

Query Template Modes

Version:
$Id$
Author:
Murray Altheim
See Also:
AssertionQueryExecutor

Field Summary
static int LOGICAL_ALL
          A query mode indicating a logical ALL operation.
static String LOGICAL_ALL_LABEL
          A name of the query mode indicating a logical ALL operation.
static int LOGICAL_AND
          A query mode indicating a logical AND operation.
static String LOGICAL_AND_LABEL
          The name of the query mode indicating a logical AND operation.
static int LOGICAL_NOT
          A query mode indicating a logical NOT operation.
static String LOGICAL_NOT_LABEL
          A name of the query mode indicating a logical NOT operation.
static int LOGICAL_OR
          A query mode indicating a logical OR operation.
static String LOGICAL_OR_LABEL
          A name of the query mode indicating a logical OR operation.
static String NonType
          The Unicode character U+2630 TRIGRAM FOR HEAVEN as a String, an 'untypeable character' used for a hash delimiter.
static String PAGENAME_ANY
          A String that when used as a query parameter value for page name will match on any page name.
static int TEMPLATES_EXCLUDE
          A query mode requesting only assertions.
static String TEMPLATES_EXCLUDE_LABEL
          The name of the query mode requesting only assertions.
static int TEMPLATES_INCLUDE
          A query mode requesting both assertions and assertion templates.
static String TEMPLATES_INCLUDE_LABEL
          The name of the query mode requesting both assertions and assertion templates.
static int TEMPLATES_ONLY
          A query mode requesting only assertion templates.
static String TEMPLATES_ONLY_LABEL
          The name of the query mode requesting only assertion templates.
 
Constructor Summary
AssertionQuery()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGICAL_AND

public static final int LOGICAL_AND
A query mode indicating a logical AND operation.

See Also:
Constant Field Values

LOGICAL_OR

public static final int LOGICAL_OR
A query mode indicating a logical OR operation.

See Also:
Constant Field Values

LOGICAL_ALL

public static final int LOGICAL_ALL
A query mode indicating a logical ALL operation.

See Also:
Constant Field Values

LOGICAL_NOT

public static final int LOGICAL_NOT
A query mode indicating a logical NOT operation.

See Also:
Constant Field Values

LOGICAL_AND_LABEL

public static String LOGICAL_AND_LABEL
The name of the query mode indicating a logical AND operation.


LOGICAL_OR_LABEL

public static String LOGICAL_OR_LABEL
A name of the query mode indicating a logical OR operation.


LOGICAL_ALL_LABEL

public static String LOGICAL_ALL_LABEL
A name of the query mode indicating a logical ALL operation.


LOGICAL_NOT_LABEL

public static String LOGICAL_NOT_LABEL
A name of the query mode indicating a logical NOT operation.


TEMPLATES_EXCLUDE

public static final int TEMPLATES_EXCLUDE
A query mode requesting only assertions.

See Also:
Constant Field Values

TEMPLATES_ONLY

public static final int TEMPLATES_ONLY
A query mode requesting only assertion templates.

See Also:
Constant Field Values

TEMPLATES_INCLUDE

public static final int TEMPLATES_INCLUDE
A query mode requesting both assertions and assertion templates.

See Also:
Constant Field Values

TEMPLATES_EXCLUDE_LABEL

public static String TEMPLATES_EXCLUDE_LABEL
The name of the query mode requesting only assertions.


TEMPLATES_ONLY_LABEL

public static String TEMPLATES_ONLY_LABEL
The name of the query mode requesting only assertion templates.


TEMPLATES_INCLUDE_LABEL

public static String TEMPLATES_INCLUDE_LABEL
The name of the query mode requesting both assertions and assertion templates.


NonType

public static final String NonType
The Unicode character U+2630 TRIGRAM FOR HEAVEN as a String, an 'untypeable character' used for a hash delimiter.


PAGENAME_ANY

public static final String PAGENAME_ANY
A String that when used as a query parameter value for page name will match on any page name.

Constructor Detail

AssertionQuery

public AssertionQuery()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.