|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.bpm.process.BpmProcessSearchQuery
public class BpmProcessSearchQuery
Search Query for BPM Processes
Constructor Summary | |
---|---|
BpmProcessSearchQuery()
Default constructor |
|
BpmProcessSearchQuery(BpmProcessSearchQuery query)
Constructor from search query |
Method Summary | |
---|---|
BpmProcessSearchQueryTerm |
addTerm(String field,
String operator,
Object value)
Adds a terms to the query |
void |
clearTerms()
Remove all terms |
int |
getMaxResults()
Returns max results for this query |
BpmProcessSearchQueryTerm[] |
getTerms()
Returns all terms in this query |
boolean |
removeTerm(BpmProcessSearchQueryTerm term)
Removes given term from the search query |
boolean |
removeTerm(String fieldName)
Removes a term for given field name |
void |
setMaxResults(int maxResults)
Sets max results for this query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BpmProcessSearchQuery(BpmProcessSearchQuery query)
public BpmProcessSearchQuery()
Method Detail |
---|
public int getMaxResults()
public void setMaxResults(int maxResults)
public BpmProcessSearchQueryTerm addTerm(String field, String operator, Object value)
field
- what field to search on. See BpmProcessSearchQueryTerm
for list of available fieldsoperator
- what search operator to use. See BpmProcessSearchQueryTerm
for list of available operatorsvalue
- what value to search on
public BpmProcessSearchQueryTerm[] getTerms()
public boolean removeTerm(BpmProcessSearchQueryTerm term)
term
- term to remove
public boolean removeTerm(String fieldName)
fieldName
- field name to remove
public void clearTerms()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |