|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imemex.idm.AbstractResourceView
org.imemex.componentmappings.AbstractOIDResourceView
org.imemex.resourceviewmanager.AbstractIdentifiableResourceView
org.imemex.resourceviewmanager.mappers.AdaptedIdentifiableResourceView
public class AdaptedIdentifiableResourceView
Adapts a PluginIdentifiableResourceView to an IdentifiableResourceView, so that resource views directly obtained via meditation may be returned as query results in the RVM.
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
AdaptedIdentifiableResourceView(PluginIdentifiableResourceView rv,
long dataSourceId)
Instantiates a new AdaptedIdentifiableResourceView. |
|
| Method Summary | |
|---|---|
Content |
getContent()
gets the IContent component Xi of this resource view |
Group |
getGroup()
gets the Group component Y of this resource view |
java.lang.String |
getName()
gets the Name component eta of this resource view |
Tuple |
getTuple()
gets the Tuple component tau of this resource view |
void |
setDataSourceId(long dataSourceId)
Sets the data source identifier for this resource view. |
void |
setPluginAssignedId(java.lang.String pluginAssignedId)
Returns the plugin assigned id of this RV. |
| Methods inherited from class org.imemex.resourceviewmanager.AbstractIdentifiableResourceView |
|---|
EMPTY_ARRAY_IRV, EMPTY_ARRAY_PIRV, equals, getDataSourceId, getPluginAssignedId, getScore, getScoreAttributes, hashCode, mergeScoreAttributes, setScore, setScoreAttributes, toString |
| Methods inherited from class org.imemex.componentmappings.AbstractOIDResourceView |
|---|
compareTo, getOID, setOID |
| Methods inherited from class org.imemex.idm.AbstractResourceView |
|---|
setName |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.imemex.componentmappings.OIDResourceView |
|---|
setOID |
| Methods inherited from interface org.imemex.componentmappings.OID |
|---|
getOID |
| Field Detail |
|---|
public static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public AdaptedIdentifiableResourceView(PluginIdentifiableResourceView rv,
long dataSourceId)
rv - -
the plugin identifiable resource view to be adapted.| Method Detail |
|---|
public void setDataSourceId(long dataSourceId)
IdentifiableResourceView
setDataSourceId in interface IdentifiableResourceViewsetDataSourceId in class AbstractIdentifiableResourceViewdataSourceId - - the new data source id to be set.public void setPluginAssignedId(java.lang.String pluginAssignedId)
IdentifiableResourceView
setPluginAssignedId in interface IdentifiableResourceViewsetPluginAssignedId in class AbstractIdentifiableResourceViewpublic java.lang.String getName()
ResourceView
getName in interface ResourceViewgetName in class AbstractResourceViewpublic Tuple getTuple()
ResourceView
public Content getContent()
ResourceView
public Group getGroup()
ResourceView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||