Interface EntityWithKeyPropertyServiceCompatibility
- All Superinterfaces:
EntityPropertyServiceCompatibility
- All Known Implementing Classes:
EntityWithKeyPropertyService7Compatibility,EntityWithKeyPropertyService8Compatibility
public interface EntityWithKeyPropertyServiceCompatibility
extends EntityPropertyServiceCompatibility
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertiesKeys(ApplicationUser currentUser, String entityKey) getProperty(ApplicationUser currentUser, String entityKey, String propertyKey) validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) Methods inherited from interface com.codebarrel.jira.entityproperties.compat.EntityPropertyServiceCompatibility
deleteProperty, getPropertiesKeys, getProperty, setProperty, validateDeleteProperty, validateSetProperty
-
Method Details
-
getPropertiesKeys
-
validateDeleteProperty
EntityPropertyService.DeletePropertyValidationResult validateDeleteProperty(ApplicationUser currentUser, String entityKey, String propertyKey) -
validateSetProperty
EntityPropertyService.SetPropertyValidationResult validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) -
getProperty
-