public interface CognosMessages
This interface holds the different message keys for the error messages that can be thrown during the execution of the Cognos adapter and the information messages displayed to the user.
Also it holds the value for the message group used by Cognos Adapter.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_GROUP |
static java.lang.String |
MSG_KEY_COGNOS_CONNECTION_PROBLEM |
static java.lang.String |
MSG_KEY_COGNOS_LOGON_FAILURE |
static java.lang.String |
MSG_KEY_COGNOS_PUBLISH_FAILURE |
static java.lang.String |
MSG_KEY_COGNOS_TRANSFORM_FAILURE |
static java.lang.String |
MSG_KEY_COGNOS_URL_PROBLEM |
static java.lang.String |
MSG_KEY_NOT_SUPPORTED_COMPLEX_EXPRESSION |
static java.lang.String |
MSG_KEY_PUBLISH_SUCCEEDED |
static final java.lang.String MSG_KEY_COGNOS_TRANSFORM_FAILURE
static final java.lang.String MSG_KEY_COGNOS_PUBLISH_FAILURE
static final java.lang.String MSG_KEY_NOT_SUPPORTED_COMPLEX_EXPRESSION
static final java.lang.String MSG_KEY_COGNOS_URL_PROBLEM
static final java.lang.String MSG_KEY_COGNOS_CONNECTION_PROBLEM
static final java.lang.String MSG_KEY_COGNOS_LOGON_FAILURE
static final java.lang.String MSG_KEY_PUBLISH_SUCCEEDED
static final java.lang.String MSG_GROUP