mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
1.1 KiB
1.1 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Task List Cloud Service | v3.0.0 | Experimental | 2019-02-06 |
Task List Cloud Service
Searches tasks.
Class members
Methods
- getTaskByRequest(requestNode:
TaskQueryCloudRequestModel
):Observable
<any>
Finds a task using an object with optional query properties.- requestNode:
TaskQueryCloudRequestModel
- Query object - Returns
Observable
<any>
- Task information
- requestNode:
Details
Note that for a call to getTaskByRequest
, the
TaskQueryCloudRequestModel
object
must at minimum have the appName
property correctly set.