Interface ViewConfiguration
A view configuration applicable to workflow-users
This is different from
ViewPreferences, which are user specific view preferences-
Method Summary
Modifier and TypeMethodDescriptionThe column in the inboxReturns the custom branding text of inboxReturns the url where a user should be directed to (from inbox) for help If not set, AEM's default help behavior will be in effectReturn the JCR path of image to be used as the branding logobooleanReturns if end user configuration is enabled by the inbox admin or not.voidsetCustomBrandingText(String text) Set the custom branding text.voidsetCustomHelpUrl(URL url) Set the custom help link urlvoidsetCustomLogoPath(String path) Set the JCR path of image to be used as the branding logovoidsetIsEndUserConfigurationEnabled(boolean isEndUserConfigurationEnabled) Set the isEndUserConfigurationEnabled property.
-
Method Details
-
getCustomBrandingText
Returns the custom branding text of inbox- Returns:
- The custom branding text
-
setCustomBrandingText
Set the custom branding text.- Parameters:
text- Custom Branding text
-
getCustomHelpUrl
Returns the url where a user should be directed to (from inbox) for help If not set, AEM's default help behavior will be in effect- Returns:
- The custom help url
-
setCustomHelpUrl
Set the custom help link url- Parameters:
url- The url where a user should be directed to (from inbox) for help
-
getCustomLogoPath
Return the JCR path of image to be used as the branding logo- Returns:
- The logo path
-
setCustomLogoPath
Set the JCR path of image to be used as the branding logo- Parameters:
path- If null, the default branding logo will be used
-
getColumns
The column in the inbox- Returns:
- a list of
ViewConfigurationColumn
-
isEndUserConfigurationEnabled
boolean isEndUserConfigurationEnabled()Returns if end user configuration is enabled by the inbox admin or not.- Returns:
- true if end user configuration is enabled and false if not enabled.
-
setIsEndUserConfigurationEnabled
void setIsEndUserConfigurationEnabled(boolean isEndUserConfigurationEnabled) Set the isEndUserConfigurationEnabled property.- Parameters:
isEndUserConfigurationEnabled- true or false
-