Uses of Class
com.atlassian.jira.entity.property.EntityPropertyService.PropertyInput
Packages that use EntityPropertyService.PropertyInput
Package
Description
-
Uses of EntityPropertyService.PropertyInput in com.atlassian.jira.entity.property
Subclasses of EntityPropertyService.PropertyInput in com.atlassian.jira.entity.propertyModifier and TypeClassDescriptionstatic classTuple with property value, property key, entity id and entity name, which will be persisted by the service.Methods in com.atlassian.jira.entity.property with parameters of type EntityPropertyService.PropertyInputModifier and TypeMethodDescriptionBaseEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) DelegatingEntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) EntityPropertyService.validatePropertyInput(EntityPropertyService.PropertyInput propertyInput) Validates the property's key and property's value without permission checking.BaseEntityPropertyService.validateSetProperty(ApplicationUser user, io.atlassian.fugue.Option<E> entity, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) BaseEntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput) BaseEntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) BaseEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput) BaseEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) DelegatingEntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput) DelegatingEntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) DelegatingEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput) DelegatingEntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) EntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput) Checks if the provided entity's property is valid.EntityPropertyService.validateSetProperty(ApplicationUser user, Long entityId, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) Checks if the provided entity's property is valid.EntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput) Checks if the provided entity's property is valid.EntityWithKeyPropertyService.validateSetProperty(ApplicationUser user, String entityKey, EntityPropertyService.PropertyInput propertyInput, EntityPropertyOptions options) Checks if the provided entity's property is valid. -
Uses of EntityPropertyService.PropertyInput in com.atlassian.jira.rest.v2.entity.property
Methods in com.atlassian.jira.rest.v2.entity.property with parameters of type EntityPropertyService.PropertyInputModifier and TypeMethodDescriptionBasePropertyResource.validateSetProperty(ApplicationUser user, EntityPropertyService.PropertyInput propertyInput, String id) BasePropertyWithKeyResource.validateSetProperty(ApplicationUser user, EntityPropertyService.PropertyInput propertyInput, String idOrKey) -
Uses of EntityPropertyService.PropertyInput in com.codebarrel.jira.entityproperties.compat
Methods in com.codebarrel.jira.entityproperties.compat with parameters of type EntityPropertyService.PropertyInputModifier and TypeMethodDescriptionCommonEntityPropertyServiceCompatibility.validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput) EntityPropertyServiceCompatibility.validateSetProperty(ApplicationUser currentUser, Long entityKey, EntityPropertyService.PropertyInput propertyInput) EntityWithKeyPropertyService7Compatibility.validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) EntityWithKeyPropertyService8Compatibility.validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput) EntityWithKeyPropertyServiceCompatibility.validateSetProperty(ApplicationUser currentUser, String entityKey, EntityPropertyService.PropertyInput propertyInput)