Interface ViewConfigurationProvider
-
@ProviderType public interface ViewConfigurationProviderInterface for the setting and getting AEM Inbox view configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewConfigurationgetViewConfiguration(ResourceResolver resolver)Get theViewConfigurationof InboxvoidsetViewConfiguration(ResourceResolver resolver, ViewConfiguration viewConfiguration)Set theViewConfigurationof Inbox
-
-
-
Method Detail
-
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 InboxExceptionSet theViewConfigurationof Inbox- Parameters:
resolver-ResourceResolverof the calleeviewConfiguration-ViewConfigurationto be stored- Throws:
InboxException-InboxException
-
-