Uses of Class
com.javahollic.jira.emh.api.preproc.PreProcHeaderBean
-
Packages that use PreProcHeaderBean Package Description com.javahollic.jira.emh.api com.javahollic.jira.emh.api.extension.preproctask -
-
Uses of PreProcHeaderBean in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return PreProcHeaderBean Modifier and Type Method Description PreProcHeaderBean
IJEMHVelocityContextUtils. updatePreProcHeader(List<javax.mail.internet.InternetAddress> addresses, PreProcHeaderBean headerBean)
Updates specific header with the list of Internet addressesMethods in com.javahollic.jira.emh.api with parameters of type PreProcHeaderBean Modifier and Type Method Description List<javax.mail.internet.InternetAddress>
IJEMHVelocityContextUtils. getOriginalAddressees(PreProcHeaderBean headerBean)
Returns list of the Internet Addresses from specific headervoid
IJEMHVelocityContextUtils. updatePreProcHeader(String newValue, PreProcHeaderBean headerBean)
Updates specific header with the provided valuePreProcHeaderBean
IJEMHVelocityContextUtils. updatePreProcHeader(List<javax.mail.internet.InternetAddress> addresses, PreProcHeaderBean headerBean)
Updates specific header with the list of Internet addresses -
Uses of PreProcHeaderBean in com.javahollic.jira.emh.api.extension.preproctask
Method parameters in com.javahollic.jira.emh.api.extension.preproctask with type arguments of type PreProcHeaderBean Modifier and Type Method Description void
IJEMHMailHeaderPreProcTask. filterHeaders(List<PreProcHeaderBean> headerBeans, byte[] mailContent, int profileId)
API exposes the config via ConfigFields rather than entities
-