Interface ViewConfigurationProvider
Interface for the setting and getting AEM Inbox view configuration
-
Method Summary
Modifier and TypeMethodDescriptiongetViewConfiguration
(ResourceResolver resolver) Get theViewConfiguration
of Inboxvoid
setViewConfiguration
(ResourceResolver resolver, ViewConfiguration viewConfiguration) Set theViewConfiguration
of Inbox
-
Method Details
-
getViewConfiguration
@Nonnull ViewConfiguration getViewConfiguration(@Nonnull ResourceResolver resolver) throws InboxException Get theViewConfiguration
of Inbox- Parameters:
resolver
-ResourceResolver
of 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 theViewConfiguration
of Inbox- Parameters:
resolver
-ResourceResolver
of the calleeviewConfiguration
-ViewConfiguration
to be stored- Throws:
InboxException
-InboxException
-