|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.schema.indexable.IndexableContext
public class IndexableContext
Provides a context for the indexing of properties associated with a metadata schema.
Constructor Summary | |
---|---|
IndexableContext(PropertyMeanings propertyMeanings)
Construct with a configured collection of property meanings. |
Method Summary | |
---|---|
void |
addStorableValues(PropertyMeaning meaning,
Object[] values)
Adds a collection storeable values. |
void |
addStoreableValue(PropertyMeaning meaning,
Object value)
Adds a storeable value. |
ResourceIdentifier |
ensureResourceIdentifier()
Ensures the existence of a resource identifier. |
PropertyMeanings |
getPropertyMeanings()
Gets the configured property meanings. |
IStoreables |
getStoreables()
Gets storeable properties. |
void |
resolve(Schema schema,
Document dom,
EsriTags esriTags)
Resolves any inconsistencies associated with |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexableContext(PropertyMeanings propertyMeanings)
Method Detail |
---|
public PropertyMeanings getPropertyMeanings()
public IStoreables getStoreables()
public void addStoreableValue(PropertyMeaning meaning, Object value)
meaning
- the associated property meaningvalue
- the value to addpublic void addStorableValues(PropertyMeaning meaning, Object[] values)
meaning
- the associated property meaningvalues
- the values to addpublic ResourceIdentifier ensureResourceIdentifier()
public void resolve(Schema schema, Document dom, EsriTags esriTags)
schema
- the schema being evaluatedesriTags
- the evaluated ESRI tags (/metadata/Esri)dom
- the metadata document
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |