Class NotificationUtils

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

public class NotificationUtils extends Object
  • Field Details

  • Constructor Details

    • NotificationUtils

      public NotificationUtils()
  • Method Details

    • getDocumentLink

      public static String getDocumentLink(javax.jcr.Node node, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager) throws javax.jcr.RepositoryException
      Throws:
      javax.jcr.RepositoryException
    • getSharedDocumentLink

      public static String getSharedDocumentLink(String nodeUuid, org.exoplatform.social.core.space.spi.SpaceService spaceService, String spacePrettyName)
    • getDocumentTitle

      public static String getDocumentTitle(javax.jcr.Node node) throws javax.jcr.RepositoryException
      Throws:
      javax.jcr.RepositoryException
    • getUserProfile

      public static org.exoplatform.social.core.identity.model.Profile getUserProfile(org.exoplatform.social.core.manager.IdentityManager identityManager, String userName)