Class IdMLConstants


  • public class IdMLConstants
    extends java.lang.Object
    This 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 class  IdMLConstants.Operations
      This enumeration contains the operations supported by the IDML schema.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARTIFACT_CI
      One of the artifact types supported by the IdML Components.
      static java.lang.String ARTIFACT_RELATIONSHIP
      One of the artifact types supported by the IdML Components.
      static java.lang.String ARTIFACT_SOURCE_TOKEN_ATTR
      This attribute contains the sourceToken attribute.
      static 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).
      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 CDM_NAMESPACE
      The CDM namespace used in IdML files.
      static java.lang.String ID_ATTR
      This attribute contains the id used when adding a CI to the IdML.
      static java.lang.String IDML_NAMESPACE
      The IdML namespace used in IdML files.
      static java.lang.String IT_REGISTRY_PREFIX
      A prefix used by the properties in IT_REGISTRY_PROPERTIES_FILE.
      static java.lang.String IT_REGISTRY_PROPERTIES_FILE
      This properties file provides default values for the parameters needed to connect to an IT registry.
      static java.lang.String PASSWORD_MASK
      A mask displayed instead of the actual password for the IT registry database.
      static java.lang.String RELATIONSHIP_SOURCE_ATTR
      One of the mandatory attributes required when creating an IdML Relationship.
      static java.lang.String RELATIONSHIP_TARGET_ATTR
      One of the mandatory attributes required when creating an IdML Relationship.
      static java.lang.String SOURCE_CONTACT_INFO_ATTR
      This attribute contains the CI's source contact info.
      static java.lang.String SUPERIOR_ID_ATTR
      This attribute contains the CI's superior ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      IdMLConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
    • Constructor Detail

      • IdMLConstants

        public IdMLConstants()