mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-29 15:21:39 +00:00
* Fetch the userInfo once loggedIn and expose the cabilibility of admin * Rollback method * Return same use if defined * Use the same pepleContent service for UserInfoCOmpnent * Remove useless import * Use interface * Use angular resolver instead of guard * Remove fdescribe * Fix linting * Regenerate doc * Improve doc * Fix optional * Fix the unit test * Fix comment * Fix lint * Fix unit * Add fetch user as part of the ssoGuard * Fix unit test after fetch * Add additional unit * Fix await
1.3 KiB
1.3 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
-
getBasePath(appName:
string):string- appName:
string- - Returns
string-
- appName:
-
getTaskByRequest(requestNode:
TaskQueryCloudRequestModel, queryUrl?:string):Observable<any>
Finds a task using an object with optional query properties.- requestNode:
TaskQueryCloudRequestModel- Query object - queryUrl:
string- (Optional) Query url - 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.