Subscribes users with the given IDs to a project, with an option of whether the users being subscribed will get notified for all new object creations in that project.
null
. null
and all IDs must be positive. True
if the given users to be subscribed will get notified upon all new object creations in the project; false
if the users will only get notified once upon being subscribed. Notification server must be enabled for this to take effect. SubscribeUsers
method in the object manager interface. The calling user must have admin access to the project, and the users to be subscribed have to have at least READ access to the project. The call will make a best attempt to subscribe all valid users supplied. A MultipleObjectException
will be thrown specifying the IDs that failed to be subscribed. Exception Type | Condition |
---|---|
InvalidOperationException | if the project has not yet been stored or has already been removed. |
ArgumentException | One or more of the user IDs is not > 0. |
MultipleObjectException | One or more of the users cannot be subscribed. |
CollaborationException | The method call resulted in an error. |
SoapException | There was a communication problem during the execution of the remote method call. |
IProjectManager Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace