public class TransformationFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommandLink(String title,
String actionId,
String redirectionPath)
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 |
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.
|
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, String redirectionPath)
title - link titleactionId - action identifierredirectionPath - redirection pathpublic static Method getCommandLinkMethod() 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
NoSuchMethodExceptionSecurityExceptionCopyright © 2019. All rights reserved.