@ProviderType public interface ViewConfigurationProvider
Modifier and Type | Method and Description |
---|---|
ViewConfiguration |
getViewConfiguration(ResourceResolver resolver)
Get the
ViewConfiguration of Inbox |
void |
setViewConfiguration(ResourceResolver resolver,
ViewConfiguration viewConfiguration)
Set the
ViewConfiguration of Inbox |
@Nonnull ViewConfiguration getViewConfiguration(@Nonnull ResourceResolver resolver) throws InboxException
ViewConfiguration
of Inboxresolver
- ResourceResolver
of the callee, user should be part of 'workflow-users' groupInboxException
- InboxException
@Nonnull void setViewConfiguration(@Nonnull ResourceResolver resolver, @Nonnull ViewConfiguration viewConfiguration) throws InboxException
ViewConfiguration
of Inboxresolver
- ResourceResolver
of the calleeviewConfiguration
- ViewConfiguration
to be storedInboxException
- InboxException
Copyright © 2010 - 2020 Adobe. All Rights Reserved