com.atlassian.jira.bc.issue.changehistory.properties
Class DefaultChangeHistoryPropertyService

java.lang.Object
  extended by com.atlassian.jira.entity.property.BaseEntityPropertyService<ChangeHistory>
      extended by com.atlassian.jira.bc.issue.changehistory.properties.DefaultChangeHistoryPropertyService
All Implemented Interfaces:
ChangeHistoryPropertyService, EntityPropertyService<ChangeHistory>

public class DefaultChangeHistoryPropertyService
extends BaseEntityPropertyService<ChangeHistory>
implements ChangeHistoryPropertyService


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
EntityPropertyService.DeletePropertyValidationResult, EntityPropertyService.EntityPropertyInput, EntityPropertyService.PropertyInput, EntityPropertyService.PropertyKeys<E>, EntityPropertyService.PropertyResult, EntityPropertyService.PropertyServiceResult, EntityPropertyService.SetPropertyValidationResult
 
Constructor Summary
DefaultChangeHistoryPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager, I18nHelper i18n, com.atlassian.event.api.EventPublisher eventPublisher, ChangeHistoryPropertyHelper entityPropertyHelper)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.entity.property.BaseEntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty, validateSetProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty
 

Constructor Detail

DefaultChangeHistoryPropertyService

public DefaultChangeHistoryPropertyService(JsonEntityPropertyManager jsonEntityPropertyManager,
                                           I18nHelper i18n,
                                           com.atlassian.event.api.EventPublisher eventPublisher,
                                           ChangeHistoryPropertyHelper entityPropertyHelper)


Copyright © 2002-2014 Atlassian. All Rights Reserved.