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