[ADF-3801] Added source links for process services docs (#4039)

This commit is contained in:
Andy Stark 2018-12-01 11:37:43 +00:00 committed by Eugenio Romano
parent 4b68c98007
commit 71298982ae
30 changed files with 30 additions and 42 deletions

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-06-08 Last reviewed: 2018-06-08
--- ---
# Apps List Component # [Apps List Component](../../lib/process-services/app-list/apps-list.component.ts "Defined in apps-list.component.ts")
Shows all available apps. Shows all available apps.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-20 Last reviewed: 2018-11-20
--- ---
# Attach Form component # [Attach Form component](../../lib/process-services/task-list/components/attach-form.component.ts "Defined in attach-form.component.ts")
This component can be used when there is no form attached to a task and you want to add one. This component can be used when there is no form attached to a task and you want to add one.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-19 Last reviewed: 2018-11-19
--- ---
# Checklist Component # [Checklist Component](../../lib/process-services/task-list/components/checklist.component.ts "Defined in checklist.component.ts")
Shows the checklist task functionality. Shows the checklist task functionality.

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Create Process Attachment component # [Create Process Attachment component](../../lib/process-services/attachment/create-process-attachment.component.ts "Defined in create-process-attachment.component.ts")
Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Create Task Attachment Component # [Create Task Attachment Component](../../lib/process-services/attachment/create-task-attachment.component.ts "Defined in create-task-attachment.component.ts")
Displays Upload Component (Drag and Click) to upload the attachment to a specified task Displays Upload Component (Drag and Click) to upload the attachment to a specified task

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-14 Last reviewed: 2018-11-14
--- ---
# People list component # [People list component](../../lib/process-services/people/components/people-list/people-list.component.ts "Defined in people-list.component.ts")
Shows a list of users (people). Shows a list of users (people).

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-14 Last reviewed: 2018-11-14
--- ---
# People Search component # [People Search component](../../lib/process-services/people/components/people-search/people-search.component.ts "Defined in people-search.component.ts")
Searches users/people. Searches users/people.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-19 Last reviewed: 2018-11-19
--- ---
# People Component # [People Component](../../lib/process-services/people/components/people/people.component.ts "Defined in people.component.ts")
Displays users involved with a specified task Displays users involved with a specified task

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-03-21 Last reviewed: 2018-03-21
--- ---
# Process Attachment List component # [Process Attachment List component](../../lib/process-services/attachment/process-attachment-list.component.ts "Defined in process-attachment-list.component.ts")
Displays attached documents on a specified process instance Displays attached documents on a specified process instance

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Process Audit Directive # [Process Audit Directive](../../lib/process-services/process-list/components/process-audit.directive.ts "Defined in process-audit.directive.ts")
Fetches the Process Audit information the PDF or JSON format. Fetches the Process Audit information the PDF or JSON format.

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Process Instance Comments component # [Process Instance Comments component](../../lib/process-services/process-comments/process-comments.component.ts "Defined in process-comments.component.ts")
Displays comments associated with a particular process instance and allows the user to add new comments. Displays comments associated with a particular process instance and allows the user to add new comments.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-13 Last reviewed: 2018-11-13
--- ---
# Process Filter Service # [Process Filter Service](../../lib/process-services/process-list/services/process-filter.service.ts "Defined in process-filter.service.ts")
Manage Process Filters, which are pre-configured Process Instance queries. Manage Process Filters, which are pre-configured Process Instance queries.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-09-14 Last reviewed: 2018-09-14
--- ---
# Process Filters Component # [Process Filters Component](../../lib/process-services/process-list/components/process-filters.component.ts "Defined in process-filters.component.ts")
Collection of criteria used to filter process instances, which may be customized by users. Collection of criteria used to filter process instances, which may be customized by users.
@ -18,7 +18,6 @@ Collection of criteria used to filter process instances, which may be customized
- [Details](#details) - [Details](#details)
- [How filter the activiti process filters](#how-filter-the-activiti-process-filters) - [How filter the activiti process filters](#how-filter-the-activiti-process-filters)
- [FilterParamsModel](#filterparamsmodel) - [FilterParamsModel](#filterparamsmodel)
- [How to create an accordion menu with the processes filter](#how-to-create-an-accordion-menu-with-the-processes-filter)
- [See also](#see-also) - [See also](#see-also)
## Basic Usage ## Basic Usage
@ -85,11 +84,6 @@ You can use inside the filterParam one of the properties defined by [`FilterPara
| name | string | The name of the task filter, lowercase is checked. | | name | string | The name of the task filter, lowercase is checked. |
| index | number | Zero-based position of the filter in the array. | | index | number | Zero-based position of the filter in the array. |
### How to create an accordion menu with the processes filter
The process filter often works well as an item in an accordion menu. See the [Accordion component](../core/accordion.component.md)
page for an example of how to do set this up.
## See also ## See also
- [Process Filter service](process-filter.service.md) - [Process Filter service](process-filter.service.md)

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-19 Last reviewed: 2018-11-19
--- ---
# Process Details component # [Process Details component](../../lib/process-services/process-list/components/process-instance-details.component.ts "Defined in process-instance-details.component.ts")
Displays detailed information about a specified process instance Displays detailed information about a specified process instance

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-06-08 Last reviewed: 2018-06-08
--- ---
# Process Instance Details Header component # [Process Instance Details Header component](../../lib/process-services/process-list/components/process-instance-header.component.ts "Defined in process-instance-header.component.ts")
Sub-component of the process details component, which renders some general information about the selected process. Sub-component of the process details component, which renders some general information about the selected process.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-19 Last reviewed: 2018-11-19
--- ---
# Process Instance Tasks component # [Process Instance Tasks component](../../lib/process-services/process-list/components/process-instance-tasks.component.ts "Defined in process-instance-tasks.component.ts")
Lists both the active and completed tasks associated with a particular process instance Lists both the active and completed tasks associated with a particular process instance

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-05-24 Last reviewed: 2018-05-24
--- ---
# Process Instance List # [Process Instance List](../../lib/process-services/process-list/components/process-list.component.ts "Defined in process-list.component.ts")
Renders a list containing all the process instances matched by the parameters specified. Renders a list containing all the process instances matched by the parameters specified.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-03-20 Last reviewed: 2018-03-20
--- ---
# Process Service # [Process Service](../../lib/process-services/process-list/services/process.service.ts "Defined in process.service.ts")
Manages Process Instances, Process Variables, and Process Audit Log. Manages Process Instances, Process Variables, and Process Audit Log.

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Select App Component # [Select App Component](../../lib/process-services/app-list/select-apps-dialog-component.ts "Defined in select-apps-dialog-component.ts")
Shows all available apps and returns the selected app. Shows all available apps and returns the selected app.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-13 Last reviewed: 2018-11-13
--- ---
# Start Process component # [Start Process component](../../lib/process-services/process-list/components/start-process.component.ts "Defined in start-process.component.ts")
Starts a process. Starts a process.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-13 Last reviewed: 2018-11-13
--- ---
# Start Task Component # [Start Task Component](../../lib/process-services/task-list/components/start-task.component.ts "Defined in start-task.component.ts")
Creates/Starts a new task for the specified app Creates/Starts a new task for the specified app

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-03-13 Last reviewed: 2018-03-13
--- ---
# Task Attachment List Component # [Task Attachment List Component](../../lib/process-services/attachment/task-attachment-list.component.ts "Defined in task-attachment-list.component.ts")
Displays attached documents on a specified task. Displays attached documents on a specified task.

View File

@ -4,7 +4,7 @@ Added: v2.0.0
Status: Active Status: Active
--- ---
# Task Audit Directive # [Task Audit Directive](../../lib/process-services/task-list/components/task-audit.directive.ts "Defined in task-audit.directive.ts")
Fetches the Task Audit information in PDF or JSON format. Fetches the Task Audit information in PDF or JSON format.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-13 Last reviewed: 2018-11-13
--- ---
# Task Details component # [Task Details component](../../lib/process-services/task-list/components/task-details.component.ts "Defined in task-details.component.ts")
Shows the details of the task ID passed in as input. Shows the details of the task ID passed in as input.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-06-07 Last reviewed: 2018-06-07
--- ---
# Task Filter Service # [Task Filter Service](../../lib/process-services/task-list/services/task-filter.service.ts "Defined in task-filter.service.ts")
Manage Task Filters, which are pre-configured Task Instance queries. Manage Task Filters, which are pre-configured Task Instance queries.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-16 Last reviewed: 2018-11-16
--- ---
# Task Filters component # [Task Filters component](../../lib/process-services/task-list/components/task-filters.component.ts "Defined in task-filters.component.ts")
Shows all available filters. Shows all available filters.
@ -54,9 +54,3 @@ as the value of `filterParam` as shown in the table below:
| id | string | The id of the task filter | | id | string | The id of the task filter |
| name | string | The name of the task filter, lowercase is checked | | name | string | The name of the task filter, lowercase is checked |
| index | string | The zero-based position of the filter in the array. | | index | string | The zero-based position of the filter in the array. |
### How to create an accordion menu with the task filter
The task filter often works well as an item in an accordion menu. See the
[Accordion component](../core/accordion.component.md)
page for an example of how to set this up.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-13 Last reviewed: 2018-11-13
--- ---
# Task Header component # [Task Header component](../../lib/process-services/task-list/components/task-header.component.ts "Defined in task-header.component.ts")
Shows all the information related to a task. Shows all the information related to a task.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-04-16 Last reviewed: 2018-04-16
--- ---
# Task List component # [Task List component](../../lib/process-services/task-list/components/task-list.component.ts "Defined in task-list.component.ts")
Renders a list containing all the tasks matched by the parameters specified. Renders a list containing all the tasks matched by the parameters specified.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-19 Last reviewed: 2018-11-19
--- ---
# Task Standalone component # [Task Standalone component](../../lib/process-services/task-list/components/task-standalone.component.ts "Defined in task-standalone.component.ts")
This component can be used when the task doesn't belong to any processes. This component can be used when the task doesn't belong to any processes.

View File

@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2018-11-14 Last reviewed: 2018-11-14
--- ---
# Tasklist Service # [Tasklist Service](../../lib/process-services/task-list/services/tasklist.service.ts "Defined in tasklist.service.ts")
Manages Task Instances. Manages Task Instances.