StoredQueryData
object. The WorkList has been renamed to better
express its meaning.
public interface WorkListData
extends java.io.Serializable
A worklist is a query persistently stored on the database. It represents a set of items which have the same characteristics. These characteristics are specified by a filter. Additionally, sort criteria can be defined that are applied on the server, and a threshold to restrict the number of items transferred from the server to the client.
Although work-list definitions are stored persistently, items contained in the worklist are assembled dynamically when they are queried. All worklists are publicly accessible.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
Returns the name of the worklist.
|
java.lang.String |
getOrderByClause()
Deprecated.
Returns the sort criteria specified for the work-list definition.
|
java.lang.String |
getSelectClause()
Deprecated.
Returns the select clause specified for the work-list definition.
|
java.lang.Integer |
getThreshold()
Deprecated.
Returns the threshold specified for the work-list definition.
|
java.lang.String |
getWhereClause()
Deprecated.
Returns the filter specified for the work-list definition.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.lang.String getSelectClause()
java.lang.String getWhereClause()
java.lang.String getOrderByClause()
java.lang.Integer getThreshold()