Interface ViewConfigurationProvider
Interface for the setting and getting AEM Inbox view configuration
-
Method Summary
Modifier and TypeMethodDescriptiongetViewConfiguration(ResourceResolver resolver) Get theViewConfigurationof InboxvoidsetViewConfiguration(ResourceResolver resolver, ViewConfiguration viewConfiguration) Set theViewConfigurationof Inbox
-
Method Details
-
getViewConfiguration
@Nonnull ViewConfiguration getViewConfiguration(@Nonnull ResourceResolver resolver) throws InboxException Get theViewConfigurationof Inbox- Parameters:
resolver-ResourceResolverof the callee, user should be part of 'workflow-users' group- Returns:
- The current view configuration of the inbox
- Throws:
InboxException-InboxException
-
setViewConfiguration
@Nonnull void setViewConfiguration(@Nonnull ResourceResolver resolver, @Nonnull ViewConfiguration viewConfiguration) throws InboxException Set theViewConfigurationof Inbox- Parameters:
resolver-ResourceResolverof the calleeviewConfiguration-ViewConfigurationto be stored- Throws:
InboxException-InboxException
-