public class ExistsDirective extends FilterDirective
Modifier and Type | Field and Description |
---|---|
private Directive |
existsDirective
Deprecated.
|
private Locator |
typeContext
Deprecated.
|
not, query, RES_EXCLUDE, RES_IGNORE, RES_INCLUDE
Constructor and Description |
---|
ExistsDirective(Directive query,
Locator typeContext,
Directive exists)
Deprecated.
|
ExistsDirective(Directive query,
Locator typeContext,
Directive exists,
boolean not)
Deprecated.
Creates a new instance of ExistsDirective
|
ExistsDirective(Directive query,
java.lang.String typeContext,
Directive exists)
Deprecated.
|
ExistsDirective(Directive query,
java.lang.String typeContext,
Directive exists,
boolean not)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected int |
_includeRow(ResultRow row,
Topic context,
TopicMap tm,
java.lang.Object param)
Deprecated.
Return one of RES_INCLUDE, RES_EXCLUDE or RES_INGORE to indicate how to filter the
row.
|
java.lang.Object |
startQuery(QueryContext context)
Deprecated.
Called when evaluation of this filter query is about to start.
|
endQuery, includeRow, isContextSensitive, query
private Directive existsDirective
private Locator typeContext
public ExistsDirective(Directive query, Locator typeContext, Directive exists, boolean not)
public ExistsDirective(Directive query, Locator typeContext, Directive exists)
public ExistsDirective(Directive query, java.lang.String typeContext, Directive exists, boolean not)
public java.lang.Object startQuery(QueryContext context) throws TopicMapException
FilterDirective
startQuery
in class FilterDirective
TopicMapException
protected int _includeRow(ResultRow row, Topic context, TopicMap tm, java.lang.Object param) throws TopicMapException
FilterDirective
_includeRow
in class FilterDirective
TopicMapException
Copyright 2004-2015 Wandora Team