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, getPropertypublic UserPropertyConditionHelper(UserPropertyService propertyService)
public Optional<Long> getEntityId(JiraWebContext context)
AbstractEntityPropertyConditionHelperT in the context by the "entityName" key.
ID is then taken directly from this entity.getEntityId in interface EntityPropertyConditionHelpergetEntityId in class AbstractEntityPropertyConditionHelper<ApplicationUser>context - - context of the web element for which the condition is evaluated.Copyright © 2002-2021 Atlassian. All Rights Reserved.