Interface ChangeHistoryPropertyService
- All Superinterfaces:
EntityPropertyService<ChangeHistory>
- All Known Implementing Classes:
DefaultChangeHistoryPropertyService
@ExperimentalApi
public interface ChangeHistoryPropertyService
extends EntityPropertyService<ChangeHistory>
The service used to add, update, retrieve and delete properties from
ChangeHistorys.
Each method of this service ensures that the user has permission to perform the operation. For each operation an appropriate event is published.- Since:
- JIRA 6.3
-
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 -
Method Summary
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getProperties, getProperties, getPropertiesKeys, getPropertiesKeys, getProperty, getProperty, getProperty, setProperty, setProperty, validateDeleteProperty, validateDeleteProperty, validatePropertyInput, validateSetProperty, validateSetProperty