Class NotificationUtils
- java.lang.Object
-
- org.exoplatform.documents.notification.utils.NotificationUtils
-
public class NotificationUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDocumentTitle(javax.jcr.Node node)static StringgetSharedDocumentLink(String nodeUuid, org.exoplatform.social.core.space.spi.SpaceService spaceService, String spacePrettyName)static org.exoplatform.social.core.identity.model.ProfilegetUserProfile(org.exoplatform.social.core.manager.IdentityManager identityManager, String userName)
-
-
-
Method Detail
-
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)
-
-