|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,T>
com.esri.gpt.framework.collection.CaseInsensitiveMap<PropertyMeaning>
com.esri.gpt.catalog.discovery.PropertyMeanings
public class PropertyMeanings
Contains the configured collection of discoverble/storable property meanings.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
static String |
NAME_DATEMODIFIED
Date modified property name = "dateModified" |
static String |
NAME_UUID
Document UUID (primary key) name = "uuid" |
| Constructor Summary | |
|---|---|
PropertyMeanings()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
AliasedDiscoverables |
getAllAliased()
Gets the entire map of aliased discoverables. |
PropertySets |
getDcPropertySets()
Gets the configured Dublin Core property sets. |
void |
load(Document dom)
Loads property meanings from an XML document. |
String |
toString()
Returns the string representation of the object. |
| Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap |
|---|
containsKey, get, getAllowEmptyKey, put |
| Methods inherited from class java.util.LinkedHashMap |
|---|
clear, containsValue, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
|---|
clone, entrySet, isEmpty, keySet, 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 |
|---|
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
| Field Detail |
|---|
public static final String NAME_DATEMODIFIED
public static final String NAME_UUID
| Constructor Detail |
|---|
public PropertyMeanings()
| Method Detail |
|---|
public AliasedDiscoverables getAllAliased()
public PropertySets getDcPropertySets()
public void load(Document dom)
throws XPathExpressionException
dom - the XML document associated with the property meanings configuration file
XPathExpressionException - if an invalid XPath expression was encounteredpublic void echo(StringBuffer sb)
sb - the buffer to use when appending informationpublic String toString()
toString in class CaseInsensitiveMap<PropertyMeaning>
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||