Package net.bluemind.mailbox.api
Interface IMailboxAclUids
@Path("/mailbox/uids")
public interface IMailboxAclUids
To unify the management of changelogs, ACLs, client synchronization,
permissions and sharing, Bluemind stores all elements in a generic structure
called a container. All containers are identified by a unique ID. Some
containers are named (UID) in a specific manner to express a certain meaning.
Returns specific mailbox ACL container UIDs. This container is used to share
access to a mailbox
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getUidForMailbox
(String mailboxUid) Returns the mailbox ACL UIDstatic String
mailboxForUid
(String aclUid) static String
uidForMailbox
(String mailboxUid)
-
Field Details
-
TYPE
- See Also:
-
MAILBOX_ACL_PREFIX
- See Also:
-
-
Method Details