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 filestatic String
DATE
Tag that contains the Date when the file was generatedstatic String
EMAIL
Tag that contains the Email of the User that generated the filestatic String
EXPORTINFO
Top tag of EXPORTINFOXML filestatic String
EXPORTINFOXML
Name of the xml info file inside a promotion car filestatic String
EXPORTRULESETXML
Name of the Export Rule Set xml filestatic String
IMPORTRULESETXML
Name of the Import Rule Set xml filestatic String
JOBID
Tag that contains the Job id that produced the car filestatic 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 forstatic String
TARGETSYSTEM
Tag that contains the Name of the Remote System that this file is intended forstatic String
USER
Tag that contains the Name of the User that generated the file
-
-
-
Field Detail
-
EXPORTRULESETXML
static final String EXPORTRULESETXML
Name of the Export Rule Set xml file- See Also:
- Constant Field Values
-
IMPORTRULESETXML
static final String IMPORTRULESETXML
Name of the Import Rule Set xml file- See Also:
- Constant Field Values
-
EXPORTINFOXML
static final String EXPORTINFOXML
Name of the xml info file inside a promotion car file- See Also:
- Constant Field Values
-
EXPORTINFO
static final String EXPORTINFO
Top tag of EXPORTINFOXML file- See Also:
- Constant Field Values
-
JOBID
static final String JOBID
Tag that contains the Job id that produced the 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
-
USER
static final String USER
Tag that contains the Name of the User that generated the file- See Also:
- Constant Field Values
-
DATE
static final String DATE
Tag that contains the Date when the file was generated- See Also:
- Constant Field Values
-
EMAIL
static final String EMAIL
Tag that contains the Email of the User that generated the file- 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
-
-