public final class IssueTypePropertyConditionHelper extends AbstractEntityPropertyConditionHelper<IssueTypeWithID>
Constructor and Description |
---|
IssueTypePropertyConditionHelper(IssueTypePropertyService 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 IssueTypePropertyConditionHelper(IssueTypePropertyService 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<IssueTypeWithID>
context
- - context of the web element for which the condition is evaluated.Copyright © 2002-2024 Atlassian. All Rights Reserved.