public class AllUsersTopicAccessRightsChangedEvent extends TopicAccessRightsChangedEvent
Constructor and Description |
---|
AllUsersTopicAccessRightsChangedEvent(long topicId,
String topicTitle,
long grantingUserId,
BlogRole oldRole,
BlogRole newRole)
Constructor.
|
getGrantingUserId, getNewRole, getOldRole, getTopicId, getTopicTitle
public AllUsersTopicAccessRightsChangedEvent(long topicId, String topicTitle, long grantingUserId, BlogRole oldRole, BlogRole newRole)
topicId
- ID of the topic, where the rights were changedtopicTitle
- Title of the topic, where the rights were changedgrantingUserId
- Id of the user who changed the rights.oldRole
- The previous role. Might be null if none.newRole
- Role which was set, a value of "null" means, that all rights where removed.Copyright © 2019 Communote team. All rights reserved.