com.atlassian.jira.bc.issue.properties
Interface IssuePropertyService

All Superinterfaces:
EntityPropertyService<Issue>, EntityWithKeyPropertyService<Issue>
All Known Implementing Classes:
DefaultIssueEntityWithKeyPropertyService

@ExperimentalApi
public interface IssuePropertyService
extends EntityWithKeyPropertyService<Issue>

The service used to add, update, retrieve and delete properties from Issue's. Each method of this service ensures that the user has permission to perform the operation. For each operation an appropriate event is published.

Since:
v6.2

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.EntityWithKeyPropertyService
getPropertiesKeys, getProperty, validateDeleteProperty, validateSetProperty
 
Methods inherited from interface com.atlassian.jira.entity.property.EntityPropertyService
deleteProperty, getPropertiesKeys, getProperty, setProperty, validateDeleteProperty, validateSetProperty
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.