public class TransformationFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommandLink(String title,
String actionId)
Get update task command link.
|
static Method |
getCommandLinkMethod()
Get command:link method.
|
static String |
getDocumentLink(String path)
Get document link.
|
static Method |
getDocumentLinkMethod()
Get document:link method.
|
static String |
getDocumentLinkWithText(String path,
String text)
Get document link.
|
static Method |
getDocumentLinkWithTextMethod()
Get document:link method.
|
static String |
getDocumentTitle(String path)
Get document title.
|
static Method |
getDocumentTitleMethod()
Get document:title method.
|
static String |
getGroupEmails(String id)
Get group emails.
|
static Method |
getGroupEmailsMethod()
Get group:emails method.
|
static String |
getPortalLink(String text)
Get portal home page link.
|
static Method |
getPortalLinkMethod()
Get portal:link method.
|
static String |
getPortalProperty(String propertyName)
Get portal property.
|
static Method |
getPortalPropertyMethod()
Get portal:link method.
|
static String |
getPortalTranslate(String key)
Get portal translation.
|
static Method |
getPortalTranslateMethod()
Get portal:link method.
|
static String |
getUserDisplayName(String user)
Get user display name.
|
static Method |
getUserDisplayNameMethod()
Get user:name method.
|
static String |
getUserEmail(String user)
Get user email.
|
static Method |
getUserEmailMethod()
Get user:email method.
|
static String |
getUserLink(String user)
Get user link.
|
static Method |
getUserLinkMethod()
Get user:link method.
|
static String |
getViewMessageLink(String discussionId,
String messageId)
Gets the view message link.
|
static Method |
getViewMessageLinkMethod()
Gets the view message link method.
|
static String |
getViewTaskLink(String title)
Get update task command link.
|
static Method |
getViewTaskLinkMethod()
Get command:link method.
|
public static String getUserDisplayName(String user)
user - user identifierpublic static Method getUserDisplayNameMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getUserLink(String user)
user - user identifierpublic static Method getUserLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getUserEmail(String user)
user - user identifierpublic static Method getUserEmailMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getGroupEmails(String id)
id - group identifierpublic static Method getGroupEmailsMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getDocumentTitle(String path)
path - document pathpublic static Method getDocumentTitleMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getDocumentLink(String path)
path - document pathpublic static Method getDocumentLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getCommandLink(String title, String actionId)
title - link titleactionId - action identifierpublic static Method getCommandLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getViewTaskLink(String title)
title - link titleactionId - action identifierpublic static Method getViewTaskLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getDocumentLinkWithText(String path, String text)
path - document pathtext - link textpublic static Method getDocumentLinkWithTextMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getPortalLink(String text)
text - link textpublic static Method getPortalLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getPortalTranslate(String key)
text - link textpublic static Method getPortalTranslateMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getPortalProperty(String propertyName)
text - propertyNamepublic static Method getPortalPropertyMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodExceptionSecurityExceptionpublic static String getViewMessageLink(String discussionId, String messageId)
discussionId - the discussion idmessageId - the message idpublic static Method getViewMessageLinkMethod() throws NoSuchMethodException, SecurityException
NoSuchMethodException - the no such method exceptionSecurityException - the security exceptionCopyright © 2022. All rights reserved.