Uses of Class
com.atlassian.jira.entity.property.EntityPropertyService.PropertyResult

Packages that use EntityPropertyService.PropertyResult
com.atlassian.jira.entity.property   
com.atlassian.jira.rest.v2.entity.property   
 

Uses of EntityPropertyService.PropertyResult in com.atlassian.jira.entity.property
 

Methods in com.atlassian.jira.entity.property that return EntityPropertyService.PropertyResult
 EntityPropertyService.PropertyResult DelegatingEntityPropertyService.getProperty(ApplicationUser user, Long entityId, String propertyKey)
           
 EntityPropertyService.PropertyResult EntityPropertyService.getProperty(ApplicationUser user, Long entityId, String propertyKey)
          Returns the JSON property with the specified key from specified entity.
 EntityPropertyService.PropertyResult BaseEntityPropertyService.getProperty(ApplicationUser user, Long entityId, String propertyKey)
           
protected  EntityPropertyService.PropertyResult BaseEntityPropertyService.getProperty(ApplicationUser user, com.atlassian.fugue.Option<E> entity, String propertyKey)
           
 EntityPropertyService.PropertyResult DelegatingEntityWithKeyPropertyService.getProperty(ApplicationUser user, String entityKey, String propertyKey)
           
 EntityPropertyService.PropertyResult EntityWithKeyPropertyService.getProperty(ApplicationUser user, String entityKey, String propertyKey)
          Returns the JSON property with the specified key from specified entity.
 EntityPropertyService.PropertyResult BaseEntityWithKeyPropertyService.getProperty(ApplicationUser user, String entityKey, String propertyKey)
           
 EntityPropertyService.PropertyResult DelegatingEntityPropertyService.setProperty(ApplicationUser user, EntityPropertyService.SetPropertyValidationResult propertyValidationResult)
           
 EntityPropertyService.PropertyResult EntityPropertyService.setProperty(ApplicationUser user, EntityPropertyService.SetPropertyValidationResult propertyValidationResult)
          Associates validated property with the entity.
 EntityPropertyService.PropertyResult BaseEntityPropertyService.setProperty(ApplicationUser user, EntityPropertyService.SetPropertyValidationResult propertyValidationResult)
           
 

Uses of EntityPropertyService.PropertyResult in com.atlassian.jira.rest.v2.entity.property
 

Methods in com.atlassian.jira.rest.v2.entity.property that return EntityPropertyService.PropertyResult
protected  EntityPropertyService.PropertyResult BasePropertyWithKeyResource.getProperty(ApplicationUser user, String propertyKey, String idOrKey)
           
protected  EntityPropertyService.PropertyResult BasePropertyResource.getProperty(ApplicationUser user, String propertyKey, String id)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.