Interface PromotionConstants
- 
 public interface PromotionConstants
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOMMENTTag that contains the Comment from the User that generated the filestatic StringDATETag that contains the Date when the file was generatedstatic StringEMAILTag that contains the Email of the User that generated the filestatic StringEXPORTINFOTop tag of EXPORTINFOXML filestatic StringEXPORTINFOXMLName of the xml info file inside a promotion car filestatic StringEXPORTRULESETXMLName of the Export Rule Set xml filestatic StringIMPORTRULESETXMLName of the Import Rule Set xml filestatic StringJOBIDTag that contains the Job id that produced the car filestatic StringSOURCEADDRESSTag that contains the Address of the Remote System that generated the car file, and is the context url of the system.static StringSOURCESYSTEMTag 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 StringTARGETADDRESSTag that contains the location of the Remote System that this file is intended forstatic StringTARGETSYSTEMTag that contains the Name of the Remote System that this file is intended forstatic StringUSERTag that contains the Name of the User that generated the file
 
- 
- 
- 
Field Detail- 
EXPORTRULESETXMLstatic final String EXPORTRULESETXML Name of the Export Rule Set xml file- See Also:
- Constant Field Values
 
 - 
IMPORTRULESETXMLstatic final String IMPORTRULESETXML Name of the Import Rule Set xml file- See Also:
- Constant Field Values
 
 - 
EXPORTINFOXMLstatic final String EXPORTINFOXML Name of the xml info file inside a promotion car file- See Also:
- Constant Field Values
 
 - 
EXPORTINFOstatic final String EXPORTINFO Top tag of EXPORTINFOXML file- See Also:
- Constant Field Values
 
 - 
JOBIDstatic final String JOBID Tag that contains the Job id that produced the car file- See Also:
- Constant Field Values
 
 - 
SOURCESYSTEMstatic 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
 
 - 
SOURCEADDRESSstatic 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
 
 - 
TARGETSYSTEMstatic final String TARGETSYSTEM Tag that contains the Name of the Remote System that this file is intended for- See Also:
- Constant Field Values
 
 - 
TARGETADDRESSstatic final String TARGETADDRESS Tag that contains the location of the Remote System that this file is intended for- See Also:
- Constant Field Values
 
 - 
USERstatic final String USER Tag that contains the Name of the User that generated the file- See Also:
- Constant Field Values
 
 - 
DATEstatic final String DATE Tag that contains the Date when the file was generated- See Also:
- Constant Field Values
 
 - 
EMAILstatic final String EMAIL Tag that contains the Email of the User that generated the file- See Also:
- Constant Field Values
 
 - 
COMMENTstatic final String COMMENT Tag that contains the Comment from the User that generated the file- See Also:
- Constant Field Values
 
 
- 
 
-