Uses of Class
org.openiam.base.request.NotificationParam
-
Packages that use NotificationParam Package Description org.openiam.am.srvc.groovy org.openiam.base.request org.openiam.common.beans.mq org.openiam.workflow.activiti.delegate.core -
-
Uses of NotificationParam in org.openiam.am.srvc.groovy
Method parameters in org.openiam.am.srvc.groovy with type arguments of type NotificationParam Modifier and Type Method Description default MailContent
CustomMailConfigHelper. customizeEmailContent(User user, List<NotificationParam> notificationParamList, AuditLogBuilder auditLogBuilder)
Customizes the email content based on the user, notification parameters, and audit log information. -
Uses of NotificationParam in org.openiam.base.request
Methods in org.openiam.base.request that return NotificationParam Modifier and Type Method Description NotificationParam
NotificationRequest. getNotificationParam(String key)
Constructor parameters in org.openiam.base.request with type arguments of type NotificationParam Constructor Description NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to)
NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to, String requestId, String linkedRequestId)
NotificationRequest(List<NotificationParam> paramList)
-
Uses of NotificationParam in org.openiam.common.beans.mq
Method parameters in org.openiam.common.beans.mq with type arguments of type NotificationParam Modifier and Type Method Description void
MailRabbitMQService. sendNotificationAsynchronously(String userId, String email, List<NotificationParam> msgParams, String messageType)
void
MailRabbitMQService. sendNotificationAsynchronously(String userId, List<NotificationParam> msgParams, String messageType)
void
MailRabbitMQService. sendNotificationAsynchronously(String userId, List<NotificationParam> msgParams, String messageType, String attachmentPath)
void
MailRabbitMQService. sendNotificationAsynchronously(String userId, List<NotificationParam> msgParams, String messageType, String attachmentPath, Map<String,Object> bindingMapExtension)
void
MailRabbitMQService. sendNotificationAsynchronously(String userId, List<NotificationParam> msgParams, String messageType, String attachmentPath, Map<String,Object> bindingMapExtension, String parentAuditLogId)
-
Uses of NotificationParam in org.openiam.workflow.activiti.delegate.core
Method parameters in org.openiam.workflow.activiti.delegate.core with type arguments of type NotificationParam Modifier and Type Method Description protected void
AbstractNotificationDelegate. fillCommonNotificationParams(User toNotify, List<NotificationParam> notificationParams, String targetUserDisplay, String targetUserLogin, String supervisorDisplayName, String supervisorLogin, String domain, Map<String,Object> executionVariables, String processInstanceId)
-