Class AbstractEntityPropertyConditionHelper<T extends WithId>

java.lang.Object
com.atlassian.jira.entity.property.AbstractEntityPropertyConditionHelper<T>
Type Parameters:
T - - the type of entity
All Implemented Interfaces:
EntityPropertyConditionHelper
Direct Known Subclasses:
CommentPropertyConditionHelper, DashboardItemPropertyConditionHelper, IssuePropertyConditionHelper, IssueTypePropertyConditionHelper, ProjectPropertyConditionHelper, UserPropertyConditionHelper

@PublicApi public abstract class AbstractEntityPropertyConditionHelper<T extends WithId> extends Object implements EntityPropertyConditionHelper
Base class for entity property conditions.
Since:
v7.1