com.atlassian.jira.issue.index
Class IndexedChangeHistoryField

java.lang.Object
  extended by com.atlassian.jira.issue.index.IndexedChangeHistoryField

@PublicApi
public class IndexedChangeHistoryField
extends Object

Simple class to represent a supported field in a change history search. for example for status, this would be represented by new IndexedChangeHistoryField("status",...);

Since:
v4.3

Constructor Summary
IndexedChangeHistoryField(String fieldName, DateRangeBuilder dateRangeBuilder)
           
 
Method Summary
 boolean equals(Object obj)
           
 DateRangeBuilder getDateRangeBuilder()
           
 String getFieldName()
           
 Set<Operator> getSupportedOperators(Set<Operator> operators)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedChangeHistoryField

public IndexedChangeHistoryField(String fieldName,
                                 DateRangeBuilder dateRangeBuilder)
Method Detail

getFieldName

public String getFieldName()

getDateRangeBuilder

public DateRangeBuilder getDateRangeBuilder()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getSupportedOperators

public Set<Operator> getSupportedOperators(Set<Operator> operators)


Copyright © 2002-2014 Atlassian. All Rights Reserved.