public class ChangeHistoryPropertyHelper extends Object implements EntityPropertyHelper<ChangeHistory>
EntityPropertyHelper.CheckPermissionFunction<E extends WithId>| Constructor and Description |
|---|
ChangeHistoryPropertyHelper(IssueManager issueManager,
IssuePropertyHelper issuePropertyHelper,
I18nHelper i18n,
ChangeHistoryManager changeHistoryManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
createDeletePropertyEventBiFunction() |
java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> |
createSetPropertyEventBiFunction() |
java.util.function.Function<Long,io.atlassian.fugue.Option<ChangeHistory>> |
getEntityByIdFunction() |
EntityPropertyType |
getEntityPropertyType() |
EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> |
hasEditPermissionFunction() |
EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> |
hasReadPermissionFunction() |
public ChangeHistoryPropertyHelper(IssueManager issueManager, IssuePropertyHelper issuePropertyHelper, I18nHelper i18n, ChangeHistoryManager changeHistoryManager)
public EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> hasEditPermissionFunction()
hasEditPermissionFunction in interface EntityPropertyHelper<ChangeHistory>public EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> hasReadPermissionFunction()
hasReadPermissionFunction in interface EntityPropertyHelper<ChangeHistory>public java.util.function.Function<Long,io.atlassian.fugue.Option<ChangeHistory>> getEntityByIdFunction()
getEntityByIdFunction in interface EntityPropertyHelper<ChangeHistory>public java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> createSetPropertyEventBiFunction()
createSetPropertyEventBiFunction in interface EntityPropertyHelper<ChangeHistory>EntityPropertySetEvent for the proper entity type.public java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> createDeletePropertyEventBiFunction()
createDeletePropertyEventBiFunction in interface EntityPropertyHelper<ChangeHistory>EntityPropertyDeletedEvent for the proper entity type.public EntityPropertyType getEntityPropertyType()
getEntityPropertyType in interface EntityPropertyHelper<ChangeHistory>Copyright © 2002-2022 Atlassian. All Rights Reserved.