public class IsOfTypeDirective extends FilterDirective
| Modifier and Type | Field and Description |
|---|---|
private Locator |
type
Deprecated.
|
private Locator |
typeContext
Deprecated.
|
not, query, RES_EXCLUDE, RES_IGNORE, RES_INCLUDE| Constructor and Description |
|---|
IsOfTypeDirective(Directive query,
Locator typeContext,
Locator type)
Deprecated.
|
IsOfTypeDirective(Directive query,
Locator typeContext,
Locator type,
boolean not)
Deprecated.
Creates a new instance of IsOfTypeDirective
|
IsOfTypeDirective(Directive query,
java.lang.String typeContext,
java.lang.String type)
Deprecated.
|
IsOfTypeDirective(Directive query,
java.lang.String typeContext,
java.lang.String type,
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, queryprivate Locator typeContext
private Locator type
public IsOfTypeDirective(Directive query, Locator typeContext, Locator type, boolean not)
public IsOfTypeDirective(Directive query, Locator typeContext, Locator type)
public IsOfTypeDirective(Directive query, java.lang.String typeContext, java.lang.String type, boolean not)
public IsOfTypeDirective(Directive query, java.lang.String typeContext, java.lang.String type)
public java.lang.Object startQuery(QueryContext context) throws TopicMapException
FilterDirectivestartQuery in class FilterDirectiveTopicMapExceptionprotected int _includeRow(ResultRow row, Topic context, TopicMap tm, java.lang.Object param) throws TopicMapException
FilterDirective_includeRow in class FilterDirectiveTopicMapExceptionCopyright 2004-2015 Wandora Team