|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.index.model.compass.v20.IndexedEntityBuilder
public class IndexedEntityBuilder
The Class IndexedEntityBuilder.
Constructor Summary | |
---|---|
IndexedEntityBuilder()
|
Method Summary | |
---|---|
org.compass.core.Resource |
buildIndexableResource(Entity input)
Builds the indexable resource. |
protected java.lang.String |
combineNameAndValue(java.lang.String name,
java.lang.String value)
Combine name and value. |
protected java.util.List<java.lang.String> |
getAllContexts(Property[] properties)
Gets the all contexts. |
protected java.util.List<java.lang.String> |
getAllPropertyNames(Property[] properties)
Gets the all property names. |
protected java.util.List<java.lang.String> |
getAllPropertyTypes(Property[] properties)
Gets the all property types. |
protected java.util.List<java.lang.String> |
getAllQualifiers(Property[] properties)
Gets the all qualifiers. |
protected java.util.List<java.lang.String> |
getAllSources(Property[] properties)
Gets the all sources. |
org.compass.core.Compass |
getCompass()
Gets the compass. |
java.lang.String |
resolveId(Entity input)
Resolve id. |
void |
setCompass(org.compass.core.Compass compass)
Sets the compass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedEntityBuilder()
Method Detail |
---|
protected java.util.List<java.lang.String> getAllQualifiers(Property[] properties)
properties
- the properties
protected java.util.List<java.lang.String> getAllContexts(Property[] properties)
properties
- the properties
protected java.util.List<java.lang.String> getAllPropertyNames(Property[] properties)
properties
- the properties
protected java.util.List<java.lang.String> getAllPropertyTypes(Property[] properties)
properties
- the properties
protected java.util.List<java.lang.String> getAllSources(Property[] properties)
properties
- the properties
protected java.lang.String combineNameAndValue(java.lang.String name, java.lang.String value)
name
- the namevalue
- the value
public org.compass.core.Resource buildIndexableResource(Entity input)
IndexableResourceBuilder
buildIndexableResource
in interface IndexableResourceBuilder<Entity,org.compass.core.Resource>
input
- the input
public java.lang.String resolveId(Entity input)
IndexableResourceBuilder
resolveId
in interface IndexableResourceBuilder<Entity,org.compass.core.Resource>
input
- the input
public void setCompass(org.compass.core.Compass compass)
compass
- the new compasspublic org.compass.core.Compass getCompass()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |