com.atlassian.jira.entity
Interface EntityEngine.WhereEqualAndContext<E>

All Superinterfaces:
EntityEngine.WhereContext<E>
All Known Subinterfaces:
EntityEngine.WhereEqualContext<E>
Enclosing interface:
EntityEngine

public static interface EntityEngine.WhereEqualAndContext<E>
extends EntityEngine.WhereContext<E>


Method Summary
 EntityEngine.WhereEqualAndContext<E> andEqual(String fieldName, Long value)
           
 EntityEngine.WhereEqualAndContext<E> andEqual(String fieldName, String value)
           
 
Methods inherited from interface com.atlassian.jira.entity.EntityEngine.WhereContext
list, orderBy, singleValue
 

Method Detail

andEqual

EntityEngine.WhereEqualAndContext<E> andEqual(String fieldName,
                                              String value)

andEqual

EntityEngine.WhereEqualAndContext<E> andEqual(String fieldName,
                                              Long value)


Copyright © 2002-2012 Atlassian. All Rights Reserved.