public class UserToTopicRoleMappingChangedEvent extends Object implements Event
Constructor and Description |
---|
UserToTopicRoleMappingChangedEvent(Long topicId,
Long entityId,
boolean isGroup,
BlogRole oldRoleOfMapping,
BlogRole newRoleOfMapping,
BlogRole beforeTopicRole) |
UserToTopicRoleMappingChangedEvent(Long topicId,
Long entityId,
boolean isGroup,
Long grantingGroupId,
BlogRole oldRoleOfMapping,
BlogRole newRoleOfMapping,
BlogRole beforeTopicRole) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BlogRole |
getBeforeTopicRole() |
Long |
getEntityId() |
Long |
getGrantingGroupId() |
BlogRole |
getNewRoleOfMapping() |
BlogRole |
getOldRoleOfMapping() |
Long |
getTopicId() |
boolean |
isGroup() |
public UserToTopicRoleMappingChangedEvent(Long topicId, Long entityId, boolean isGroup, BlogRole oldRoleOfMapping, BlogRole newRoleOfMapping, BlogRole beforeTopicRole)
public BlogRole getBeforeTopicRole()
public Long getEntityId()
public Long getGrantingGroupId()
public BlogRole getNewRoleOfMapping()
public BlogRole getOldRoleOfMapping()
public Long getTopicId()
public boolean isGroup()
Copyright © 2019 Communote team. All rights reserved.