ShareEventProtocol
IntroductionProtocol for implementing a Share delegate. Abstract base class which is used when you want notification about changes in folder and on documents. Member Functions
onACLErrorpublic Parameters
DiscussionGets called when errors regarding ACLs have occured, outcome of a get or setACL that has failed. onContainerACLAddedpublic DiscussionGets called when an Access Control List (std::map with user_id and permission) has been added to a Container onContainerAclLoadedpublic DiscussionGets called when an Access Control List (std::map with user_id and permission) has been loaded for a Container onContainerSharedpublic ParametersDiscussionGets called when a Container has been shared onContainerUnSharedpublic DiscussionGets called when a Container has been unShared, message will be OK else an shareError will be thrown. onListAvailableSharespublic DiscussionGets called when a query for available shares that have been shared to you. onListMySharespublic DiscussionGets called when a query for shares that you have shared to other accounts or groups. onObjectACLAddedpublic DiscussionGets called when an Access Control List (std::map with user_id and permission) has been added to an Object onObjectAclLoadedpublic DiscussionGets called when an Access Control List (std::map with user_id and permission) has been loaded for an Object onObjectSharedpublic DiscussionGets called when an Object has been shared. onObjectUnSharedpublic DiscussionGets called when an Object has been unshared, massage will be OK, if not ok there will be a shareError thrown. onShareErrorpublic DiscussionErrors regarding share and list share calls onShareError. |