public class IsContextTopicDirective extends FilterDirective
| Modifier and Type | Field and Description |
|---|---|
private Directive |
query
Deprecated.
|
private Locator |
topicContext
Deprecated.
|
not, RES_EXCLUDE, RES_IGNORE, RES_INCLUDE| Constructor and Description |
|---|
IsContextTopicDirective(Directive query,
Locator topicContext)
Deprecated.
|
IsContextTopicDirective(Directive query,
Locator topicContext,
boolean not)
Deprecated.
Creates a new instance of IsContextTopicDirective
|
IsContextTopicDirective(Directive query,
java.lang.String topicContext)
Deprecated.
|
IsContextTopicDirective(Directive query,
java.lang.String topicContext,
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.
|
boolean |
isContextSensitive()
Deprecated.
|
endQuery, includeRow, query, startQueryprivate Locator topicContext
private Directive query
public IsContextTopicDirective(Directive query, Locator topicContext, boolean not)
public IsContextTopicDirective(Directive query, Locator topicContext)
public IsContextTopicDirective(Directive query, java.lang.String topicContext, boolean not)
public IsContextTopicDirective(Directive query, java.lang.String topicContext)
protected int _includeRow(ResultRow row, Topic context, TopicMap tm, java.lang.Object param) throws TopicMapException
FilterDirective_includeRow in class FilterDirectiveTopicMapExceptionpublic boolean isContextSensitive()
isContextSensitive in interface DirectiveisContextSensitive in class FilterDirectiveCopyright 2004-2015 Wandora Team