mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4249] Doc review updates (#4524)
* [ADF-4249] Edit latest changes to release notes * [ADF-4249] Fixed links
This commit is contained in:
committed by
Eugenio Romano
parent
3f05bdc009
commit
95ee2bca71
@@ -419,9 +419,9 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Claim Task Directive](process-services-cloud/directives/claim-task.directive.md)  | Claim a task | [Source](../lib/process-services-cloud/src/lib/task/directives/claim-task.directive.ts) |
|
| [Claim Task Directive](process-services-cloud/directives/claim-task.directive.md)  | Claims a task | [Source](../lib/process-services-cloud/src/lib/task/directives/claim-task.directive.ts) |
|
||||||
| [Complete Task Directive](process-services-cloud/directives/complete-task.directive.md)  | Completes a task. | [Source](../lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts) |
|
| [Complete Task Directive](process-services-cloud/directives/complete-task.directive.md)  | Completes a task. | [Source](../lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts) |
|
||||||
| [Unclaim Task Directive](process-services-cloud/directives/unclaim-task.directive.md)  | Unclaim a task | [Source](../lib/process-services-cloud/src/lib/task/directives/unclaim-task.directive.ts) |
|
| [Unclaim Task Directive](process-services-cloud/directives/unclaim-task.directive.md)  | Unclaims a task | [Source](../lib/process-services-cloud/src/lib/task/directives/unclaim-task.directive.ts) |
|
||||||
|
|
||||||
### Pipes
|
### Pipes
|
||||||
|
|
||||||
@@ -440,7 +440,7 @@ for more information about installing and using the source code.
|
|||||||
| [Process List Cloud Service](process-services-cloud/services/process-list-cloud.service.md)  | Searches processes. | [Source](../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts) |
|
| [Process List Cloud Service](process-services-cloud/services/process-list-cloud.service.md)  | Searches processes. | [Source](../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts) |
|
||||||
| [Start Process Cloud Service](process-services-cloud/services/start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
|
| [Start Process Cloud Service](process-services-cloud/services/start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
|
||||||
| [Start Task Cloud Service](process-services-cloud/services/start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
|
| [Start Task Cloud Service](process-services-cloud/services/start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
|
||||||
| [Task Cloud Service](process-services-cloud/services/task-cloud.service.md)  | Manages task cloud. | [Source](../lib/process-services-cloud/src/lib/task/task-header/services/task-cloud.service.ts) |
|
| [Task Cloud Service](process-services-cloud/services/task-cloud.service.md)  | Manages task cloud. | [Source](../lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts) |
|
||||||
| [Task Filter Cloud Service](process-services-cloud/services/task-filter-cloud.service.md)  | Manages task filters. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
|
| [Task Filter Cloud Service](process-services-cloud/services/task-filter-cloud.service.md)  | Manages task filters. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
|
||||||
| [Task List Cloud Service](process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
| [Task List Cloud Service](process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
||||||
|
|
||||||
|
@@ -111,8 +111,8 @@ modification dates, etc. Also, the `id` and `parentId` properties contain the no
|
|||||||
ID strings for the current node and its enclosing folder.
|
ID strings for the current node and its enclosing folder.
|
||||||
|
|
||||||
Sometimes, a [`MinimalNode`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md) is provided directly, for example, the `folderNode` property
|
Sometimes, a [`MinimalNode`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md) is provided directly, for example, the `folderNode` property
|
||||||
of a [Document List component](../../content-services/document-list.component.md) or the data context of a
|
of a [Document List component](../../content-services/components/document-list.component.md) or the data context of a
|
||||||
[Document List row](../../content-services/document-list.component.md#underlying-node-object). In these cases,
|
[Document List row](../../content-services/components/document-list.component.md#underlying-node-object). In these cases,
|
||||||
you might pass the `id` or `parentId` as a [route parameter](https://angular.io/guide/router)
|
you might pass the `id` or `parentId` as a [route parameter](https://angular.io/guide/router)
|
||||||
to a page describing the node in full detail. The component receiving the node ID can
|
to a page describing the node in full detail. The component receiving the node ID can
|
||||||
use the [Nodes Api service](nodes-api.service.md) to "decode" the ID string into a [`MinimalNode`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md):
|
use the [Nodes Api service](nodes-api.service.md) to "decode" the ID string into a [`MinimalNode`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md):
|
||||||
@@ -188,5 +188,5 @@ pages in the Alfresco JS API for further details and options. Note that you can
|
|||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Deleted nodes api service](deleted-nodes-api.service.md)
|
- [Deleted nodes api service](deleted-nodes-api.service.md)
|
||||||
- [Document list component](../../content-services/document-list.component.md)
|
- [Document list component](../../content-services/components/document-list.component.md)
|
||||||
- [Node service](node.service.md)
|
- [Node service](node.service.md)
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
Title: Task Cloud Service
|
Title: Task Cloud Service
|
||||||
Added: v3.1.0
|
Added: v3.1.0
|
||||||
Status: Experimental
|
Status: Experimental
|
||||||
Last reviewed: 2019-03-19
|
Last reviewed: 2019-03-29
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Task Cloud Service](../../../lib/process-services-cloud/src/lib/task/task-header/services/task-cloud.service.ts "Defined in task-cloud.service.ts")
|
# [Task Cloud Service](../../../lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts "Defined in task-cloud.service.ts")
|
||||||
|
|
||||||
Manages task cloud.
|
Manages task cloud.
|
||||||
|
|
||||||
@@ -13,45 +13,45 @@ Manages task cloud.
|
|||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
|
|
||||||
|
- **canClaimTask**(taskDetails: [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)): `boolean`<br/>
|
||||||
|
Validate if a task can be claimed.
|
||||||
|
- _taskDetails:_ [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - task details object
|
||||||
|
- **Returns** `boolean` - Boolean value if the task can be completed
|
||||||
- **canCompleteTask**(taskDetails: [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)): `boolean`<br/>
|
- **canCompleteTask**(taskDetails: [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)): `boolean`<br/>
|
||||||
Validate if a task can be completed.
|
Validate if a task can be completed.
|
||||||
- _taskDetails:_ [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - task details object
|
- _taskDetails:_ [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - task details object
|
||||||
- **Returns** `boolean` - Boolean value if the task can be completed
|
- **Returns** `boolean` - Boolean value if the task can be completed
|
||||||
- **completeTask**(appName: `string`, taskId: `string`)<br/>
|
- **canUnclaimTask**(taskDetails: [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)): `boolean`<br/>
|
||||||
Complete a task
|
|
||||||
- _appName:_ `string` - Name of the app
|
|
||||||
- _taskId:_ `string` - ID of the task to complete
|
|
||||||
- **Returns** [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - Details of the task that was completed
|
|
||||||
- **canClaimTask**(taskDetails: [`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-filters/models/task-details-cloud.model.ts))<br/>
|
|
||||||
Validate if a task can be claimed.
|
|
||||||
- _taskDetails:_ [`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-filters/models/task-details-cloud.model.ts) - Task details object
|
|
||||||
- **Returns** `boolean` - Boolean value if the task can be claimed
|
|
||||||
- **canUnclaimTask**(taskDetails: [`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-filters/models/task-details-cloud.model.ts))<br/>
|
|
||||||
Validate if a task can be unclaimed.
|
Validate if a task can be unclaimed.
|
||||||
- _taskDetails:_ [`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-filters/models/task-details-cloud.model.ts) - Task details object
|
- _taskDetails:_ [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - task details object
|
||||||
- **Returns** `boolean` - Boolean value if the task can be unclaimed
|
- **Returns** `boolean` - Boolean value if the task can be completed
|
||||||
- **claimTask**(appName: `string`, taskId: `string`, assignee: `string`): `any`<br/>
|
- **claimTask**(appName: `string`, taskId: `string`, assignee: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
||||||
Claims a task for an assignee.
|
Claims a task for an assignee.
|
||||||
- _appName:_ `string` - Name of the app
|
- _appName:_ `string` - Name of the app
|
||||||
- _taskId:_ `string` - ID of the task to claim
|
- _taskId:_ `string` - ID of the task to claim
|
||||||
- _assignee:_ `string` - User to assign the task to
|
- _assignee:_ `string` - User to assign the task to
|
||||||
- **Returns** [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - Details of the claimed task
|
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Details of the claimed task
|
||||||
- **unclaimTask**(appName: `string`, taskId: `string`): `any`<br/>
|
- **completeTask**(appName: `string`, taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
||||||
Un-claims a task.
|
Complete a task.
|
||||||
- _appName:_ `string` - Name of the app
|
- _appName:_ `string` - Name of the app
|
||||||
- _taskId:_ `string` - ID of the task to unclaim
|
- _taskId:_ `string` - ID of the task to complete
|
||||||
- **Returns** [`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts) - Details of the task that was unclaimed
|
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Details of the task that was completed
|
||||||
- **getTaskById**(appName: `string`, taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
- **getTaskById**(appName: `string`, taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
||||||
Gets details of a task.
|
Gets details of a task.
|
||||||
- _appName:_ `string` - Name of the app
|
- _appName:_ `string` - Name of the app
|
||||||
- _taskId:_ `string` - ID of the task whose details you want
|
- _taskId:_ `string` - ID of the task whose details you want
|
||||||
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Task details
|
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Task details
|
||||||
- **updateTask**(appName: `string`, taskId: `string`, updatePayload: `any`): `any`<br/>
|
- **unclaimTask**(appName: `string`, taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
||||||
|
Un-claims a task.
|
||||||
|
- _appName:_ `string` - Name of the app
|
||||||
|
- _taskId:_ `string` - ID of the task to unclaim
|
||||||
|
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Details of the task that was unclaimed
|
||||||
|
- **updateTask**(appName: `string`, taskId: `string`, updatePayload: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`<br/>
|
||||||
Updates the details (name, description, due date) for a task.
|
Updates the details (name, description, due date) for a task.
|
||||||
- _appName:_ `string` - Name of the app
|
- _appName:_ `string` - Name of the app
|
||||||
- _taskId:_ `string` - ID of the task to update
|
- _taskId:_ `string` - ID of the task to update
|
||||||
- _updatePayload:_ `any` - Data to update the task
|
- _updatePayload:_ `any` - Data to update the task
|
||||||
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Updated task details
|
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Updated task details
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
@@ -21,16 +21,21 @@ If you want to be updated on the [ADF roadmap](../roadmap.md), check the public
|
|||||||
- [Single Sign On enhancement](#single-sign-on-enhancement)
|
- [Single Sign On enhancement](#single-sign-on-enhancement)
|
||||||
- [JS-API in Typescript](#js-api-in-typescript)
|
- [JS-API in Typescript](#js-api-in-typescript)
|
||||||
- [Angular 7](#angular-7)
|
- [Angular 7](#angular-7)
|
||||||
|
- [Create library Component](#create-library-component)
|
||||||
|
- [Tree view component](#tree-view-component)
|
||||||
- [Deprecation removal](#deprecation-removal)
|
- [Deprecation removal](#deprecation-removal)
|
||||||
- [Activiti 7 support](#activiti-7-support-experimental)
|
- [Activiti 7 support (Experimental)](#activiti-7-support-experimental)
|
||||||
- [Icon Component](#icon-component)
|
|
||||||
- [Localization](#localization)
|
- [Localization](#localization)
|
||||||
- [References](#references)
|
- [References](#references)
|
||||||
|
- [Icon Component](#icon-component)
|
||||||
- [Issues addressed](#issues-addressed)
|
- [Issues addressed](#issues-addressed)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [Feature](#feature)
|
- [Feature](#feature)
|
||||||
|
- [Epic](#epic)
|
||||||
|
- [Story](#story)
|
||||||
- [Bug](#bug)
|
- [Bug](#bug)
|
||||||
- [Task](#task)
|
- [Task](#task)
|
||||||
|
- [Feature Documentation](#feature-documentation)
|
||||||
- [Feature Bug](#feature-bug)
|
- [Feature Bug](#feature-bug)
|
||||||
- [Feature (Task)](#feature-task)
|
- [Feature (Task)](#feature-task)
|
||||||
|
|
||||||
@@ -121,7 +126,7 @@ This rewrite has been necessary to make the JS-API lighter and faster with the
|
|||||||
|
|
||||||
Note that the following old package names have been deprecated: **alfresco-js-api**, **alfresco-js-api-node**.
|
Note that the following old package names have been deprecated: **alfresco-js-api**, **alfresco-js-api-node**.
|
||||||
|
|
||||||
The Node and Browser version are now both in: **_@alfresco/js-api_**
|
The [`Node`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.md) and Browser version are now both in: **_@alfresco/js-api_**
|
||||||
Refer to the official [Alfresco JS-API documenation](https://github.com/Alfresco/alfresco-js-api) to learn more about this.
|
Refer to the official [Alfresco JS-API documenation](https://github.com/Alfresco/alfresco-js-api) to learn more about this.
|
||||||
|
|
||||||
### Angular 7
|
### Angular 7
|
||||||
@@ -144,7 +149,7 @@ You can now create a new Content Services document library/site with the Create
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Shows the folder and subfolders of a node as a tree view. For more information about the Tree View component, see the [component documentation](../content-services/components/tree-view.component.md)
|
Shows the folder and subfolders of a node as a tree view. For more information about the [Tree View component,](../content-services/components/tree-view.component.md) see the [component documentation](../content-services/components/tree-view.component.md)
|
||||||
|
|
||||||
#### Basic Usage
|
#### Basic Usage
|
||||||
|
|
||||||
@@ -201,7 +206,7 @@ links to documentation and source code:
|
|||||||
| [Start process cloud service](../process-services-cloud/services/start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
|
| [Start process cloud service](../process-services-cloud/services/start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
|
||||||
| [Start task cloud service](../process-services-cloud/services/start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
|
| [Start task cloud service](../process-services-cloud/services/start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
|
||||||
| [Task filter cloud service](../process-services-cloud/services/task-filter-cloud.service.md)  | Manages task filters. | [Source](../../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
|
| [Task filter cloud service](../process-services-cloud/services/task-filter-cloud.service.md)  | Manages task filters. | [Source](../../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
|
||||||
| [Task cloud service](../process-services-cloud/services/task-cloud.service.md)  | Manages cloud tasks. | [Source](../../lib/process-services-cloud/src/lib/task/task-header/services/task-cloud.service.ts) |
|
| [Task cloud service](../process-services-cloud/services/task-cloud.service.md)  | Manages cloud tasks. | [Source](../../lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts) |
|
||||||
| [Task list cloud service](../process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
| [Task list cloud service](../process-services-cloud/services/task-list-cloud.service.md)  | Searches tasks. | [Source](../../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
|
||||||
|
|
||||||
<!--process-services-cloud end-->
|
<!--process-services-cloud end-->
|
||||||
@@ -226,7 +231,7 @@ Please refer to the [official documentation](http://docs.alfresco.com/) for furt
|
|||||||
|
|
||||||
### Icon Component
|
### Icon Component
|
||||||
|
|
||||||
Universal icon component that supports Material Ligatures and custom registered SVG icons in the same format.
|
Universal [icon component](../core/components/icon.component.md) that supports Material Ligatures and custom registered SVG icons in the same format.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- Font ligature -->
|
<!-- Font ligature -->
|
||||||
@@ -239,7 +244,7 @@ Universal icon component that supports Material Ligatures and custom registered
|
|||||||
<adf-icon value="my-company:my-icon"></adf-icon>
|
<adf-icon value="my-company:my-icon"></adf-icon>
|
||||||
```
|
```
|
||||||
|
|
||||||
See Icon Component [documentation](../core/components/icon.component.md) for more details.
|
See [Icon Component](../core/components/icon.component.md) [documentation](../core/components/icon.component.md) for more details.
|
||||||
|
|
||||||
## Issues addressed
|
## Issues addressed
|
||||||
|
|
||||||
|
@@ -75,10 +75,10 @@ In ADF 3.0.0 (released in February) we announced the introduction of the new `*C
|
|||||||
<button adf-claim-task [appName]="appName" [taskId]="taskId" (success)="onTaskClaimed()">Complete</button>
|
<button adf-claim-task [appName]="appName" [taskId]="taskId" (success)="onTaskClaimed()">Complete</button>
|
||||||
```
|
```
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Claim a task](../process-services-cloud/directives/claim-task.directive.md)
|
- [Claim task directive](../process-services-cloud/directives/claim-task.directive.md)
|
||||||
|
|
||||||
#### EditTaskComponent allow sorting and actions customization
|
#### EditTaskComponent allows sorting and actions customization
|
||||||
You can supply various _filter properties_ to edit that will determine
|
You can supply various _filter properties_ to edit that will determine
|
||||||
which tasks are found by a filter.
|
which tasks are found by a filter.
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ By default, the **_id_**, **_name_**, **_createdDate_** and **_priority_** prop
|
|||||||
displayed in the editor. However, you can also choose which sort properties
|
displayed in the editor. However, you can also choose which sort properties
|
||||||
to show using the `sortProperties` array.
|
to show using the `sortProperties` array.
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Edit Task Filter Cloud component](../process-services-cloud/components/edit-task-filter-cloud.component.md)
|
- [Edit Task Filter Cloud component](../process-services-cloud/components/edit-task-filter-cloud.component.md)
|
||||||
|
|
||||||
#### EditProcessComponent allow sorting and actions customization
|
#### EditProcessComponent allow sorting and actions customization
|
||||||
@@ -97,7 +97,7 @@ By default, the **_status_**, **_sort_** and **_order_** properties are
|
|||||||
displayed in the editor. However, you can also choose which properties
|
displayed in the editor. However, you can also choose which properties
|
||||||
to show using the `filterProperties` array.
|
to show using the `filterProperties` array.
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Edit Process Filter Cloud component](../process-services-cloud/components/edit-process-filter-cloud.component.md)
|
- [Edit Process Filter Cloud component](../process-services-cloud/components/edit-process-filter-cloud.component.md)
|
||||||
|
|
||||||
#### Complete task directive
|
#### Complete task directive
|
||||||
@@ -105,7 +105,7 @@ Please for more details refer to the :
|
|||||||
```html
|
```html
|
||||||
<button adf-cloud-complete-task [appName]="appName" [taskId]="taskId" (success)="onTaskCompleted()">Complete</button>
|
<button adf-cloud-complete-task [appName]="appName" [taskId]="taskId" (success)="onTaskCompleted()">Complete</button>
|
||||||
```
|
```
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Complete task directive](../process-services-cloud/directives/complete-task.directive.md)
|
- [Complete task directive](../process-services-cloud/directives/complete-task.directive.md)
|
||||||
|
|
||||||
### Enhanced DocumentList
|
### Enhanced DocumentList
|
||||||
@@ -130,7 +130,7 @@ First, set the `stickyHeader` property of your datatable to `true`:
|
|||||||
</adf-document-list>
|
</adf-document-list>
|
||||||
```
|
```
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Document List Component](../content-services/components/document-list.component.md)
|
- [Document List Component](../content-services/components/document-list.component.md)
|
||||||
- [DataTable component](../core/components/datatable.component.md)
|
- [DataTable component](../core/components/datatable.component.md)
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ Please for more details refer to the :
|
|||||||
|
|
||||||
As of this version of ADF, developers can include the full list of types/aspects into the metadata viewer, without the need to specify all of them. The limit of the previous version was that developers were requested to specify the list of types/aspects or an asterisk to say "include all". The use case represented by "include all except X, Y, Z..." was not covered but now it is.
|
As of this version of ADF, developers can include the full list of types/aspects into the metadata viewer, without the need to specify all of them. The limit of the previous version was that developers were requested to specify the list of types/aspects or an asterisk to say "include all". The use case represented by "include all except X, Y, Z..." was not covered but now it is.
|
||||||
|
|
||||||
You can list all the properties by simply adding the `includeAll: boolean` to your config. This config will display all the aspects and properties available for that specific file.
|
You can list all the properties by simply adding `includeAll: boolean` to your config. This config will display all the aspects and properties available for that specific file.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"content-metadata": {
|
"content-metadata": {
|
||||||
@@ -163,7 +163,7 @@ Futhermore, you can also exclude specific aspects by adding the `exclude` proper
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
|
- [Content Metadata Card component](../content-services/components/content-metadata-card.component.md)
|
||||||
|
|
||||||
### Search pattern highlight
|
### Search pattern highlight
|
||||||
@@ -202,7 +202,7 @@ The example above changes the highlighting prefix and postfix from the default
|
|||||||
fields except the "description" field, which uses '()' instead. The highlight information will
|
fields except the "description" field, which uses '()' instead. The highlight information will
|
||||||
then be added in each node entry response.
|
then be added in each node entry response.
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Search Filter component highlight](../content-services/components/search-filter.component.md#highlight)
|
- [Search Filter component highlight](../content-services/components/search-filter.component.md#highlight)
|
||||||
|
|
||||||
|
|
||||||
@@ -259,14 +259,14 @@ for further details about the structure and properties of `intervals` that you c
|
|||||||
Each defined `intervals` item is collected into its own collapsible category identified uniquely
|
Each defined `intervals` item is collected into its own collapsible category identified uniquely
|
||||||
by its `label`. The code snippet just above will result in the following display of facet intervals:
|
by its `label`. The code snippet just above will result in the following display of facet intervals:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Facet intervals](../content-services/components/search-filter.component.md#facet-intervals)
|
- [Facet intervals section of the Search Filter Component docs](../content-services/components/search-filter.component.md#facet-intervals)
|
||||||
|
|
||||||
|
|
||||||
### SSO Role AuthGuard
|
### SSO Role AuthGuard
|
||||||
The [Auth Guard SSO role service](../../core/services/auth-guard-sso-role.service.md) implements an Angular
|
The [Auth Guard SSO role service](../core/services/auth-guard-sso-role.service.md) implements an Angular
|
||||||
[route guard](https://angular.io/guide/router#milestone-5-route-guards)
|
[route guard](https://angular.io/guide/router#milestone-5-route-guards)
|
||||||
to check the user has the right role permission. This is typically used with the
|
to check the user has the right role permission. This is typically used with the
|
||||||
`canActivate` guard check in the route definition. The roles that user needs to have in order to access the route has to be specified in the roles array as in the example below:
|
`canActivate` guard check in the route definition. The roles that user needs to have in order to access the route has to be specified in the roles array as in the example below:
|
||||||
@@ -284,7 +284,7 @@ const appRoutes: Routes = [
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Please for more details refer to the :
|
For more details refer to the :
|
||||||
- [Facet intervals](../core/services/auth-guard-sso-role.service.md)
|
- [Facet intervals](../core/services/auth-guard-sso-role.service.md)
|
||||||
|
|
||||||
### Improved accessibility
|
### Improved accessibility
|
||||||
|
Reference in New Issue
Block a user