EntityPropertyService.PropertyKeys<E> |
DelegatingEntityPropertyService.getPropertiesKeys(ApplicationUser user,
Long entityId,
EntityPropertyOptions options) |
EntityPropertyService.PropertyKeys<E> |
BaseEntityPropertyService.getPropertiesKeys(ApplicationUser user,
Long entityId,
EntityPropertyOptions options) |
EntityPropertyService.PropertyKeys<T> |
EntityPropertyService.getPropertiesKeys(ApplicationUser user,
Long entityId,
EntityPropertyOptions options)
Returns the properties keys associated with the specified entity.
|
protected EntityPropertyService.PropertyKeys<E> |
BaseEntityPropertyService.getPropertiesKeys(ApplicationUser user,
com.atlassian.fugue.Option<E> entity,
EntityPropertyOptions options) |
EntityPropertyService.PropertyKeys<E> |
DelegatingEntityWithKeyPropertyService.getPropertiesKeys(ApplicationUser user,
String entityKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyKeys<E> |
BaseEntityWithKeyPropertyService.getPropertiesKeys(ApplicationUser user,
String entityKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyKeys<T> |
EntityWithKeyPropertyService.getPropertiesKeys(ApplicationUser user,
String entityKey,
EntityPropertyOptions options)
Returns the properties keys associated with the specified entity.
|
EntityPropertyService.PropertyResult |
DelegatingEntityPropertyService.getProperty(ApplicationUser user,
Long entityId,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyResult |
BaseEntityPropertyService.getProperty(ApplicationUser user,
Long entityId,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyResult |
EntityPropertyService.getProperty(ApplicationUser user,
Long entityId,
String propertyKey,
EntityPropertyOptions options)
Returns the JSON property with the specified key from specified entity.
|
protected EntityPropertyService.PropertyResult |
BaseEntityPropertyService.getProperty(ApplicationUser user,
com.atlassian.fugue.Option<E> entity,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyResult |
DelegatingEntityWithKeyPropertyService.getProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyResult |
BaseEntityWithKeyPropertyService.getProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.PropertyResult |
EntityWithKeyPropertyService.getProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options)
Returns the JSON property with the specified key from specified entity.
|
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,
com.atlassian.fugue.Option<E> entity,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.DeletePropertyValidationResult |
DelegatingEntityWithKeyPropertyService.validateDeleteProperty(ApplicationUser user,
String entityKey,
String propertyKey,
EntityPropertyOptions options) |
EntityPropertyService.DeletePropertyValidationResult |
BaseEntityWithKeyPropertyService.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.SetPropertyValidationResult |
DelegatingEntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options) |
EntityPropertyService.SetPropertyValidationResult |
BaseEntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options) |
EntityPropertyService.SetPropertyValidationResult |
EntityPropertyService.validateSetProperty(ApplicationUser user,
Long entityId,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options)
Checks if the provided entity's property is valid.
|
protected EntityPropertyService.SetPropertyValidationResult |
BaseEntityPropertyService.validateSetProperty(ApplicationUser user,
com.atlassian.fugue.Option<E> entity,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options) |
EntityPropertyService.SetPropertyValidationResult |
DelegatingEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options) |
EntityPropertyService.SetPropertyValidationResult |
BaseEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options) |
EntityPropertyService.SetPropertyValidationResult |
EntityWithKeyPropertyService.validateSetProperty(ApplicationUser user,
String entityKey,
EntityPropertyService.PropertyInput propertyInput,
EntityPropertyOptions options)
Checks if the provided entity's property is valid.
|