Methods in com.atlassian.jira.entity.property that return EntityPropertyService.SetPropertyValidationResult |
EntityPropertyService.SetPropertyValidationResult |
DelegatingEntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput)
|
EntityPropertyService.SetPropertyValidationResult |
EntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput)
Checks if the provided entity's property is valid. |
EntityPropertyService.SetPropertyValidationResult |
BaseEntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput)
|
protected EntityPropertyService.SetPropertyValidationResult |
BaseEntityPropertyService.validateSetProperty(ApplicationUser user,
com.atlassian.fugue.Option<E> entity,
EntityPropertyService.PropertyInput propertyInput)
|
EntityPropertyService.SetPropertyValidationResult |
DelegatingEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput)
|
EntityPropertyService.SetPropertyValidationResult |
EntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput)
Checks if the provided entity's property is valid. |
EntityPropertyService.SetPropertyValidationResult |
BaseEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput)
|