com.esri.gpt.catalog.search
Class SearchResultRecords
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
com.esri.gpt.framework.request.Records<SearchResultRecord>
com.esri.gpt.catalog.search.SearchResultRecords
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<SearchResultRecord>, Collection<SearchResultRecord>, List<SearchResultRecord>, RandomAccess
public class SearchResultRecords
- extends Records<SearchResultRecord>
The Class SearchResultRecords. Collection of search result records.
- See Also:
- Serialized Form
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 |
SearchResultRecords
public SearchResultRecords()
- Default constructor.
getOpenSearchProperties
public OpenSearchProperties getOpenSearchProperties()
- Gets the open search properties associated with this record set.
- Returns:
- the open search properties (can be null)
setOpenSearchProperties
public void setOpenSearchProperties(OpenSearchProperties properties)
- Sets the open search properties associated with this record set.
- Parameters:
properties
- the open search properties (can be null)
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.