Interface NotificationRecipientBuilder
public interface NotificationRecipientBuilder
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessKaleoNotificationRecipient(Set<NotificationRecipient> notificationRecipients, com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient kaleoNotificationRecipient, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType, ExecutionContext executionContext) voidprocessKaleoTaskAssignmentInstance(Set<NotificationRecipient> notificationRecipients, com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType, ExecutionContext executionContext)
-
Method Details
-
processKaleoNotificationRecipient
void processKaleoNotificationRecipient(Set<NotificationRecipient> notificationRecipients, com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient kaleoNotificationRecipient, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType, ExecutionContext executionContext) throws Exception - Throws:
Exception
-
processKaleoTaskAssignmentInstance
void processKaleoTaskAssignmentInstance(Set<NotificationRecipient> notificationRecipients, com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance kaleoTaskAssignmentInstance, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType, ExecutionContext executionContext) throws Exception - Throws:
Exception
-