|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<String,Schema> com.esri.gpt.catalog.schema.Schemas
public class Schemas
Defines a collection of metadata schemas.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
Schemas()
Default constructor. |
|
Schemas(Schemas objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
add(Schema member)
Adds a member to the collection. |
PropertyMeanings |
getPropertyMeanings()
Gets the configured property meanings. |
Schema |
interrogate(Document dom)
Interrogates a metadata document to locate a Schema capable of processing the document. |
Schema |
locate(String schemaKey)
Locates a Schema based upon a supplied schema key. |
protected void |
setPropertyMeanings(PropertyMeanings meanings)
Sets the configured property meanings. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public Schemas()
public Schemas(Schemas objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public PropertyMeanings getPropertyMeanings()
protected void setPropertyMeanings(PropertyMeanings meanings)
meanings
- the property meaningspublic void add(Schema member)
member
- the member to addpublic Schema locate(String schemaKey) throws UnrecognizedSchemaException
schemaKey
- the key associated with the schema to locate
UnrecognizedSchemaException
- if the schema is unrecognizedpublic Schema interrogate(Document dom) throws UnrecognizedSchemaException
dom
- the metadata document
UnrecognizedSchemaException
- if the schema is unrecognizedpublic String toString()
toString
in class AbstractMap<String,Schema>
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |