Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Interface IStoreables

All Known Implementing Classes:
Storeables

public interface IStoreables

Represents a collection of underlying data store components.


Method Summary
 IStoreable connect(PropertyMeaning meaning)
          Returns underlying data store component associated with a property meaning.
 IStoreable get(String name)
          Finds a store-able property within the collection.
 

Method Detail

connect

IStoreable connect(PropertyMeaning meaning)
Returns underlying data store component associated with a property meaning.

Parameters:
meaning - the property meaning
Returns:
the associated data store component

get

IStoreable get(String name)
Finds a store-able property within the collection.

Parameters:
name - the name of the store-able property
Returns:
the store-able property (null if no match was located)

Esri Geoportal Server
1.0

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