EntityPropertyService.DeletePropertyValidationResult |
DelegatingEntityPropertyService.validateDeleteProperty(ApplicationUser user,
Long entityId,
String propertyKey) |
EntityPropertyService.DeletePropertyValidationResult |
BaseEntityPropertyService.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 |
DelegatingEntityPropertyService.validateDeleteProperty(ApplicationUser user,
Long entityId,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.DeletePropertyValidationResult |
BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user,
Long entityId,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.DeletePropertyValidationResult |
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.
|
protected EntityPropertyService.DeletePropertyValidationResult |
BaseEntityPropertyService.validateDeleteProperty(ApplicationUser user,
io.atlassian.fugue.Option<E> entity,
String propertyKey,
EntityPropertyOptions options) |
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) |
EntityPropertyService.DeletePropertyValidationResult |
DelegatingEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.DeletePropertyValidationResult |
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.
|
EntityPropertyService.DeletePropertyValidationResult |
BaseEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options) |