Esri Geoportal Server
1.0

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

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

public class DiscoveryContext
extends Object

Provides a context for executing CSW operation against the local catalog.


Constructor Summary
DiscoveryContext(OperationContext context)
          Constructs with a supplied operation context
 
Method Summary
 Discoverable findDiscoverable(String clientName)
          Finds the discoverable associated with a property name.
 DiscoveryQuery getDiscoveryQuery()
          Gets the active discovery query.
 void setReturnables(OperationContext context)
          Sets the returnables for the active discovery query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryContext

public DiscoveryContext(OperationContext context)
Constructs with a supplied operation context

Parameters:
context - the operation context
Method Detail

getDiscoveryQuery

public DiscoveryQuery getDiscoveryQuery()
Gets the active discovery query.

Returns:
the active discovery query

findDiscoverable

public Discoverable findDiscoverable(String clientName)
Finds the discoverable associated with a property name.

Parameters:
clientName - the property name (or alias)
Returns:
the discoverable (null if none was found);

setReturnables

public void setReturnables(OperationContext context)
Sets the returnables for the active discovery query.

Parameters:
context - the operation context

Esri Geoportal Server
1.0

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