Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Locator> |
rewriteRoles
Deprecated.
|
private Locator |
rewriteType
Deprecated.
|
private java.util.ArrayList<Locator> |
roles
Deprecated.
|
private Locator |
type
Deprecated.
|
Constructor and Description |
---|
SelectDirective(Locator type,
java.util.Collection<Locator> roles)
Deprecated.
Creates a new instance of SelectDirective
|
SelectDirective(Locator type,
java.util.Collection<Locator> roles,
java.util.Collection<Locator> rewriteRoles)
Deprecated.
|
SelectDirective(Locator type,
Locator rewriteType,
java.util.Collection<Locator> roles,
java.util.Collection<Locator> rewriteRoles)
Deprecated.
|
SelectDirective(java.lang.String type,
java.util.Collection<java.lang.String> roles)
Deprecated.
|
SelectDirective(java.lang.String type,
java.util.Collection<java.lang.String> roles,
java.util.Collection<java.lang.String> rewriteRoles)
Deprecated.
|
SelectDirective(java.lang.String type,
java.lang.String... roles)
Deprecated.
|
SelectDirective(java.lang.String type,
java.lang.String role1)
Deprecated.
|
SelectDirective(java.lang.String type,
java.lang.String rewriteType,
java.util.Collection<java.lang.String> roles,
java.util.Collection<java.lang.String> rewriteRoles)
Deprecated.
|
SelectDirective(java.lang.String type,
java.lang.String role1,
java.lang.String role2)
Deprecated.
|
SelectDirective(java.lang.String type,
java.lang.String role1,
java.lang.String role2,
java.lang.String role3)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isContextSensitive()
Deprecated.
|
private void |
processTempRoles()
Deprecated.
|
java.util.ArrayList<ResultRow> |
query(QueryContext context)
Deprecated.
|
private Locator type
private Locator rewriteType
private java.util.ArrayList<Locator> roles
private java.util.ArrayList<Locator> rewriteRoles
public SelectDirective(Locator type, java.util.Collection<Locator> roles)
public SelectDirective(java.lang.String type, java.util.Collection<java.lang.String> roles)
public SelectDirective(java.lang.String type, java.lang.String... roles)
public SelectDirective(java.lang.String type, java.lang.String role1)
public SelectDirective(java.lang.String type, java.lang.String role1, java.lang.String role2)
public SelectDirective(java.lang.String type, java.lang.String role1, java.lang.String role2, java.lang.String role3)
public SelectDirective(Locator type, java.util.Collection<Locator> roles, java.util.Collection<Locator> rewriteRoles)
public SelectDirective(java.lang.String type, java.util.Collection<java.lang.String> roles, java.util.Collection<java.lang.String> rewriteRoles)
public SelectDirective(Locator type, Locator rewriteType, java.util.Collection<Locator> roles, java.util.Collection<Locator> rewriteRoles)
public SelectDirective(java.lang.String type, java.lang.String rewriteType, java.util.Collection<java.lang.String> roles, java.util.Collection<java.lang.String> rewriteRoles)
private void processTempRoles()
public java.util.ArrayList<ResultRow> query(QueryContext context) throws TopicMapException
query
in interface Directive
TopicMapException
public boolean isContextSensitive()
isContextSensitive
in interface Directive
Copyright 2004-2015 Wandora Team