Package com.ibm.di.fc.itregistry
Class ITRegistryConstants
- java.lang.Object
-
- com.ibm.di.fc.itregistry.ITRegistryConstants
-
public class ITRegistryConstants extends java.lang.Object
This class contains various constants used by the IT registry Components (e.g. attribute names etc.).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ALIAS_GUID
The String for Alias Guid Arraystatic java.lang.String
ALIASES
The internal value for Return Guid for Aliases.static java.lang.String
ATTR_CLASS_TYPE
This attribute is used in attribute mapping in CallReply mode of IT registry Connectorstatic java.lang.String
ATTR_GUID
This represents the GUID of a Managed Element which is registered in the IT registry.static java.lang.String
ATTR_MSS_GUID
This attribute represents the Guid of Management Software System.static java.lang.String
ATTR_OUTPUT_GUID
The String for Guidstatic java.lang.String
ATTR_RELATIONSHIP_TYPE
This attribute should be present in attribute map for adding/deleting a relationship.static java.lang.String
BOOK_NAME_ATTR
This attribute is used to override the default book name set in the Components configuration panel.static java.lang.String
IDENTIFYING_ATTRIBUTE
The String which denotes the identifying attributes of fetched CIstatic java.lang.String
MANAGEMENT_SOFTWARE_SYSTEM
The String which denotes the details about MSS for fetched CIstatic java.lang.String
MASTER
The internal value of Return Guid for Master.static java.lang.String
MASTER_AND_ALIASES
The internal value for Return Guid for Master and Aliases.static java.lang.String
PACKAGE_SEPARATOR
The special character which acts as package separator for CDM Class or Relationship.static java.lang.String
RELATIONSHIP_SOURCE_ATTR
This attribute should be present for adding a relationship.static java.lang.String
RELATIONSHIP_SOURCE_CLASS_ATTR
This attribute can be used for filtering the returned Relationships by the source type.static java.lang.String
RELATIONSHIP_SOURCE_GUID_ATTR
This attribute should be present for deleting a relationship.static java.lang.String
RELATIONSHIP_TARGET_ATTR
This attribute should be present for adding a relationship.static java.lang.String
RELATIONSHIP_TARGET_CLASS_ATTR
This attribute can be used for filtering the returned Relationships by the target type.static java.lang.String
RELATIONSHIP_TARGET_GUID_ATTR
This attribute should be present for deleting a relationship.static java.lang.String
SOURCE_TOKEN
The String for SourceToken
-
Constructor Summary
Constructors Constructor Description ITRegistryConstants()
-
-
-
Field Detail
-
BOOK_NAME_ATTR
public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String IDENTIFYING_ATTRIBUTE
The String which denotes the identifying attributes of fetched CI- See Also:
- Constant Field Values
-
ATTR_OUTPUT_GUID
public static final java.lang.String ATTR_OUTPUT_GUID
The String for Guid- See Also:
- Constant Field Values
-
PACKAGE_SEPARATOR
public static final java.lang.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 java.lang.String SOURCE_TOKEN
The String for SourceToken- See Also:
- Constant Field Values
-
ALIAS_GUID
public static final java.lang.String ALIAS_GUID
The String for Alias Guid Array- See Also:
- Constant Field Values
-
MASTER
public static final java.lang.String MASTER
The internal value of Return Guid for Master.- See Also:
- Constant Field Values
-
ALIASES
public static final java.lang.String ALIASES
The internal value for Return Guid for Aliases.- See Also:
- Constant Field Values
-
MASTER_AND_ALIASES
public static final java.lang.String MASTER_AND_ALIASES
The internal value for Return Guid for Master and Aliases.- See Also:
- Constant Field Values
-
-