com.atlassian.bamboo.index.fields
Interface IndexedEntityIntegerField

All Superinterfaces:
IndexedEntityField<Integer>
All Known Implementing Classes:
IndexedEntityIntegerFieldImpl

public interface IndexedEntityIntegerField
extends IndexedEntityField<Integer>


Method Summary
 int getValue(org.apache.lucene.document.Document document, int defaultValue)
           
 
Methods inherited from interface com.atlassian.bamboo.index.fields.IndexedEntityField
addToDocument, createQuery, createTerm, createTerm, getFieldId, getValue, getValueFunction, removeFromDocument
 

Method Detail

getValue

int getValue(@NotNull
             org.apache.lucene.document.Document document,
             int defaultValue)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.