public class

CommentPropertyHelper

extends Object
implements EntityPropertyHelper<E extends WithId>
java.lang.Object
   ↳ com.atlassian.jira.bc.issue.comment.property.CommentPropertyHelper

Public Constructors

public CommentPropertyHelper (CommentPermissionManager commentPermissionManager, CommentSearchManager commentSearchManager, I18nHelper i18n)

Public Methods

public Function2<ApplicationUserEntityPropertyCommentPropertyDeletedEvent> createDeletePropertyEventFunction ()

public Function2<ApplicationUserEntityPropertyCommentPropertySetEvent> createSetPropertyEventFunction ()

public Function<Long, Option<Comment>> getEntityByIdFunction ()

public EntityPropertyType getEntityPropertyType ()

public CheckPermissionFunction<Comment> hasEditPermissionFunction ()

public CheckPermissionFunction<Comment> hasReadPermissionFunction ()