public class GetJobContentGenerator extends Object
variables
and genericInfo
maps.Constructor and Description |
---|
GetJobContentGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
replaceVarsAndGenericInfo(String jobContent,
Map<String,JobVariable> variables,
Map<String,String> genericInformation) |
public String replaceVarsAndGenericInfo(String jobContent, Map<String,JobVariable> variables, Map<String,String> genericInformation)
jobContent
- xml representation of the submitted jobvariables
- provided during job submitgenericInformation
- provided during job submitvariables
and genericInformation
respectively.