Class DISBConstants


  • public class DISBConstants
    extends java.lang.Object
    This class contains various constants used by the DISB Component classes (e.g. attribute names, configuration constants, etc.).

    Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.
    Since:
    7.1.1
    • Field Detail

      • JSONMSG_ATTR_CREATE

        public static final java.lang.String JSONMSG_ATTR_CREATE
        JSON/Entry create.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_MODIFY

        public static final java.lang.String JSONMSG_ATTR_MODIFY
        JSON/Entry modify.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_DELETE

        public static final java.lang.String JSONMSG_ATTR_DELETE
        JSON/Entry delete.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_REFRESH

        public static final java.lang.String JSONMSG_ATTR_REFRESH
        JSON/Entry refresh.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_REFERENCE

        public static final java.lang.String JSONMSG_ATTR_REFERENCE
        JSON/Entry reference.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_TIMESTAMP

        public static final java.lang.String JSONMSG_ATTR_TIMESTAMP
        JSON/Entry timeStamp.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_OPSET

        public static final java.lang.String JSONMSG_ATTR_OPSET
        JSON/Entry operationSet.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_OPSETID

        public static final java.lang.String JSONMSG_ATTR_OPSETID
        JSON/Entry opid.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_MESSAGE

        public static final java.lang.String JSONMSG_ATTR_MESSAGE
        DIS JSON message in Entry.
        See Also:
        Constant Field Values
      • JMSMSG_ATTR_MSG

        public static final java.lang.String JMSMSG_ATTR_MSG
        JMS Message in Entry.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_RELATIONSHIP

        public static final java.lang.String JSONMSG_ATTR_RELATIONSHIP
        JSON/Entry relationship.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_SOURCE

        public static final java.lang.String JSONMSG_ATTR_SOURCE
        JSON/Entry source.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_TARGET

        public static final java.lang.String JSONMSG_ATTR_TARGET
        JSON/Entry target.
        See Also:
        Constant Field Values
      • JSONMSG_ATTR_MODELOBJECT

        public static final java.lang.String JSONMSG_ATTR_MODELOBJECT
        JSON/Entry modelObject.
        See Also:
        Constant Field Values
      • JSONMSG_IDML_ATTR_TIMESTAMP

        public static final java.lang.String JSONMSG_IDML_ATTR_TIMESTAMP
        JSON/Entry timeStamp.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DISBConstants

        public DISBConstants()