Esri Geoportal Server
1.0

com.esri.gpt.framework.request
Class Records<T extends Record>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<T>
              extended by com.esri.gpt.framework.request.Records<T>
Type Parameters:
T - the generic type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess
Direct Known Subclasses:
CswRecords, HeRecords, HjRecords, HrRecords, MmdRecords, SearchResultRecords

public class Records<T extends Record>
extends ArrayList<T>

Maintains a collection of records.

The collection is typically generated through a database query, or a query to a remote service.


generic: T represents the record type

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Records()
          Default constructor.
 
Method Summary
 int getMaximumQueryHits()
          Gets the maximum query hits.
 void setMaximumQueryHits(int maxQueryHits)
          Sets the maximum query hits.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

Records

public Records()
Default constructor.

Method Detail

setMaximumQueryHits

public void setMaximumQueryHits(int maxQueryHits)
Sets the maximum query hits.

Parameters:
maxQueryHits - the new maximum query hits

getMaximumQueryHits

public int getMaximumQueryHits()
Gets the maximum query hits.

Returns:
the maximum query hits

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.