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

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

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

Methods in com.atlassian.jira.entity.property that return EntityPropertyService.DeletePropertyValidationResult
 EntityPropertyService.DeletePropertyValidationResult DelegatingEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey)
           
 EntityPropertyService.DeletePropertyValidationResult EntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey)
          Check if it is possible to remove the entity property with specified entity's id and entity's property key.
 EntityPropertyService.DeletePropertyValidationResult BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey)
           
protected  EntityPropertyService.DeletePropertyValidationResult BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user, com.atlassian.fugue.Option<E> entity, String propertyKey)
           
 EntityPropertyService.DeletePropertyValidationResult DelegatingEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey)
           
 EntityPropertyService.DeletePropertyValidationResult EntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey)
          Check if it is possible to remove the entity property with specified entity's key and entity's property key.
 EntityPropertyService.DeletePropertyValidationResult BaseEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey)
           
 

Methods in com.atlassian.jira.entity.property with parameters of type EntityPropertyService.DeletePropertyValidationResult
 void DelegatingEntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult)
           
 void EntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult)
          Removes the entity property with specified entity's id and entity's property key.
 void BaseEntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult)
           
 

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

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.