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 |
|---|---|
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
createDeletePropertyEventFunction() |
com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> |
createSetPropertyEventFunction() |
com.google.common.base.Function<Long,com.atlassian.fugue.Option<ChangeHistory>> |
getEntityByIdFunction() |
EntityPropertyType |
getEntityPropertyType() |
EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> |
hasEditPermissionFunction() |
EntityPropertyHelper.CheckPermissionFunction<ChangeHistory> |
hasReadPermissionFunction() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDeletePropertyEventBiFunction, createSetPropertyEventBiFunctionpublic 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 com.google.common.base.Function<Long,com.atlassian.fugue.Option<ChangeHistory>> getEntityByIdFunction()
getEntityByIdFunction in interface EntityPropertyHelper<ChangeHistory>public com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> createSetPropertyEventFunction()
createSetPropertyEventFunction in interface EntityPropertyHelper<ChangeHistory>EntityPropertySetEvent for the proper entity type.public com.atlassian.fugue.Function2<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> createDeletePropertyEventFunction()
createDeletePropertyEventFunction in interface EntityPropertyHelper<ChangeHistory>EntityPropertyDeletedEvent for the proper entity type.public EntityPropertyType getEntityPropertyType()
getEntityPropertyType in interface EntityPropertyHelper<ChangeHistory>Copyright © 2002-2017 Atlassian. All Rights Reserved.