mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-12288] Update docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Title: Edit Process Filter Cloud component
|
Title: Edit Process Filter Cloud component
|
||||||
Added: v3.0.0
|
Added: v3.0.0
|
||||||
Status: Experimental
|
Status: Experimental
|
||||||
Last reviewed: 2019-04-10
|
Last reviewed: 2023-04-03
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Edit Process Filter Cloud component](../../../lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts "Defined in edit-process-filter-cloud.component.ts")
|
# [Edit Process Filter Cloud component](../../../lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts "Defined in edit-process-filter-cloud.component.ts")
|
||||||
@@ -47,6 +47,8 @@ Shows/edits process filter details.
|
|||||||
| appName | `string` | "" | The name of the application. |
|
| appName | `string` | "" | The name of the application. |
|
||||||
| filterProperties | `string[]` | | List of process filter properties to display |
|
| filterProperties | `string[]` | | List of process filter properties to display |
|
||||||
| id | `string` | | Id of the process instance filter. |
|
| id | `string` | | Id of the process instance filter. |
|
||||||
|
| environmentId | `string` | | Environment Id of the process instance filter. |
|
||||||
|
| environmentList | `string[]` | | List of environments. |
|
||||||
| role | `string` | "" | roles to filter the apps |
|
| role | `string` | "" | roles to filter the apps |
|
||||||
| showFilterActions | `boolean` | true | Toggles editing of process filter actions. |
|
| showFilterActions | `boolean` | true | Toggles editing of process filter actions. |
|
||||||
| showProcessFilterName | `boolean` | true | Toggles the appearance of the process filter name . |
|
| showProcessFilterName | `boolean` | true | Toggles the appearance of the process filter name . |
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Title: Edit Task Filter Cloud component
|
Title: Edit Task Filter Cloud component
|
||||||
Added: v3.0.0
|
Added: v3.0.0
|
||||||
Status: Experimental
|
Status: Experimental
|
||||||
Last reviewed: 2019-03-27
|
Last reviewed: 2023-04-03
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Edit Task Filter Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts "Defined in edit-task-filter-cloud.component.ts")
|
# [Edit Task Filter Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts "Defined in edit-task-filter-cloud.component.ts")
|
||||||
@@ -47,6 +47,8 @@ Edits task filter details.
|
|||||||
| appName | `string` | "" | (required) Name of the app. |
|
| appName | `string` | "" | (required) Name of the app. |
|
||||||
| filterProperties | `string[]` | \[] | List of task filter properties to display. |
|
| filterProperties | `string[]` | \[] | List of task filter properties to display. |
|
||||||
| id | `string` | | (required) ID of the task filter. |
|
| id | `string` | | (required) ID of the task filter. |
|
||||||
|
| environmentId | `string` | | Environment Id of the task filter. |
|
||||||
|
| environmentList | `string[]` | | List of environments. |
|
||||||
| processInstanceId | `string` | | processInstanceId of the task filter. |
|
| processInstanceId | `string` | | processInstanceId of the task filter. |
|
||||||
| role | `string` | "" | user role. |
|
| role | `string` | "" | user role. |
|
||||||
| showFilterActions | `boolean` | true | Toggles the filter actions. |
|
| showFilterActions | `boolean` | true | Toggles the filter actions. |
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Title: Apps Process Cloud Service
|
Title: Apps Process Cloud Service
|
||||||
Added: v3.0.0
|
Added: v3.0.0
|
||||||
Status: Experimental
|
Status: Experimental
|
||||||
Last reviewed: 2019-01-09
|
Last reviewed: 2023-04-03
|
||||||
---
|
---
|
||||||
|
|
||||||
# [Apps Process Cloud Service](../../../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts "Defined in apps-process-cloud.service.ts")
|
# [Apps Process Cloud Service](../../../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts "Defined in apps-process-cloud.service.ts")
|
||||||
@@ -24,6 +24,11 @@ Gets details of deployed apps for the current user.
|
|||||||
|
|
||||||
- **loadApps**()<br/>
|
- **loadApps**()<br/>
|
||||||
|
|
||||||
|
- **getApplicationLabel**(application: `ApplicationInstanceModel`, environmentList?: `Environment[]`): `string`<br/>
|
||||||
|
Gets application label.
|
||||||
|
- application:_ `ApplicationInstanceModel` - Required application
|
||||||
|
- environmentList:_ `Environment[]` - (Optional) to add environment name in front of application name
|
||||||
|
- **Returns** `string` - The application label.
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
This service implements some features of the [Apps process service](../../core/services/apps-process.service.md)
|
This service implements some features of the [Apps process service](../../core/services/apps-process.service.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user