Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Class DcatJsonSearchEngine.DcatRecordsAdapter

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<IFeedRecord>
          extended by com.esri.gpt.control.georss.DcatJsonSearchEngine.DcatRecordsAdapter
All Implemented Interfaces:
IFeedRecords, Iterable<IFeedRecord>, Collection<IFeedRecord>, List<IFeedRecord>
Enclosing class:
DcatJsonSearchEngine

public static class DcatJsonSearchEngine.DcatRecordsAdapter
extends AbstractList<IFeedRecord>
implements IFeedRecords

DCAT records adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.esri.gpt.control.georss.IFeedRecords
IFeedRecords.FieldMeta
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DcatJsonSearchEngine.DcatRecordsAdapter(MessageBroker msgBroker, FeedLinkBuilder linkBuilder, RequestContext context, RestQuery query)
          Creates instance of the adapter.
 
Method Summary
 IFeedRecord get(int index)
           
 List<IFeedRecords.FieldMeta> getMetaData()
           
 OpenSearchProperties getOpenSearchProperties()
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray
 

Constructor Detail

DcatJsonSearchEngine.DcatRecordsAdapter

public DcatJsonSearchEngine.DcatRecordsAdapter(MessageBroker msgBroker,
                                               FeedLinkBuilder linkBuilder,
                                               RequestContext context,
                                               RestQuery query)
Creates instance of the adapter.

Parameters:
msgBroker - message broker
linkBuilder - link builder
context - request context
query - query
Method Detail

get

public IFeedRecord get(int index)
Specified by:
get in interface List<IFeedRecord>
Specified by:
get in class AbstractList<IFeedRecord>

size

public int size()
Specified by:
size in interface Collection<IFeedRecord>
Specified by:
size in interface List<IFeedRecord>
Specified by:
size in class AbstractCollection<IFeedRecord>

getOpenSearchProperties

public OpenSearchProperties getOpenSearchProperties()
Specified by:
getOpenSearchProperties in interface IFeedRecords

getMetaData

public List<IFeedRecords.FieldMeta> getMetaData()
Specified by:
getMetaData in interface IFeedRecords

Esri Geoportal Server
1.2.9

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