The com.adobe.idp.taskmanager.dsc.client.query package provides service client classes for the Query service. You can use this package to create Java client applications that interact with the Query Service. This package enables you to implement, in your custom applications, the functionality that this service provides. The query service package contains a series of query-based methods used to retrieve task related data. The methods range from specific to flexible in their ability to query data. This package provides methods to retrieve process data that relates to a specific user, process variables, a list of tasks in which a user can participate, and the assignment history of a task, as well as a more generic query mechanism that can filter on attributes and create custom result sets. This package also provides filtered methods that enable you to sort and limit the size of result sets.
| Interface | Description | |
|---|---|---|
| Assignment | An Assignment object contains assignment data related to a task. |
|
| DateFilter | A DateFilter object is used to sort according to date ranges. |
|
| MultiTypeVariable | A MultiTypeVariable object contains a process variable. |
|
| ProcessInstanceRow | A ProcessInstanceRow object contains a row of data pertaining to a particular process instance. |
|
| ProcessRow | A ProcessRow object contains a row of data pertaining to a particular process. |
|
| SortOrder | The |
|
| StatusFilter | A StatusFilter object is a collection of status filters on which to base searches. |
|
| TaskFilter | A TaskFilter is a configurable filter object. |
|
| TaskRow | A TaskRow object contains information pertaining to a single task. |
| Class | Description | |
|---|---|---|
| ProcessSearchFilter | A filter object to be used by the com.adobe.idp.taskmanager.dsc.client.TaskManagerQueryService#processSearch() TaskManagerQueryService.processSearch() method. | |
| TaskQueryServiceException | An exception thrown from the Task Query Service. | |
| TaskSearchFilter | A filter object to be used by the com.adobe.idp.taskmanager.dsc.client.TaskManagerQueryService#taskSearch() TaskManagerQueryService.taskSearch() method. | |
| TaskSearchingConstants | Contains constants used when searching tasks. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/query/package-detail.html