Interface ITarget

All Superinterfaces:
ITargetMetaInfo

public interface ITarget extends ITargetMetaInfo
Author:
dobisekm
  • Method Details

    • getNotificationTargets

      Set<String> getNotificationTargets(INotificationEvent event, String paramValue) throws Exception
      Processes the given event and returns the target email addresses or user IDs.
      Parameters:
      event -
      paramValue -
      Returns:
      Set of String email addresses or user IDs
      Throws:
      Exception