propertyMap.put(SimpleSendMailJob.class,
new SimpleSendMailJob().getParameters());
propertyMap.put(HttpGetInvokerJob.class,
new HttpGetInvokerJob().getParameters());
propertyMap.put(HttpPostInvokerJob.class,
new HttpPostInvokerJob().getParameters());
jobDataMap = getCopiedProperties(jobType);
}