public class

ChangeHistoryPropertyHelper

extends Object
implements EntityPropertyHelper<E extends WithId>
java.lang.Object
   ↳ com.atlassian.jira.bc.issue.changehistory.properties.ChangeHistoryPropertyHelper

Class Overview

EnitityPropertyHelper for ChangeHistories

Summary

Public Constructors
ChangeHistoryPropertyHelper(IssueManager issueManager, IssuePropertyHelper issuePropertyHelper, I18nHelper i18n, ChangeHistoryManager changeHistoryManager)
Public Methods
Function2<ApplicationUserEntityProperty, ? extends EntityPropertyDeletedEvent> createDeletePropertyEventFunction()
Function2<ApplicationUserEntityProperty, ? extends EntityPropertySetEvent> createSetPropertyEventFunction()
Function<Long, Option<ChangeHistory>> getEntityByIdFunction()
EntityPropertyType getEntityPropertyType()
CheckPermissionFunction<ChangeHistory> hasEditPermissionFunction()
CheckPermissionFunction<ChangeHistory> hasReadPermissionFunction()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.property.EntityPropertyHelper

Public Constructors

public ChangeHistoryPropertyHelper (IssueManager issueManager, IssuePropertyHelper issuePropertyHelper, I18nHelper i18n, ChangeHistoryManager changeHistoryManager)

Public Methods

public Function2<ApplicationUserEntityProperty, ? extends EntityPropertyDeletedEvent> createDeletePropertyEventFunction ()

public Function2<ApplicationUserEntityProperty, ? extends EntityPropertySetEvent> createSetPropertyEventFunction ()

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

public EntityPropertyType getEntityPropertyType ()

public CheckPermissionFunction<ChangeHistory> hasEditPermissionFunction ()

public CheckPermissionFunction<ChangeHistory> hasReadPermissionFunction ()