Package net.bluemind.user.api
Interface IInternalUserSubscription
- All Superinterfaces:
 IUserSubscription
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsubscribe(String subject, ContainerDescriptor descriptor) Subscribe current User to a container descriptorvoidunsubscribe(String subject, ContainerDescriptor descriptor) Unsubscribe current User from a container descriptorMethods inherited from interface net.bluemind.user.api.IUserSubscription
listSubscriptions, subscribe, subscribers, unsubscribe, updateAutomount 
- 
Method Details
- 
subscribe
Subscribe current User to a container descriptor- Parameters:
 subject-descriptor-- Throws:
 ServerFault
 - 
unsubscribe
Unsubscribe current User from a container descriptor- Parameters:
 subject-descriptor-- Throws:
 ServerFault
 
 -