Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.local
Class CoreQueryables

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.local.CoreQueryables

public class CoreQueryables
extends Object

Defines CSW queryables associated with the Dublin core.


Constructor Summary
CoreQueryables(RequestContext requestContext)
          Default constructor.
 
Method Summary
 AliasedDiscoverables getAllAliased()
          Gets the map of all discoverables keyed on alias names.
 Discoverables getBrief()
          Gets the collection of discoverables associated with the brief element set.
 Discoverables getFull()
          Gets the collection of discoverables associated with the full element set.
 Discoverables getSummary()
          Gets the collection of discoverables associated with the summary element set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreQueryables

public CoreQueryables(RequestContext requestContext)
Default constructor.

Method Detail

getAllAliased

public AliasedDiscoverables getAllAliased()
Gets the map of all discoverables keyed on alias names.

Returns:
the map of all aliased discoverables

getBrief

public Discoverables getBrief()
Gets the collection of discoverables associated with the brief element set.

Returns:
the brief set

getFull

public Discoverables getFull()
Gets the collection of discoverables associated with the full element set.

Returns:
the full set

getSummary

public Discoverables getSummary()
Gets the collection of discoverables associated with the summary element set.

Returns:
the summary set

Esri Geoportal Server
1.0

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