public interface QueryHandler<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
QUERY_CLASS_NAME
The Caller identifier
|
static java.lang.String |
SERVICE_ID
The Service identifier (not the extension ID)
|
static java.lang.String |
TITLE
The title to show the results with
TODO: This has become obsoleted
|
static java.lang.String |
TITLE_ARG
The prefix of an argument of the title resource
An int suffix representing the n-th argument should be appended, e.g.
|
static java.lang.String |
TITLE_ARGS_COUNT
The arguments count of the title resource
|
static java.lang.String |
TITLE_RESOURCE_BUNDLE
The resource bundle for looking up the title resource key
|
static java.lang.String |
TITLE_RESOURCE_KEY
The title resource key for getting the resource string to show the results with
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns a map of query handler properties that allow for UI to be more
easily built.
|
static final java.lang.String TITLE
static final java.lang.String TITLE_RESOURCE_KEY
static final java.lang.String TITLE_RESOURCE_BUNDLE
static final java.lang.String TITLE_ARGS_COUNT
static final java.lang.String TITLE_ARG
static final java.lang.String SERVICE_ID
static final java.lang.String QUERY_CLASS_NAME