Class UserPropertyConditionHelper
java.lang.Object
com.atlassian.jira.entity.property.AbstractEntityPropertyConditionHelper<ApplicationUser>
com.atlassian.jira.bc.user.property.UserPropertyConditionHelper
- All Implemented Interfaces:
EntityPropertyConditionHelper
public final class UserPropertyConditionHelper
extends AbstractEntityPropertyConditionHelper<ApplicationUser>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntityId(JiraWebContext context) This implementation expects to find the entity of the classTin the context by the"entityName"key.Methods inherited from class com.atlassian.jira.entity.property.AbstractEntityPropertyConditionHelper
getEntityName, getProperty
-
Constructor Details
-
UserPropertyConditionHelper
-
-
Method Details
-
getEntityId
Description copied from class:AbstractEntityPropertyConditionHelperThis implementation expects to find the entity of the classTin the context by the"entityName"key. ID is then taken directly from this entity.- Specified by:
getEntityIdin interfaceEntityPropertyConditionHelper- Overrides:
getEntityIdin classAbstractEntityPropertyConditionHelper<ApplicationUser>- Parameters:
context- - context of the web element for which the condition is evaluated.- Returns:
- ID of the entity taken from context or empty.
-