Interface NotificationRecipientBuilder


public interface NotificationRecipientBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processKaleoNotificationRecipient(Set<NotificationRecipient> notificationRecipients, com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient kaleoNotificationRecipient, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType, ExecutionContext executionContext)
     
    void
    processKaleoTaskAssignmentInstance(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