Class NotificationUtils

java.lang.Object
org.exoplatform.processes.notification.utils.NotificationUtils

public class NotificationUtils extends Object
  • Constructor Details

    • NotificationUtils

      public NotificationUtils()
  • Method Details

    • getProcessAdmins

      public static List<String> getProcessAdmins(String currentUser)
    • getUserProfile

      public static org.exoplatform.social.core.identity.model.Profile getUserProfile(String userName)
    • getProcessLink

      public static String getProcessLink(Long projectId)
    • getRequestLink

      public static String getRequestLink(Long taskId)
    • getRequestCommentsLink

      public static Object getRequestCommentsLink(Long taskId)
    • getSpacesMembers

      public static List<String> getSpacesMembers(String groupId)
      retrieves the members of spaces
    • getWorkFlowByProjectId

      public static org.exoplatform.processes.model.WorkFlow getWorkFlowByProjectId(long workflowProjectId)
    • getReceivers

      public static List<String> getReceivers(long workflowProjectId, String requester, boolean withAdministrators)
    • formatMention

      public static String formatMention(String comment)