|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.schema.indexable.Indexables
public class Indexables
A collection of indexable properties associated with a metadata schema.
| Constructor Summary | |
|---|---|
Indexables()
Default constructor. |
|
Indexables(Indexables objectToDuplicate)
Construct by duplicating an existing object. |
|
| Method Summary | |
|---|---|
void |
addSibling(Indexables sibling)
Adds a sibling. |
void |
configure(CfgContext context,
Node node,
NamedNodeMap attributes)
Configures the object based upon a node loaded from a schema configuration XML. |
void |
evaluate(Schema schema,
IndexableContext context,
Document dom,
XPath xpath)
Evaluates indexable properties based upon the supplied metadata document. |
IndexableContext |
getIndexableContext()
Gets the indexable context. |
Namespaces |
getNamespaces()
Gets the namespaces for XPath evaluation. |
List<IndexableProperty> |
getProperties()
Gets the child properties. |
List<Indexables> |
getSiblings()
Gets the list of associated siblings. |
boolean |
hasPropertiesOrSiblings()
Determines if properties of siblings have been configured for this set. |
void |
setIndexableContext(IndexableContext context)
Sets the indexable context. |
void |
setNamespaces(Namespaces namespaces)
Sets the namespaces for XPath evaluation. |
void |
setProperties(List<IndexableProperty> properties)
Sets the child properties. |
void |
setSiblings(List<Indexables> siblings)
Sets the list of associated siblings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Indexables()
public Indexables(Indexables objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail |
|---|
public IndexableContext getIndexableContext()
public void setIndexableContext(IndexableContext context)
context - the indexable contextpublic Namespaces getNamespaces()
public void setNamespaces(Namespaces namespaces)
namespaces - the namespacespublic List<IndexableProperty> getProperties()
public void setProperties(List<IndexableProperty> properties)
properties - the child propertiespublic List<Indexables> getSiblings()
public void setSiblings(List<Indexables> siblings)
siblings - the siblingspublic void addSibling(Indexables sibling)
sibling - the sibling to add
public void configure(CfgContext context,
Node node,
NamedNodeMap attributes)
context - the configuration contextnode - the configuration nodeattributes - the attributes of the configuration node
public void evaluate(Schema schema,
IndexableContext context,
Document dom,
XPath xpath)
throws XPathExpressionException
schema - the schema being evaluateddom - the metadata documentcontext - the active indexable contextxpath - an XPath object configured with an appropriate
Namespace context for the schema
XPathExpressionException - if an evaluation expression failspublic boolean hasPropertiesOrSiblings()
true if properties of siblings have been configured
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||