com.metamatrix.core
Interface CoreConstants


public interface CoreConstants

Since:
4.0

Nested Class Summary
static interface CoreConstants.Debug
           
static interface CoreConstants.Plugin
           Contains ID's for all MetaMatrix plugins.
static interface CoreConstants.Trace
           
 
Field Summary
static java.lang.String ACTION_PARAMETER_FOR_DATA_WEBSERVICE_PROCEDURE
          Constant that defines the parameter value in WSDL generated of the VDB that will be used to identifiy the fully qualified procedure name when executing the web service.
static java.lang.String ACTION_PREFIX_FOR_DATA_WEBSERVICE
          Constant that defines the replaceable token in WSDL generated in the VDB which represents the MetaMatrix Server properties for connecting the to VDB.
static java.lang.String DEFAULT_ANON_USERNAME
          Constant for the anonymous Teiid system username
static java.lang.String EXPORTED_VDB_FILE_EXTENSION
           
static java.lang.String PRODUCT_OWNER_NAME_PROPERTY
           
static java.lang.String SYSTEM_ADMIN_MODEL_NAME
           
static java.lang.String SYSTEM_ADMIN_PHYSICAL_MODEL_NAME
           
static java.lang.String SYSTEM_PHYSICAL_MODEL_NAME
           
static java.lang.String SYSTEM_VDB
           
static java.lang.String URL_FOR_DATA_WEBSERVICE
          Constant that defines the replaceable token in WSDL generated in the VDB which represents the URL for the service binding.
static java.lang.String URL_ROOT_FOR_VDB
          Constant that defines the replaceable token in WSDL generated in the VDB which represents the first part (VDB-independent) of the URL.
static java.lang.String URL_SUFFIX_FOR_VDB
          Constant that defines the replaceable token in WSDL generated in the VDB which represents the suffix part of the URL.
static java.lang.String VDB_ARCHIVE_EXTENSION
           
 

Field Detail

SYSTEM_VDB

static final java.lang.String SYSTEM_VDB
See Also:
Constant Field Values

SYSTEM_PHYSICAL_MODEL_NAME

static final java.lang.String SYSTEM_PHYSICAL_MODEL_NAME
See Also:
Constant Field Values

SYSTEM_ADMIN_MODEL_NAME

static final java.lang.String SYSTEM_ADMIN_MODEL_NAME
See Also:
Constant Field Values

SYSTEM_ADMIN_PHYSICAL_MODEL_NAME

static final java.lang.String SYSTEM_ADMIN_PHYSICAL_MODEL_NAME
See Also:
Constant Field Values

EXPORTED_VDB_FILE_EXTENSION

static final java.lang.String EXPORTED_VDB_FILE_EXTENSION
See Also:
Constant Field Values

VDB_ARCHIVE_EXTENSION

static final java.lang.String VDB_ARCHIVE_EXTENSION
See Also:
Constant Field Values

PRODUCT_OWNER_NAME_PROPERTY

static final java.lang.String PRODUCT_OWNER_NAME_PROPERTY
See Also:
Constant Field Values

ACTION_PREFIX_FOR_DATA_WEBSERVICE

static final java.lang.String ACTION_PREFIX_FOR_DATA_WEBSERVICE
Constant that defines the replaceable token in WSDL generated in the VDB which represents the MetaMatrix Server properties for connecting the to VDB.

See Also:
Constant Field Values

ACTION_PARAMETER_FOR_DATA_WEBSERVICE_PROCEDURE

static final java.lang.String ACTION_PARAMETER_FOR_DATA_WEBSERVICE_PROCEDURE
Constant that defines the parameter value in WSDL generated of the VDB that will be used to identifiy the fully qualified procedure name when executing the web service.

See Also:
Constant Field Values

URL_ROOT_FOR_VDB

static final java.lang.String URL_ROOT_FOR_VDB
Constant that defines the replaceable token in WSDL generated in the VDB which represents the first part (VDB-independent) of the URL. The general form of the URLs is as follows:

[URL ROOT][Path to Resource in VDB][URL Suffix]

In general, the URL root would be replaced in a particular server with the actual URL to the servlet used to obtain the WSDL and XSD, and the URL suffix replaced with the servlet parameters.

See Also:
URL_SUFFIX_FOR_VDB, Constant Field Values

URL_SUFFIX_FOR_VDB

static final java.lang.String URL_SUFFIX_FOR_VDB
Constant that defines the replaceable token in WSDL generated in the VDB which represents the suffix part of the URL. The general form of the URLs is as follows:

[URL ROOT][Path to Resource in VDB][URL Suffix]

In general, the URL root would be replaced in a particular server with the actual URL to the servlet used to obtain the WSDL and XSD, and the URL suffix replaced with the servlet parameters.

See Also:
URL_ROOT_FOR_VDB, Constant Field Values

URL_FOR_DATA_WEBSERVICE

static final java.lang.String URL_FOR_DATA_WEBSERVICE
Constant that defines the replaceable token in WSDL generated in the VDB which represents the URL for the service binding.

See Also:
URL_SUFFIX_FOR_VDB, URL_ROOT_FOR_VDB, Constant Field Values

DEFAULT_ANON_USERNAME

static final java.lang.String DEFAULT_ANON_USERNAME
Constant for the anonymous Teiid system username

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.