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(javax.jcr.Node sharedNode, org.exoplatform.social.core.space.spi.SpaceService spaceService, String spacePrettyName) throws javax.jcr.RepositoryException
      Throws:
      javax.jcr.RepositoryException
    • 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)
    • isNodeFile

      public static boolean isNodeFile(javax.jcr.Node node) throws javax.jcr.RepositoryException
      Throws:
      javax.jcr.RepositoryException