|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.tm.assertion.AssertionQuery
public class AssertionQuery
A class containing constants used in Assertion queries.
LOGICAL_ALL : If the assertions parameter is null, returns
all assertions. If it is non-null this acts as a pass-through filter.
LOGICAL_AND : The returned Collection of assertions represents the
logical AND of the subject, predicate, and object parameters. Null parameters
are ignored, hence three nulls is the same as a query on all.
LOGICAL_OR : The returned Collection of assertions represents the
logical OR of the subject, predicate, and object parameters. Null parameters
are ignored, hence three nulls is the same as a query on all.
LOGICAL_NOT is reserved but not currently used.
TEMPLATES_EXCLUDE : include only assertions
TEMPLATES_ONLY : include only assertion templates
TEMPLATES_INCLUDE : include both assertions and assertion templates
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 |
|---|
public static final int LOGICAL_AND
public static final int LOGICAL_OR
public static final int LOGICAL_ALL
public static final int LOGICAL_NOT
public static String LOGICAL_AND_LABEL
public static String LOGICAL_OR_LABEL
public static String LOGICAL_ALL_LABEL
public static String LOGICAL_NOT_LABEL
public static final int TEMPLATES_EXCLUDE
public static final int TEMPLATES_ONLY
public static final int TEMPLATES_INCLUDE
public static String TEMPLATES_EXCLUDE_LABEL
public static String TEMPLATES_ONLY_LABEL
public static String TEMPLATES_INCLUDE_LABEL
public static final String NonType
public static final String PAGENAME_ANY
| Constructor Detail |
|---|
public AssertionQuery()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||