Interface PromotionConstants


  • public interface PromotionConstants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COMMENT
      Tag that contains the Comment from the User that generated the file
      static String DATE
      Tag that contains the Date when the file was generated
      static String EMAIL
      Tag that contains the Email of the User that generated the file
      static String EXPORTINFO
      Top tag of EXPORTINFOXML file
      static String EXPORTINFOXML
      Name of the xml info file inside a promotion car file
      static String EXPORTRULESETXML
      Name of the Export Rule Set xml file
      static String IMPORTRULESETXML
      Name of the Import Rule Set xml file
      static String JOBID
      Tag that contains the Job id that produced the car file
      static String SOURCEADDRESS
      Tag that contains the Address of the Remote System that generated the car file, and is the context url of the system.
      static String SOURCESYSTEM
      Tag that contains the Name of the Remote System that generated the car file, according to the following rules: - RMJ:<Partition> for RMJ - Value from registry key /configuration/export/name - this allows a consistent name for clustered systems, or if customers want to use their own conventions.
      static String TARGETADDRESS
      Tag that contains the location of the Remote System that this file is intended for
      static String TARGETSYSTEM
      Tag that contains the Name of the Remote System that this file is intended for
      static String USER
      Tag that contains the Name of the User that generated the file
    • Field Detail

      • EXPORTINFOXML

        static final String EXPORTINFOXML
        Name of the xml info file inside a promotion car file
        See Also:
        Constant Field Values
      • SOURCESYSTEM

        static final String SOURCESYSTEM
        Tag that contains the Name of the Remote System that generated the car file, according to the following rules: - RMJ:<Partition> for RMJ - Value from registry key /configuration/export/name - this allows a consistent name for clustered systems, or if customers want to use their own conventions. - SystemId.getSystemId()
        See Also:
        Constant Field Values
      • SOURCEADDRESS

        static final String SOURCEADDRESS
        Tag that contains the Address of the Remote System that generated the car file, and is the context url of the system.
        See Also:
        Constant Field Values
      • TARGETSYSTEM

        static final String TARGETSYSTEM
        Tag that contains the Name of the Remote System that this file is intended for
        See Also:
        Constant Field Values
      • TARGETADDRESS

        static final String TARGETADDRESS
        Tag that contains the location of the Remote System that this file is intended for
        See Also:
        Constant Field Values
      • COMMENT

        static final String COMMENT
        Tag that contains the Comment from the User that generated the file
        See Also:
        Constant Field Values