Esri Geoportal Server
1.2.9

Esri Geoportal Server 1.2.9 API Specification

Framework Packages
com.esri.gpt.framework.adhoc Ad-Hoc harvesting related classes.
com.esri.gpt.framework.adhoc.events Events.
com.esri.gpt.framework.adhoc.factories Event factories.
com.esri.gpt.framework.ArcGIS ArcGIS related classes.
com.esri.gpt.framework.ckan CKAN framework.
com.esri.gpt.framework.collection Specialized collections utility classes.
com.esri.gpt.framework.context Application context classes.
com.esri.gpt.framework.dcat DCAT parser.
com.esri.gpt.framework.dcat.adaptors Raw to concrete adaptors.
com.esri.gpt.framework.dcat.dcat Concrete interfaces.
com.esri.gpt.framework.dcat.json Raw data classes.
com.esri.gpt.framework.geometry Geometry and spatial specific classes.
com.esri.gpt.framework.http Provides an interface for the execution of outbound HTTP requests.
com.esri.gpt.framework.http.crawl Provides support for harvesting with the respect to robots.txt.
com.esri.gpt.framework.http.multipart HTTP multi-part request support.
com.esri.gpt.framework.isodate ISO date & time utility.
com.esri.gpt.framework.jsf Bridge between JSF technology and the application classes.
com.esri.gpt.framework.jsf.components Custom JSF components.
com.esri.gpt.framework.mail Mail utility classes.
com.esri.gpt.framework.request Single request support classes.
com.esri.gpt.framework.resource.adapters Various resource adapters.
com.esri.gpt.framework.resource.api Network accessible esources framework.
com.esri.gpt.framework.resource.common Common resource classes.
com.esri.gpt.framework.resource.query Query framework definitions.
com.esri.gpt.framework.robots Provides support for reading and parsing robots.txt
com.esri.gpt.framework.scheduler Thread scheduler.
com.esri.gpt.framework.search Search support.
com.esri.gpt.framework.security.codec Cryptographic encoders.
com.esri.gpt.framework.security.credentials User credentials.
com.esri.gpt.framework.security.identity Identity management.
com.esri.gpt.framework.security.identity.agp ArcGIS Online or Portal identity adapter.
com.esri.gpt.framework.security.identity.ldap Ldap identity adapter.
com.esri.gpt.framework.security.identity.local Local database identity adapter.
com.esri.gpt.framework.security.identity.open Openid authentication.
com.esri.gpt.framework.security.metadata Metadata document access policy.
com.esri.gpt.framework.security.principal Security principials.
com.esri.gpt.framework.sql Database access objects and JDBC connection utility classes.
com.esri.gpt.framework.util General usage and utility classes.
com.esri.gpt.framework.xml XML documents utility classes.

 

Catalog Packages
com.esri.gpt.catalog.arcgis.metadata Processing of service and dataset metadata associated with a referenced ArcGIS Server.
com.esri.gpt.catalog.arcims ArcIMS server access classes.
com.esri.gpt.catalog.context Catalog (database) configuration information utility classes.
com.esri.gpt.catalog.discovery Discovery classes.
com.esri.gpt.catalog.discovery.rest REST interface to the discovery service.
com.esri.gpt.catalog.gxe Geoportal Server XML editor.
com.esri.gpt.catalog.harvest.clients Contains implementations of harvest repository clients.
com.esri.gpt.catalog.harvest.clients.exceptions Exceptions to be thrown by harvest repository clients.
com.esri.gpt.catalog.harvest.history Harvest history requests.
com.esri.gpt.catalog.harvest.jobs Harvest job requests.
com.esri.gpt.catalog.harvest.protocols Protocols definitions.
com.esri.gpt.catalog.harvest.repository Harvest repository requests.
com.esri.gpt.catalog.lucene Indexing and search technology.
com.esri.gpt.catalog.lucene.stats Provides basic statistics associated with a Lucene index.
com.esri.gpt.catalog.management Metadata management classes.
com.esri.gpt.catalog.publication Publishing metadata documents.
com.esri.gpt.catalog.schema Provides the underlying component objects associated with metadata schema's defined in a declarative manner by configurable XML documents.
com.esri.gpt.catalog.schema.indexable Elements indexable within the schema.
com.esri.gpt.catalog.schema.indexable.tp Indexable elements associated with the time period of the content.
com.esri.gpt.catalog.search Package contains classes pertaining to performing a search on the selected search interface.

 

Controller Packages
com.esri.gpt.control Controllers.
com.esri.gpt.control.arcims ArcIMS controller.
com.esri.gpt.control.cart Shopping Cart support.
com.esri.gpt.control.download Provides implementation for data download controller.
com.esri.gpt.control.filter HTTP request filter.
com.esri.gpt.control.georss Provides GEORSS feed.
com.esri.gpt.control.georss.dcatcache DCAT cache related classes.
com.esri.gpt.control.georss.dcatdef DCAT definitions.
com.esri.gpt.control.harvest Harvest controller.
com.esri.gpt.control.identity User login/logout controller.
com.esri.gpt.control.livedata Live data services spport.
com.esri.gpt.control.livedata.selector Advanced renderer selector.
com.esri.gpt.control.livedata.sos Sensor Observation Service support.
com.esri.gpt.control.publication Metadata publication.
com.esri.gpt.control.rest REST interface.
com.esri.gpt.control.rest.repositories Provides a Rest API for repositories registered within the GPT harvesting tables.
com.esri.gpt.control.rest.search Provides a Rest API to search multiple repositories registerd in GPT

http://host:port/context/rest/distributed?

com.esri.gpt.control.rest.writer Rest response writers.
com.esri.gpt.control.search Package contains classes to a controller for doing GPT search criteria operations.
com.esri.gpt.control.search.browse Browsing catalog functionality.
com.esri.gpt.control.sitemap Provides an end-point associated with the generation of sitemap files based upon the content of the metadata catalog.
com.esri.gpt.control.view General classes involved in page generation.
com.esri.gpt.control.webharvest Web harvester module implementation.
com.esri.gpt.control.webharvest.client.arcgis ArcGIS server protocol related classes.
com.esri.gpt.control.webharvest.client.arcims ArcIMS related classes.
com.esri.gpt.control.webharvest.client.atom Atom related classes.
com.esri.gpt.control.webharvest.client.ckan CKAN client.
com.esri.gpt.control.webharvest.client.csw CSW related classes.
com.esri.gpt.control.webharvest.client.dcat DCAT harvesting support classes.
com.esri.gpt.control.webharvest.client.oai OAI related classes.
com.esri.gpt.control.webharvest.client.res ArcGIS related classes.
com.esri.gpt.control.webharvest.client.thredds THREDDS related classes.
com.esri.gpt.control.webharvest.client.waf WAF related classes.
com.esri.gpt.control.webharvest.common Common implementations of the query framework.
com.esri.gpt.control.webharvest.engine Web harvester engine.
com.esri.gpt.control.webharvest.extensions.localfolder  
com.esri.gpt.control.webharvest.protocol Protocol management.
com.esri.gpt.control.webharvest.protocol.factories Protocol factories.
com.esri.gpt.control.webharvest.validator Protocol validation classes.

 

Server Packages
com.esri.gpt.server.apps  
com.esri.gpt.server.assertion Provides operations associated with RDF like assertions that are serialized as documents within one or more Lucene indexes.
com.esri.gpt.server.assertion.components Assertion components.
com.esri.gpt.server.assertion.exception Assertion exceptions.
com.esri.gpt.server.assertion.handler Assertion handlers.
com.esri.gpt.server.assertion.index Assertion index.
com.esri.gpt.server.csw.client Embeded CSW client.
com.esri.gpt.server.csw.components CSW provider components.
com.esri.gpt.server.csw.provider CSW response provider.
com.esri.gpt.server.csw.provider.local CSW support for the local catalog.
com.esri.gpt.server.csw.provider3 CSW response provider.
com.esri.gpt.server.csw.provider3.local CSW support for the local catalog.
com.esri.gpt.server.erosfeed Atom feed for USGS Earth Resources Observation and Science (EROS).
com.esri.gpt.server.identity Identity management related classes.
com.esri.gpt.server.usage Usage statistics related classes.
com.esri.gpt.server.usage.api Usage API.
com.esri.gpt.server.usage.common Usage common classes.
com.esri.gpt.server.usage.factories Usage factory classes.
com.esri.gpt.server.usage.harvester Harvester statistics.

 

SDI Suite Integration Packages
com.esri.gpt.sdisuite SDI suite integration.

 

Experimental Packages
com.esri.gpt.catalog.arcgis.agportal.client Searching ArcGIS portal (input).
com.esri.gpt.catalog.arcgis.agportal.itemInfo Item info.
com.esri.gpt.catalog.arcgis.agportal.publication Publishing into ArcGIS portal (output).
com.esri.gpt.catalog.arcgis.agportal.synchronizer Reverse synchronizer thread.
com.esri.gpt.control.webharvest.client.agportal ArcGIS Portal client.

 

Other Packages
com.esri.gpt.agp.ags Ags2Agp harvest protocol support classes.
com.esri.gpt.agp.client Agp client.
com.esri.gpt.agp.multipart2 Multi-part protocol support for Agp2Agp.
com.esri.gpt.agp.sync Agp synchronization support.

 


Esri Geoportal Server
1.2.9

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