|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.lucene.messages.advsearch.DAnyFinderAdvSearch
public class DAnyFinderAdvSearch
| Constructor Summary | |
|---|---|
DAnyFinderAdvSearch()
Constructor. |
|
DAnyFinderAdvSearch(DQueryExpression dQueryExpression)
Constructs a new AnyFinderAdvancedSearch and adds a QueryExpression. |
|
| Method Summary | |
|---|---|
IQueryExpression |
addQueryExpression(IQueryExpression dQueryExpression)
Adds a new QueryExpression to the search query. |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Compares the string representations (as obtained by the toString() method) of this object and of the given object. |
IQueryExpression |
getQueryExpression(int index)
This method gets a QueryExpression. |
int |
getQueryExpressionCount()
|
java.util.Iterator |
getQueryExpressions()
|
java.lang.String |
getVersion()
Determines the version information for this search query. |
IQueryExpression |
removeQueryExpression(int index)
Removes given QueryExpression, represented by its index, from possible search queries.. |
IQueryExpression |
removeQueryExpression(IQueryExpression dQueryExpression)
Removes given QueryExpression from possible search queries.. |
IQueryExpression |
setQueryExpression(int index,
IQueryExpression dQueryExpression)
Sets a QueryExpression at a given index in this element's list. |
void |
setVersion(java.lang.String aVersion)
Sets the version of this search query. |
java.lang.String |
toString()
Returns this instance's contents as an XML String. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DAnyFinderAdvSearch()
public DAnyFinderAdvSearch(DQueryExpression dQueryExpression)
dQueryExpression - QueryExpression to be added.| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()public IQueryExpression addQueryExpression(IQueryExpression dQueryExpression)
addQueryExpression in interface IAdvSearchdQueryExpression - QueryExpression to be added.
public void setVersion(java.lang.String aVersion)
aVersion - String representing the version ID.public java.lang.String getVersion()
public IQueryExpression setQueryExpression(int index,
IQueryExpression dQueryExpression)
setQueryExpression in interface IAdvSearchindex - index in list where this QueryExpression will be set.dQueryExpression - QueryExpression to be set at that index.
public IQueryExpression getQueryExpression(int index)
getQueryExpression in interface IAdvSearchindex - Position of the QueryExpression to be retrieved.
public java.util.Iterator getQueryExpressions()
getQueryExpressions in interface IAdvSearchIAdvSearch.getQueryExpressions()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Object that this instance should be compared to.
public IQueryExpression removeQueryExpression(IQueryExpression dQueryExpression)
removeQueryExpression in interface IAdvSearchdQueryExpression - QueryExpression that should be removed.
public IQueryExpression removeQueryExpression(int index)
removeQueryExpression in interface IAdvSearchindex - Index of QueryExpression that should be removed.
public int getQueryExpressionCount()
getQueryExpressionCount in interface IAdvSearchIAdvSearch.getQueryExpressionCount()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||