Uses of Interface
com.javahollic.jira.emh.api.IJEMHInboundReport
-
-
Uses of IJEMHInboundReport in com.javahollic.jira.emh.api.extension.attfilter
Methods in com.javahollic.jira.emh.api.extension.attfilter with parameters of type IJEMHInboundReport Modifier and Type Method Description IJEMHAttachmentFilterProvider.AttachmentOutcome
IJEMHAttachmentFilterProvider. filter(javax.mail.Message message, IJEMHRuntimeConfig config, IJEMHInboundReport report, com.atlassian.mail.MailUtils.Attachment attachment)
Execute filter processing on the message. -
Uses of IJEMHInboundReport in com.javahollic.jira.emh.api.extension.fieldproc
Methods in com.javahollic.jira.emh.api.extension.fieldproc that return IJEMHInboundReport Modifier and Type Method Description IJEMHInboundReport
IJEMHFieldProcessorContext. getReport()
-
Uses of IJEMHInboundReport in com.javahollic.jira.emh.api.extension.msgfilter
Methods in com.javahollic.jira.emh.api.extension.msgfilter with parameters of type IJEMHInboundReport Modifier and Type Method Description com.javahollic.jira.emh.api.ao.IJEMHFPAuditEventEntiyDef.ProcessingOutcome
IJEMHMessageFilterProvider. filter(javax.mail.Message message, IJEMHRuntimeConfig config, com.atlassian.jira.service.util.handler.MessageHandlerErrorCollector errorCollector, com.atlassian.jira.issue.Issue issue, IJEMHInboundReport report)
Execute filter processing on the message. -
Uses of IJEMHInboundReport in com.javahollic.jira.emh.api.extension.preproctask
Methods in com.javahollic.jira.emh.api.extension.preproctask with parameters of type IJEMHInboundReport Modifier and Type Method Description void
IJEMHMailHeaderPreProcTask. init(IJEMHRuntimeConfig config, IJEMHInboundReport report, List<ConfigField> fields)
Generic init method to allow setup if needed -
Uses of IJEMHInboundReport in com.javahollic.jira.emh.api.integration
Methods in com.javahollic.jira.emh.api.integration that return IJEMHInboundReport Modifier and Type Method Description IJEMHInboundReport
ITAuditingManager. createEmptyInboundReport()
Methods in com.javahollic.jira.emh.api.integration with parameters of type IJEMHInboundReport Modifier and Type Method Description PortalSecuritySettingsBean
ITJSDUtil. getJSMPortalSecuritySettings(IJEMHInboundReport report, com.atlassian.jira.user.ApplicationUser runAsUser, com.atlassian.jira.project.Project project)
void
ITJSDUtil. updateJSMPortalSecuritySettings(PortalSecuritySettingsBean settings, IJEMHInboundReport report, com.atlassian.jira.user.ApplicationUser runAsUser, com.atlassian.jira.project.Project project)
-