public class IsTopicDirective extends FilterDirective
| Modifier and Type | Field and Description |
|---|---|
private Directive |
query
Deprecated.
|
private Locator |
topic
Deprecated.
|
private Locator |
topicContext
Deprecated.
|
not, RES_EXCLUDE, RES_IGNORE, RES_INCLUDE| Constructor and Description |
|---|
IsTopicDirective(Directive query,
Locator topicContext,
Locator topic)
Deprecated.
|
IsTopicDirective(Directive query,
Locator topicContext,
Locator topic,
boolean not)
Deprecated.
Creates a new instance of IsTopicDirective
|
IsTopicDirective(Directive query,
java.lang.String topicContext,
java.lang.String topic)
Deprecated.
|
IsTopicDirective(Directive query,
java.lang.String topicContext,
java.lang.String topic,
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 topicContext
private Locator topic
private Directive query
public IsTopicDirective(Directive query, Locator topicContext, Locator topic, boolean not)
public IsTopicDirective(Directive query, Locator topicContext, Locator topic)
public IsTopicDirective(Directive query, java.lang.String topicContext, java.lang.String topic, boolean not)
public IsTopicDirective(Directive query, java.lang.String topicContext, java.lang.String topic)
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