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