Class NotificationUtils
java.lang.Object
org.exoplatform.documents.notification.utils.NotificationUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDocumentLink(javax.jcr.Node node, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager) static StringgetDocumentTitle(javax.jcr.Node node) static StringgetSharedDocumentLink(javax.jcr.Node sharedNode, 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) static booleanisNodeFile(javax.jcr.Node node)
-
Field Details
-
JCR_CONTENT
- See Also:
-
EXO_SYMLINK_UUID
- See Also:
-
NT_FILE
- See Also:
-
-
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
-
getDocumentTitle
- 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
-