Package com.ibm.di.fc.idml
Class IdMLConstants
- java.lang.Object
-
- com.ibm.di.fc.idml.IdMLConstants
-
public class IdMLConstants extends java.lang.ObjectThis class contains various constants used by the IdML Components (e.g. attribute names, configuration constants, etc.).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdMLConstants.OperationsThis enumeration contains the operations supported by the IDML schema.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARTIFACT_CIOne of the artifact types supported by the IdML Components.static java.lang.StringARTIFACT_RELATIONSHIPOne of the artifact types supported by the IdML Components.static java.lang.StringARTIFACT_SOURCE_TOKEN_ATTRThis attribute contains the sourceToken attribute.static java.lang.StringBOOK_ATTRThis attribute is returned by the Close IdML FC and contains either the full path to the generated IdML file or its contents (if the in-memory option is used).static java.lang.StringBOOK_NAME_ATTRThis attribute is used to override the default book name set in the Components configuration panel.static java.lang.StringCDM_NAMESPACEThe CDM namespace used in IdML files.static java.lang.StringID_ATTRThis attribute contains the id used when adding a CI to the IdML.static java.lang.StringIDML_NAMESPACEThe IdML namespace used in IdML files.static java.lang.StringIT_REGISTRY_PREFIXA prefix used by the properties inIT_REGISTRY_PROPERTIES_FILE.static java.lang.StringIT_REGISTRY_PROPERTIES_FILEThis properties file provides default values for the parameters needed to connect to an IT registry.static java.lang.StringPASSWORD_MASKA mask displayed instead of the actual password for the IT registry database.static java.lang.StringRELATIONSHIP_SOURCE_ATTROne of the mandatory attributes required when creating an IdML Relationship.static java.lang.StringRELATIONSHIP_TARGET_ATTROne of the mandatory attributes required when creating an IdML Relationship.static java.lang.StringSOURCE_CONTACT_INFO_ATTRThis attribute contains the CI's source contact info.static java.lang.StringSUPERIOR_ID_ATTRThis attribute contains the CI's superior ID.
-
Constructor Summary
Constructors Constructor Description IdMLConstants()
-
-
-
Field Detail
-
ID_ATTR
public static final java.lang.String ID_ATTR
This attribute contains the id used when adding a CI to the IdML. The 'id' is a unique (at a given IdML file) identifier given to each created CI. It is used for creating the IdML Relationships.- See Also:
- Constant Field Values
-
SUPERIOR_ID_ATTR
public static final java.lang.String SUPERIOR_ID_ATTR
This attribute contains the CI's superior ID.- See Also:
- Constant Field Values
-
SOURCE_CONTACT_INFO_ATTR
public static final java.lang.String SOURCE_CONTACT_INFO_ATTR
This attribute contains the CI's source contact info.- See Also:
- Constant Field Values
-
ARTIFACT_SOURCE_TOKEN_ATTR
public static final java.lang.String ARTIFACT_SOURCE_TOKEN_ATTR
This attribute contains the sourceToken attribute. The 'sourceToken' attribute is an unique identifier in the whole environment of the author of the IdML file (not only in the file itself). It can optionally be passed when creating a CI.- See Also:
- Constant Field Values
-
ARTIFACT_CI
public static final java.lang.String ARTIFACT_CI
One of the artifact types supported by the IdML Components. It denotes an IdML Configuration Item.- See Also:
- Constant Field Values
-
ARTIFACT_RELATIONSHIP
public static final java.lang.String ARTIFACT_RELATIONSHIP
One of the artifact types supported by the IdML Components. It denotes an IdML Relationship.- See Also:
- Constant Field Values
-
BOOK_ATTR
public static final java.lang.String BOOK_ATTR
This attribute is returned by the Close IdML FC and contains either the full path to the generated IdML file or its contents (if the in-memory option is used).- See Also:
- Constant Field Values
-
IT_REGISTRY_PROPERTIES_FILE
public static final java.lang.String IT_REGISTRY_PROPERTIES_FILE
This properties file provides default values for the parameters needed to connect to an IT registry.- See Also:
- Constant Field Values
-
IT_REGISTRY_PREFIX
public static final java.lang.String IT_REGISTRY_PREFIX
A prefix used by the properties inIT_REGISTRY_PROPERTIES_FILE.- See Also:
- Constant Field Values
-
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
-
RELATIONSHIP_SOURCE_ATTR
public static final java.lang.String RELATIONSHIP_SOURCE_ATTR
One of the mandatory attributes required when creating an IdML Relationship. It denotes the 'source' of the relationship.- See Also:
- Constant Field Values
-
RELATIONSHIP_TARGET_ATTR
public static final java.lang.String RELATIONSHIP_TARGET_ATTR
One of the mandatory attributes required when creating an IdML Relationship. It denotes the 'target' of the relationship.- See Also:
- Constant Field Values
-
CDM_NAMESPACE
public static final java.lang.String CDM_NAMESPACE
The CDM namespace used in IdML files.- See Also:
- Constant Field Values
-
IDML_NAMESPACE
public static final java.lang.String IDML_NAMESPACE
The IdML namespace used in IdML files.- See Also:
- Constant Field Values
-
PASSWORD_MASK
public static final java.lang.String PASSWORD_MASK
A mask displayed instead of the actual password for the IT registry database.- See Also:
- Constant Field Values
-
-