Interface ViewConfigurationProvider
-
@ProviderType public interface ViewConfigurationProvider
Interface for the setting and getting AEM Inbox view configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewConfiguration
getViewConfiguration(ResourceResolver resolver)
Get theViewConfiguration
of Inboxvoid
setViewConfiguration(ResourceResolver resolver, ViewConfiguration viewConfiguration)
Set theViewConfiguration
of Inbox
-
-
-
Method Detail
-
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
-
-