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 ALIAS_GUID
          The String for Alias Guid Array
static String ALIASES
          The internal value for Return Guid for Aliases.
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 attributes of fetched CI
static String MANAGEMENT_SOFTWARE_SYSTEM
          The String which denotes the details about MSS for fetched CI
static String MASTER
          The internal value of Return Guid for Master.
static String MASTER_AND_ALIASES
          The internal value for Return Guid for Master and Aliases.
static String PACKAGE_SEPARATOR
          The special character which acts as package separator for CDM Class or Relationship.
static String RELATIONSHIP_SOURCE_ATTR
          This attribute should be present for adding a relationship.
static String RELATIONSHIP_SOURCE_CLASS_ATTR
          This attribute can be used for filtering the returned Relationships by the source type.
static String RELATIONSHIP_SOURCE_GUID_ATTR
          This attribute should be present for deleting a relationship.
static String RELATIONSHIP_TARGET_ATTR
          This attribute should be present for adding a relationship.
static String RELATIONSHIP_TARGET_CLASS_ATTR
          This attribute can be used for filtering the returned Relationships by the target type.
static String RELATIONSHIP_TARGET_GUID_ATTR
          This attribute should be present for deleting a relationship.
static String SOURCE_TOKEN
          The String for SourceToken
 
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_GUID_ATTR

public static final String RELATIONSHIP_SOURCE_GUID_ATTR
This attribute should be present for deleting a relationship. It is also returned when reading relationships.

See Also:
Constant Field Values

RELATIONSHIP_TARGET_GUID_ATTR

public static final String RELATIONSHIP_TARGET_GUID_ATTR
This attribute should be present for deleting a relationship. It is also returned when reading relationships.

See Also:
Constant Field Values

RELATIONSHIP_TARGET_ATTR

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

See Also:
Constant Field Values

RELATIONSHIP_TARGET_CLASS_ATTR

public static final String RELATIONSHIP_TARGET_CLASS_ATTR
This attribute can be used for filtering the returned Relationships by the target type.

See Also:
Constant Field Values

RELATIONSHIP_SOURCE_ATTR

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

See Also:
Constant Field Values

RELATIONSHIP_SOURCE_CLASS_ATTR

public static final String RELATIONSHIP_SOURCE_CLASS_ATTR
This attribute can be used for filtering the returned Relationships by the source type.

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 attributes 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 separator for CDM Class or Relationship.

See Also:
Constant Field Values

SOURCE_TOKEN

public static final String SOURCE_TOKEN
The String for SourceToken

See Also:
Constant Field Values

ALIAS_GUID

public static final String ALIAS_GUID
The String for Alias Guid Array

See Also:
Constant Field Values

MASTER

public static final String MASTER
The internal value of Return Guid for Master.

See Also:
Constant Field Values

ALIASES

public static final String ALIASES
The internal value for Return Guid for Aliases.

See Also:
Constant Field Values

MASTER_AND_ALIASES

public static final String MASTER_AND_ALIASES
The internal value for Return Guid for Master and Aliases.

See Also:
Constant Field Values
Constructor Detail

ITRegistryConstants

public ITRegistryConstants()