com.ibm.portal
Interface DatabaseDomainConstants


public interface DatabaseDomainConstants

This interface provides constants to identify database domains

Since:
6.1.0.3

Field Summary
static int COMMUNITY
          Constant for community domain
static int CUSTOMIZATION
          Constant for customization domain
static int JCR
          Constant for jcr domain
static int RELEASE
          Constant for release domain
 

Field Detail

RELEASE

static final int RELEASE
Constant for release domain

See Also:
Constant Field Values

COMMUNITY

static final int COMMUNITY
Constant for community domain

See Also:
Constant Field Values

CUSTOMIZATION

static final int CUSTOMIZATION
Constant for customization domain

See Also:
Constant Field Values

JCR

static final int JCR
Constant for jcr domain

See Also:
Constant Field Values