Uses of Class
com.atlassian.jira.entity.property.EntityPropertyService.DeletePropertyValidationResult
Packages that use EntityPropertyService.DeletePropertyValidationResult
Package
Description
-
Uses of EntityPropertyService.DeletePropertyValidationResult in com.atlassian.jira.entity.property
Methods in com.atlassian.jira.entity.property that return EntityPropertyService.DeletePropertyValidationResultModifier and TypeMethodDescriptionBaseEntityPropertyService.validateDeleteProperty(ApplicationUser user, io.atlassian.fugue.Option<E> entity, String propertyKey, EntityPropertyOptions options) BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey) BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey, EntityPropertyOptions options) BaseEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey) BaseEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey, EntityPropertyOptions options) DelegatingEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey) DelegatingEntityPropertyService.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey, EntityPropertyOptions options) DelegatingEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey) DelegatingEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey, EntityPropertyOptions options) 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.validateDeleteProperty(ApplicationUser user, Long entityId, String propertyKey, EntityPropertyOptions options) Check if it is possible to remove the entity property with specified entity's id and entity's property key.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.EntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user, String entityKey, String propertyKey, EntityPropertyOptions options) Check if it is possible to remove the entity property with specified entity's key and entity's property key.Methods in com.atlassian.jira.entity.property with parameters of type EntityPropertyService.DeletePropertyValidationResultModifier and TypeMethodDescriptionvoidBaseEntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult) voidDelegatingEntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult) voidEntityPropertyService.deleteProperty(ApplicationUser user, EntityPropertyService.DeletePropertyValidationResult validationResult) Removes the entity property with specified entity's id and entity's property key. -
Uses of EntityPropertyService.DeletePropertyValidationResult in com.atlassian.jira.rest.v2.entity.property
Methods in com.atlassian.jira.rest.v2.entity.property that return EntityPropertyService.DeletePropertyValidationResultModifier and TypeMethodDescriptionBasePropertyResource.validateDeleteProperty(ApplicationUser user, String propertyKey, String id) BasePropertyWithKeyResource.validateDeleteProperty(ApplicationUser user, String propertyKey, String id) -
Uses of EntityPropertyService.DeletePropertyValidationResult in com.codebarrel.jira.entityproperties.compat
Methods in com.codebarrel.jira.entityproperties.compat that return EntityPropertyService.DeletePropertyValidationResultModifier and TypeMethodDescriptionCommonEntityPropertyServiceCompatibility.validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) EntityPropertyServiceCompatibility.validateDeleteProperty(ApplicationUser currentUser, Long entityKey, String propertyKey) EntityWithKeyPropertyService7Compatibility.validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) EntityWithKeyPropertyService8Compatibility.validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) EntityWithKeyPropertyServiceCompatibility.validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) Methods in com.codebarrel.jira.entityproperties.compat with parameters of type EntityPropertyService.DeletePropertyValidationResultModifier and TypeMethodDescriptionvoidCommonEntityPropertyServiceCompatibility.deleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult) voidEntityPropertyServiceCompatibility.deleteProperty(ApplicationUser currentUser, EntityPropertyService.DeletePropertyValidationResult deletePropertyValidationResult)