|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutableQuery
Interface for customizable queries.
This interface supports implementations that use pre-defined queries. In contrast to stored queries, the queries can be customized before calling the query() method.
The get methods of this interface are called by the HumanTaskManagerDelegate when the query is set up. The setQueryResultSet() method of this interface is called to store the result of the query.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getOrderByClause()
Retrieves the orderBy-clause of the query to be executed. |
java.lang.String |
getSelectClause()
Retrieves the select-clause of the query to be executed. |
java.lang.Integer |
getThreshold()
Retrieves the threshold of the query to be executed. |
java.util.TimeZone |
getTimezone()
Retrieves the timezone that is to be used for time values in the where-clause and in the query result set. |
java.lang.String |
getWhereClause()
Retrieves the where-clause of the query to be executed. |
void |
setQueryResultSet(QueryResultSet queryResultSet)
Sets the result of the query. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getSelectClause()
java.lang.String getWhereClause()
java.lang.String getOrderByClause()
java.lang.Integer getThreshold()
java.util.TimeZone getTimezone()
void setQueryResultSet(QueryResultSet queryResultSet)
queryResultSet
- The result of the query as provided by the Human Task Manager API.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |