public interface IDfQueryEvent
Modifier and Type | Field and Description |
---|---|
static int |
ACTION
ID: Internal Debugging Event.
|
static int |
BROKENADAPTER
ERROR SubID: The source associated with the query is mis-configured or and internal error occurred (missing
configuration file, parsing error, ...).
|
static int |
CALL
ID: The source backend has been contacted.
|
static int |
COMPLETE
DONE SubID: (Default) The query is normally completed.
|
static int |
DEFAULT
Default subID value for all Events ID.
|
static int |
DISCARDED
FILTERED SubID: Some results were discarded because they didn't match the query constraints.
|
static int |
DONE
ID: The action is over.
|
static int |
ERROR
ID: An error occured during the execution of the query.
|
static int |
EXPIRY
ERROR SubID: The execution took too much time and was stopped.
|
static int |
EXT_SOURCE_UNAVAILABLE
ERROR SubID: Cannot connect to the external source server.
|
static int |
FACET_DEFINITION_ERROR
There is a problem with one or several facet definitions defined in the query.
|
static int |
FACET_RETRIEVED
ID: The facets have been retrieved.
|
static int |
FACETS_RESULTS_TRUNCATED
ID: The number of results used to compute facets is not the entire result set.
|
static int |
FETCH
ID: Some data is being fetched from the backend source.
|
static int |
FILTERED
ID: Some results from the sources have been filtered.
|
static int |
FOUND
ID: Some results have been extracted from the backend returned data.
|
static int |
FULLTEXT_ISSUE
ERROR SubID: There was an error with the full-text search.
|
static int |
HIT_COUNT
ID: Total number of results available on the source for the query.
|
static int |
INTERNAL
ID: Message about internal working.
|
static int |
LOGINFAILED
ERROR SubID: The action could not be processed because the adapter was unable to log-on (that is, wrong login name
or password).
|
static int |
NATIVEQUERY
INTERNAL SubID: The adapter provides a String representation of the query sent to the source.
|
static int |
NOTCONSTRAINED
ERROR SubID: (Default) The query cannot be processed because the query expression is not supported by the source.
|
static int |
OVERLOADED
ERROR SubID: The remote source is not available right now, try later.
|
static int |
PARSE
ID: The data returned by the backend is being parsed.
|
static int |
QUERY_SCOPE_UNREACHABLE
ERROR SubID: Cannot reach at least one query scope, and the query returned 0 result.
|
static int |
QUERY_SYNTAX_NOT_VALID
ERROR SubID: The syntax used to express the query is not valid.
|
static int |
RECOVERY
INTERNAL SubID: The adapter stepped into recovery mode.
|
static int |
STOPPED
DONE SubID: The query was successfully stopped.
|
static int |
TOOMANYRESULTS
ERROR SubID: The query would return too many results, try to be more specific.
|
static int |
TRANSLATION
ID: to display CLIR translation in monitor history.
|
static int |
TRUNCATED
ID: The results have been truncated.
|
static int |
TYPE_NOT_SUPPORTED
ERROR SubID: The source does not support the query object type.
|
static int |
UNAVAILABLE
ERROR SubID: The source is not available.
|
static int |
UNKNOWN
ERROR SubID: There was an uncaught exception during the query processing.
|
static int |
UNREACHABLE
ERROR SubID: The action could not be processed because it failed to connect to the source (network problem).
|
static int |
UNSUPPORTED_ATTRIBUTE_ERROR
ERROR SubID: A query attribute is not correct or not supported.
|
static int |
WILDCARD_SYNTAX_ERROR
ERROR SubID: The syntax used to express a wildcard search is not correct or not supported.
|
Modifier and Type | Method and Description |
---|---|
DfException |
getException()
In case of an error, this method may return the actual exception that occurs with the source.
|
int |
getId()
Gets the identifier of the event.
|
java.lang.String |
getMessage()
Gets the definition message of the event.
|
java.lang.String |
getSource()
Gets the source of the event(that is the name of the backend that generated this event).
|
int |
getSubid()
Gets the subidentifier of the event.
|
java.util.Date |
getTime()
Gets the timestamp of the event.
|
static final int ACTION
static final int CALL
static final int FETCH
static final int PARSE
static final int FOUND
static final int DONE
static final int ERROR
static final int TRANSLATION
static final int FILTERED
static final int INTERNAL
static final int TRUNCATED
static final int HIT_COUNT
static final int FACETS_RESULTS_TRUNCATED
static final int FACET_RETRIEVED
static final int DEFAULT
static final int COMPLETE
static final int STOPPED
static final int NOTCONSTRAINED
static final int BROKENADAPTER
static final int UNREACHABLE
static final int LOGINFAILED
static final int UNKNOWN
static final int EXPIRY
static final int EXT_SOURCE_UNAVAILABLE
static final int UNAVAILABLE
static final int QUERY_SCOPE_UNREACHABLE
static final int TYPE_NOT_SUPPORTED
static final int OVERLOADED
static final int TOOMANYRESULTS
static final int FULLTEXT_ISSUE
static final int QUERY_SYNTAX_NOT_VALID
static final int WILDCARD_SYNTAX_ERROR
static final int UNSUPPORTED_ATTRIBUTE_ERROR
static final int FACET_DEFINITION_ERROR
static final int DISCARDED
static final int RECOVERY
static final int NATIVEQUERY
int getId()
int getSubid()
java.lang.String getSource()
java.lang.String getMessage()
java.util.Date getTime()
DfException getException()
Copyright 1994-2023 OpenText Corporation. All rights reserved.