|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.modeler.transformation.metadata.QueryMetadataContext
public class QueryMetadataContext
This class contains all the information needed for lookup of metadata.
| Constructor Summary | |
|---|---|
QueryMetadataContext()
QueryMetadataContext |
|
QueryMetadataContext(IndexSelector indexSelector)
QueryMetadataContext |
|
| Method Summary | |
|---|---|
IndexSelector |
getIndexSelector()
Get the index selector to use for index file queries. |
java.util.Collection |
getResources()
Get resources to look up metadata in. |
boolean |
isRestrictedSearch()
Check if the search needs to be restricted to dependent resources or search among resources to which there are model imports. |
void |
setIndexSelector(IndexSelector indexSelector)
|
void |
setResources(java.util.Collection resources)
|
void |
setRestrictedSearch(boolean restrictedSearch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryMetadataContext(IndexSelector indexSelector)
indexSelector - The indexSelector to set.public QueryMetadataContext()
indexSelector - The indexSelector to set.| Method Detail |
|---|
public IndexSelector getIndexSelector()
public void setIndexSelector(IndexSelector indexSelector)
indexSelector - The indexSelector to set.public boolean isRestrictedSearch()
public void setRestrictedSearch(boolean restrictedSearch)
restrictedSearch - The restrictedSearch to set.public java.util.Collection getResources()
public void setResources(java.util.Collection resources)
resources - The eResources to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||