com.ibm.di.fc.itregistry
Class ITRegistryConstants

java.lang.Object
  extended by com.ibm.di.fc.itregistry.ITRegistryConstants

public class ITRegistryConstants
extends Object

This class contains various constants used by the IT registry Components (e.g. attribute names etc.).


Field Summary
static String ATTR_CLASS_TYPE
          This attribute is used in attribute mapping in CallReply mode of IT registry Connector
static String ATTR_GUID
          This represents the GUID of a Managed Element which is registered in the IT registry.
static String ATTR_MSS_GUID
          This attribute represents the Guid of Management Software System.
static String ATTR_OUTPUT_GUID
          The String for Guid
static String ATTR_RELATIONSHIP_TYPE
          This attribute should be present in attribute map for adding/deleting a relationship.
static String BOOK_NAME_ATTR
          This attribute is used to override the default book name set in the Components configuration panel.
static String IDENTIFYING_ATTRIBUTE
          The String which denotes the identifying attrbutes of fetched CI
static String MANAGEMENT_SOFTWARE_SYSTEM
          The String which denotes the details about MSS for fetched CI
static String PACKAGE_SEPARATOR
          The special character which acts as package seprator for CDM Class or Relationship.
static String RELATIONSHIP_SOURCE_ADD_ATTR
          This attribute should be present for adding a relationship.
static String RELATIONSHIP_SOURCE_DELETE_ATTR
          This attribute should be present for deleting a relationship.
static String RELATIONSHIP_TARGET_ADD_ATTR
          This attribute should be present for adding a relationship.
static String RELATIONSHIP_TARGET_DELETE_ATTR
          This attribute should be present for deleting a relationship.
 
Constructor Summary
ITRegistryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOK_NAME_ATTR

public static final String BOOK_NAME_ATTR
This attribute is used to override the default book name set in the Components configuration panel.

See Also:
Constant Field Values

ATTR_CLASS_TYPE

public static final String ATTR_CLASS_TYPE
This attribute is used in attribute mapping in CallReply mode of IT registry Connector

See Also:
Constant Field Values

ATTR_MSS_GUID

public static final String ATTR_MSS_GUID
This attribute represents the Guid of Management Software System. Init IT registry FC provides this value.

See Also:
Constant Field Values

ATTR_GUID

public static final String ATTR_GUID
This represents the GUID of a Managed Element which is registered in the IT registry. In case of relationship its value is null.

See Also:
Constant Field Values

ATTR_RELATIONSHIP_TYPE

public static final String ATTR_RELATIONSHIP_TYPE
This attribute should be present in attribute map for adding/deleting a relationship.

See Also:
Constant Field Values

RELATIONSHIP_SOURCE_DELETE_ATTR

public static final String RELATIONSHIP_SOURCE_DELETE_ATTR
This attribute should be present for deleting a relationship.

See Also:
Constant Field Values

RELATIONSHIP_TARGET_DELETE_ATTR

public static final String RELATIONSHIP_TARGET_DELETE_ATTR
This attribute should be present for deleting a relationship.

See Also:
Constant Field Values

RELATIONSHIP_TARGET_ADD_ATTR

public static final String RELATIONSHIP_TARGET_ADD_ATTR
This attribute should be present for adding a relationship.

See Also:
Constant Field Values

RELATIONSHIP_SOURCE_ADD_ATTR

public static final String RELATIONSHIP_SOURCE_ADD_ATTR
This attribute should be present for adding a relationship.

See Also:
Constant Field Values

MANAGEMENT_SOFTWARE_SYSTEM

public static final String MANAGEMENT_SOFTWARE_SYSTEM
The String which denotes the details about MSS for fetched CI

See Also:
Constant Field Values

IDENTIFYING_ATTRIBUTE

public static final String IDENTIFYING_ATTRIBUTE
The String which denotes the identifying attrbutes of fetched CI

See Also:
Constant Field Values

ATTR_OUTPUT_GUID

public static final String ATTR_OUTPUT_GUID
The String for Guid

See Also:
Constant Field Values

PACKAGE_SEPARATOR

public static final String PACKAGE_SEPARATOR
The special character which acts as package seprator for CDM Class or Relationship.

See Also:
Constant Field Values
Constructor Detail

ITRegistryConstants

public ITRegistryConstants()