public final class UserPropertyConditionHelper extends AbstractEntityPropertyConditionHelper<ApplicationUser>
Constructor and Description |
---|
UserPropertyConditionHelper(UserPropertyService propertyService) |
Modifier and Type | Method and Description |
---|---|
Optional<Long> |
getEntityId(JiraWebContext context)
This implementation expects to find the entity of the class
T in the context by the "entityName" key. |
getEntityName, getProperty
public UserPropertyConditionHelper(UserPropertyService propertyService)
public Optional<Long> getEntityId(JiraWebContext context)
AbstractEntityPropertyConditionHelper
T
in the context by the "entityName"
key.
ID is then taken directly from this entity.getEntityId
in interface EntityPropertyConditionHelper
getEntityId
in class AbstractEntityPropertyConditionHelper<ApplicationUser>
context
- - context of the web element for which the condition is evaluated.Copyright © 2002-2024 Atlassian. All Rights Reserved.