@ProviderType public interface SharingPreferences
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getPendingRequestMap()
Returns the map of user id's and respective workflow instance id's for those users on whom the inbox access request is pending
or empty Map if user id's and respective workflow instance id's are not present
|
java.util.Set<java.lang.String> |
getRejectedRequests()
Return the set of users who rejected current user's inbox access request
or empty set if users are not present
|
java.util.Set<java.lang.String> |
getSharesInboxWith()
Return the set of users with whom user has shared her inbox
or empty set if users are not present
|
@Nonnull java.util.Set<java.lang.String> getSharesInboxWith()
@Nonnull java.util.Set<java.lang.String> getRejectedRequests()
@Nonnull java.util.Map<java.lang.String,java.lang.String> getPendingRequestMap()
Copyright © 2010 - 2020 Adobe. All Rights Reserved