com.atlassian.bamboo.index.fields
Interface IndexedEntityLongField

All Superinterfaces:
IndexedEntityField<java.lang.Long>
All Known Implementing Classes:
IndexedEntityLongFieldImpl

public interface IndexedEntityLongField
extends IndexedEntityField<java.lang.Long>


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

Method Detail

getValue

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


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.