[ADF-2463] Moved doc files to subfolders (#3073)

This commit is contained in:
Andy Stark 2018-03-13 17:29:07 +00:00 committed by Eugenio Romano
parent 766bb082f5
commit 6dc758889f
34 changed files with 103 additions and 105 deletions

View File

@ -57,10 +57,10 @@ for more information about installing and using the source code.
| [Accordion component](core/accordion.component.md) | Creates a collapsible accordion menu. | [Source](../lib/core/collapsable/accordion.component.ts) | | [Accordion component](core/accordion.component.md) | Creates a collapsible accordion menu. | [Source](../lib/core/collapsable/accordion.component.ts) |
| [Data column component](core/data-column.component.md) | Defines column properties for DataTable, Tasklist, Document List and other components. | [Source](../lib/core/data-column/data-column.component.ts) | | [Data column component](core/data-column.component.md) | Defines column properties for DataTable, Tasklist, Document List and other components. | [Source](../lib/core/data-column/data-column.component.ts) |
| [Datatable component](datatable.component.md) | Displays data as a table with customizable columns and presentation. | [Source](../lib/core/datatable/components/datatable/datatable.component.ts) | | [Datatable component](datatable.component.md) | Displays data as a table with customizable columns and presentation. | [Source](../lib/core/datatable/components/datatable/datatable.component.ts) |
| [Form field component](form-field.component.md) | A form field in an APS form. | [Source](../lib/core/form/components/form-field/form-field.component.ts) | | [Form field component](core/form-field.component.md) | A form field in an APS form. | [Source](../lib/core/form/components/form-field/form-field.component.ts) |
| [Form list component](form-list.component.md) | Shows APS forms as a list. | [Source](../lib/core/form/components/form-list.component.ts) | | [Form list component](core/form-list.component.md) | Shows APS forms as a list. | [Source](../lib/core/form/components/form-list.component.ts) |
| [Form component](form.component.md) | Shows a Form from APS (see it live: [Form Quickstart](https://embed.plnkr.co/YSLXTqb3DtMhVJSqXKkE/)) | [Source](../lib/core/form/components/form.component.ts) | | [Form component](core/form.component.md) | Shows a Form from APS (see it live: [Form Quickstart](https://embed.plnkr.co/YSLXTqb3DtMhVJSqXKkE/)) | [Source](../lib/core/form/components/form.component.ts) |
| [Start form component](start-form.component.md) | Displays the Start Form for a process. | [Source](../lib/core/form/components/start-form.component.ts) | | [Start form component](core/start-form.component.md) | Displays the Start Form for a process. | [Source](../lib/core/form/components/start-form.component.ts) |
| [Text mask component](core/text-mask.component.md) | Implements text field input masks. | [Source](../lib/core/form/components/widgets/text/text-mask.component.ts) | | [Text mask component](core/text-mask.component.md) | Implements text field input masks. | [Source](../lib/core/form/components/widgets/text/text-mask.component.ts) |
| [Info drawer layout component](core/info-drawer-layout.component.md) | Displays a sidebar-style information panel. | [Source](../lib/core/info-drawer/info-drawer-layout.component.ts) | | [Info drawer layout component](core/info-drawer-layout.component.md) | Displays a sidebar-style information panel. | [Source](../lib/core/info-drawer/info-drawer-layout.component.ts) |
| [Info drawer component](core/info-drawer.component.md) | Displays a sidebar-style information panel with tabs. | [Source](../lib/core/info-drawer/info-drawer.component.ts) | | [Info drawer component](core/info-drawer.component.md) | Displays a sidebar-style information panel with tabs. | [Source](../lib/core/info-drawer/info-drawer.component.ts) |
@ -93,7 +93,7 @@ for more information about installing and using the source code.
| Name | Description | Source link | | Name | Description | Source link |
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Form field model](form-field.model.md) | Contains the value and metadata for a field of an [ADF Form](form.component.md). | [Source](../lib/core/form/components/widgets/core/form-field.model.ts) | | [Form field model](core/form-field.model.md) | Contains the value and metadata for a field of a Form component. | [Source](../lib/core/form/components/widgets/core/form-field.model.ts) |
| [Comment process model](core/comment-process.model.md) | Represents a comment added to a Process Services task or process instance. | [Source](../lib/core/models/comment-process.model.ts) | | [Comment process model](core/comment-process.model.md) | Represents a comment added to a Process Services task or process instance. | [Source](../lib/core/models/comment-process.model.ts) |
| [Product version model](core/product-version.model.md) | Contains version and license information classes for Alfresco products. | [Source](../lib/core/models/product-version.model.ts) | | [Product version model](core/product-version.model.md) | Contains version and license information classes for Alfresco products. | [Source](../lib/core/models/product-version.model.ts) |
| [User process model](core/user-process.model.md) | Represents a Process Services user. | [Source](../lib/core/models/user-process.model.ts) | | [User process model](core/user-process.model.md) | Represents a Process Services user. | [Source](../lib/core/models/user-process.model.ts) |
@ -117,10 +117,10 @@ for more information about installing and using the source code.
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Card view update service](core/card-view-update.service.md) | Reports edits and clicks within fields of a Card View component. | [Source](../lib/core/card-view/services/card-view-update.service.ts) | | [Card view update service](core/card-view-update.service.md) | Reports edits and clicks within fields of a Card View component. | [Source](../lib/core/card-view/services/card-view-update.service.ts) |
| [Activiti alfresco service](activiti-alfresco.service.md) | Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS). | [Source](../lib/core/form/services/activiti-alfresco.service.ts) | | [Activiti alfresco service](activiti-alfresco.service.md) | Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS). | [Source](../lib/core/form/services/activiti-alfresco.service.ts) |
| [Form rendering service](form-rendering.service.md) | Maps an APS form field type string onto the corresponding form widget component type. | [Source](../lib/core/form/services/form-rendering.service.ts) | | [Form rendering service](core/form-rendering.service.md) | Maps an APS form field type string onto the corresponding form widget component type. | [Source](../lib/core/form/services/form-rendering.service.ts) |
| [Form service](form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) | | [Form service](core/form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) |
| [Node service](node.service.md) | Gets Alfresco Repository node metadata and creates nodes with metadata. | [Source](../lib/core/form/services/node.service.ts) | | [Node service](node.service.md) | Gets Alfresco Repository node metadata and creates nodes with metadata. | [Source](../lib/core/form/services/node.service.ts) |
| [Process content service](process-content.service.md) | Manipulates content related to a Process Instance or Task Instance in APS. | [Source](../lib/core/form/services/process-content.service.ts) | | [Process content service](process-services/process-content.service.md) | Manipulates content related to a Process Instance or Task Instance in APS. | [Source](../lib/core/form/services/process-content.service.ts) |
| [Alfresco api service](alfresco-api.service.md) | Provides access to initialized **AlfrescoJSApi** instance. | [Source](../lib/core/services/alfresco-api.service.ts) | | [Alfresco api service](alfresco-api.service.md) | Provides access to initialized **AlfrescoJSApi** instance. | [Source](../lib/core/services/alfresco-api.service.ts) |
| [Apps process service](apps-process.service.md) | Gets details of the Process Services apps that are deployed for the user. | [Source](../lib/core/services/apps-process.service.ts) | | [Apps process service](apps-process.service.md) | Gets details of the Process Services apps that are deployed for the user. | [Source](../lib/core/services/apps-process.service.ts) |
| [Auth guard bpm service](core/auth-guard-bpm.service.md) | Adds authentication with Process Services to a route within the app. | [Source](../lib/core/services/auth-guard-bpm.service.ts) | | [Auth guard bpm service](core/auth-guard-bpm.service.md) | Adds authentication with Process Services to a route within the app. | [Source](../lib/core/services/auth-guard-bpm.service.ts) |
@ -164,8 +164,8 @@ for more information about installing and using the source code.
| Name | Description | Source link | | Name | Description | Source link |
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Data Table Adapter interface](datatable-adapter.interface.md) | Defines how table data is supplied to [DataTable](datatable.component.md) and [Tasklist](task-list.component.md) components. | [Source](../lib/core/datatable/data/datatable-adapter.ts) | | [Data Table Adapter interface](datatable-adapter.interface.md) | Defines how table data is supplied to DataTable and Tasklist components. | [Source](../lib/core/datatable/data/datatable-adapter.ts) |
| [Form Field Validator interface](form-field-validator.interface.md) | Defines how the input fields of [ADF Form](form.component.md) and [ADF Task Details](task-details.component.md) components are validated. | [Source](../lib/core/form/components/widgets/core/form-field-validator.ts) | | [Form Field Validator interface](core/form-field-validator.interface.md) | Defines how the input fields of Form and Task Details components are validated. | [Source](../lib/core/form/components/widgets/core/form-field-validator.ts) |
| [Search Configuration interface](search-configuration.interface.md) | Provides fine control of parameters to a search. | [Source](../lib/core/services/search-configuration.service.ts) | | [Search Configuration interface](search-configuration.interface.md) | Provides fine control of parameters to a search. | [Source](../lib/core/services/search-configuration.service.ts) |
[(Back to Contents)](#contents) [(Back to Contents)](#contents)
@ -250,24 +250,24 @@ for more information about installing and using the source code.
| Name | Description | Source link | | Name | Description | Source link |
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Apps list component](apps-list.component.md) | Shows all available apps. | [Source](../lib/process-services/app-list/apps-list.component.ts) | | [Apps list component](process-services/apps-list.component.md) | Shows all available apps. | [Source](../lib/process-services/app-list/apps-list.component.ts) |
| [Create process attachment component](create-process-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance | [Source](../lib/process-services/attachment/create-process-attachment.component.ts) | | [Create process attachment component](process-services/create-process-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance | [Source](../lib/process-services/attachment/create-process-attachment.component.ts) |
| [Create task attachment component](create-task-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified task | [Source](../lib/process-services/attachment/create-task-attachment.component.ts) | | [Create task attachment component](process-services/create-task-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified task | [Source](../lib/process-services/attachment/create-task-attachment.component.ts) |
| [Process attachment list component](process-attachment-list.component.md) | Displays attached documents on a specified process instance | [Source](../lib/process-services/attachment/process-attachment-list.component.ts) | | [Process attachment list component](process-services/process-attachment-list.component.md) | Displays attached documents on a specified process instance | [Source](../lib/process-services/attachment/process-attachment-list.component.ts) |
| [Task attachment list component](task-attachment-list.component.md) | Displays attached documents on a specified task. | [Source](../lib/process-services/attachment/task-attachment-list.component.ts) | | [Task attachment list component](task-attachment-list.component.md) | Displays attached documents on a specified task. | [Source](../lib/process-services/attachment/task-attachment-list.component.ts) |
| [Comment list component](comment-list.component.md) | Shows a list of comments. | [Source](../lib/process-services/comments/comment-list.component.ts) | | [Comment list component](process-services/comment-list.component.md) | Shows a list of comments. | [Source](../lib/process-services/comments/comment-list.component.ts) |
| [Comments component](comments.component.md) | Displays comments from users involved in a specified task and allows an involved user to add a comment to the task. | [Source](../lib/process-services/comments/comments.component.ts) | | [Comments component](process-services/comments.component.md) | Displays comments from users involved in a specified task and allows an involved user to add a comment to the task. | [Source](../lib/process-services/comments/comments.component.ts) |
| [Process comments component](process-comments.component.md) | Displays comments associated with a particular process instance and allows the user to add new comments. | [Source](../lib/process-services/comments/process-comments.component.ts) | | [Process comments component](process-services/process-comments.component.md) | Displays comments associated with a particular process instance and allows the user to add new comments. | [Source](../lib/process-services/comments/process-comments.component.ts) |
| [People component](people.component.md) | Displays users involved with a specified task | [Source](../lib/process-services/people/components/people/people.component.ts) | | [People component](process-services/people.component.md) | Displays users involved with a specified task | [Source](../lib/process-services/people/components/people/people.component.ts) |
| [People list component](people-list.component.md) | Shows a list of users (people). | [Source](../lib/process-services/people/components/people-list/people-list.component.ts) | | [People list component](process-services/people-list.component.md) | Shows a list of users (people). | [Source](../lib/process-services/people/components/people-list/people-list.component.ts) |
| [People search component](people-search.component.md) | Searches users/people. | [Source](../lib/process-services/people/components/people-search/people-search.component.ts) | | [People search component](process-services/people-search.component.md) | Searches users/people. | [Source](../lib/process-services/people/components/people-search/people-search.component.ts) |
| [Process filters component](process-filters.component.md) | Collection of criteria used to filter process instances, which may be customized by users. | [Source](../lib/process-services/process-list/components/process-filters.component.ts) | | [Process filters component](process-services/process-filters.component.md) | Collection of criteria used to filter process instances, which may be customized by users. | [Source](../lib/process-services/process-list/components/process-filters.component.ts) |
| [Process instance details component](process-instance-details.component.md) | Displays detailed information on a specified process instance | [Source](../lib/process-services/process-list/components/process-instance-details.component.ts) | | [Process instance details component](process-services/process-instance-details.component.md) | Displays detailed information on a specified process instance | [Source](../lib/process-services/process-list/components/process-instance-details.component.ts) |
| [Process instance header component](process-instance-header.component.md) | Sub-component of the process details component, which renders some general information about the selected process. | [Source](../lib/process-services/process-list/components/process-instance-header.component.ts) | | [Process instance header component](process-services/process-instance-header.component.md) | Sub-component of the process details component, which renders some general information about the selected process. | [Source](../lib/process-services/process-list/components/process-instance-header.component.ts) |
| [Process instance tasks component](process-instance-tasks.component.md) | Lists both the active and completed tasks associated with a particular process instance | [Source](../lib/process-services/process-list/components/process-instance-tasks.component.ts) | | [Process instance tasks component](process-services/process-instance-tasks.component.md) | Lists both the active and completed tasks associated with a particular process instance | [Source](../lib/process-services/process-list/components/process-instance-tasks.component.ts) |
| [Process list component](process-list.component.md) | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services/process-list/components/process-list.component.ts) | | [Process list component](process-services/process-list.component.md) | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services/process-list/components/process-list.component.ts) |
| [Start process component](start-process.component.md) | Starts a process. | [Source](../lib/process-services/process-list/components/start-process.component.ts) | | [Start process component](start-process.component.md) | Starts a process. | [Source](../lib/process-services/process-list/components/start-process.component.ts) |
| [Checklist component](checklist.component.md) | Shows the checklist task functionality. | [Source](../lib/process-services/task-list/components/checklist.component.ts) | | [Checklist component](process-services/checklist.component.md) | Shows the checklist task functionality. | [Source](../lib/process-services/task-list/components/checklist.component.ts) |
| [Start task component](start-task.component.md) | Creates/Starts new task for the specified app | [Source](../lib/process-services/task-list/components/start-task.component.ts) | | [Start task component](start-task.component.md) | Creates/Starts new task for the specified app | [Source](../lib/process-services/task-list/components/start-task.component.ts) |
| [Task details component](task-details.component.md) | Shows the details of the task id passed in input | [Source](../lib/process-services/task-list/components/task-details.component.ts) | | [Task details component](task-details.component.md) | Shows the details of the task id passed in input | [Source](../lib/process-services/task-list/components/task-details.component.ts) |
| [Task filters component](task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/task-list/components/task-filters.component.ts) | | [Task filters component](task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/task-list/components/task-filters.component.ts) |
@ -278,7 +278,7 @@ for more information about installing and using the source code.
| Name | Description | Source link | | Name | Description | Source link |
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Process audit directive](process-audit.directive.md) | Fetches the Process Audit information in the pdf or json format. | [Source](../lib/process-services/process-list/components/process-audit.directive.ts) | | [Process audit directive](process-services/process-audit.directive.md) | Fetches the Process Audit information in the pdf or json format. | [Source](../lib/process-services/process-list/components/process-audit.directive.ts) |
| [Task audit directive](task-audit.directive.md) | Fetches the Task Audit information in the pdf or json format. | [Source](../lib/process-services/task-list/components/task-audit.directive.ts) | | [Task audit directive](task-audit.directive.md) | Fetches the Task Audit information in the pdf or json format. | [Source](../lib/process-services/task-list/components/task-audit.directive.ts) |
## Models ## Models
@ -292,8 +292,8 @@ for more information about installing and using the source code.
| Name | Description | Source link | | Name | Description | Source link |
| ---- | ----------- | ----------- | | ---- | ----------- | ----------- |
| [Process filter service](process-filter.service.md) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services/process-list/services/process-filter.service.ts) | | [Process filter service](process-services/process-filter.service.md) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services/process-list/services/process-filter.service.ts) |
| [Process service](process.service.md) | Manages Process Instances, Process Variables, and Process Audit Log. | [Source](../lib/process-services/process-list/services/process.service.ts) | | [Process service](process-services/process.service.md) | Manages Process Instances, Process Variables, and Process Audit Log. | [Source](../lib/process-services/process-list/services/process.service.ts) |
| [Task filter service](task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/task-list/services/task-filter.service.ts) | | [Task filter service](task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/task-list/services/task-filter.service.ts) |
| [Tasklist service](tasklist.service.md) | Manage Task Instances. | [Source](../lib/process-services/task-list/services/tasklist.service.ts) | | [Tasklist service](tasklist.service.md) | Manage Task Instances. | [Source](../lib/process-services/task-list/services/tasklist.service.ts) |

View File

@ -44,7 +44,7 @@ properties (title, selection status, etc).
### Example ### Example
You can use an accordion menu to wrap a [process filter](../process-filters.component.md), as shown in You can use an accordion menu to wrap a [process filter](../process-services/process-filters.component.md), as shown in
the following example: the following example:
```html ```html

View File

@ -4,8 +4,7 @@ Status: Active
--- ---
# FormFieldValidator interface # FormFieldValidator interface
Defines how the input fields of [ADF Form](form.component.md) and Defines how the input fields of Form and Task Details components are validated.
[ADF Task Details](task-details.component.md) components are validated.
## Basic Usage ## Basic Usage
@ -146,7 +145,7 @@ custom validator set:
If you now run the application and try to enter "admin" in one of the text fields (either optional or required), you should see the following error: If you now run the application and try to enter "admin" in one of the text fields (either optional or required), you should see the following error:
![](docassets/images/demo-validator.png) ![](../docassets/images/demo-validator.png)
## See also ## See also

View File

@ -4,7 +4,7 @@ Status: Active
--- ---
# Form Field model # Form Field model
Contains the value and metadata for a field of an [ADF Form](form.component.md). Contains the value and metadata for a field of a Form component.
## Properties ## Properties
@ -60,11 +60,11 @@ You will need to use the properties of `FormFieldModel` if you want to implement
custom widgets. Aside from the `value` property (which contains the data value entered into custom widgets. Aside from the `value` property (which contains the data value entered into
the field), there are also a few other fields that are used for specific types of data. For the field), there are also a few other fields that are used for specific types of data. For
example, the `currency` property holds the currency symbol to be displayed next to the value example, the `currency` property holds the currency symbol to be displayed next to the value
(such as the dollar sign $) and the `dateDisplayFormat` defines how the elements of a date/time will be arranged. See the [Form Extensibility and Customization](extensibility.md) for more information about creating custom widgets. (such as the dollar sign $) and the `dateDisplayFormat` defines how the elements of a date/time will be arranged. See the [Form Extensibility and Customization](../extensibility.md) for more information about creating custom widgets.
### Validation ### Validation
A [Form](form.component.md) or [Task Details](task-details.component.md) component can A [Form](form.component.md) or [Task Details](../task-details.component.md) component can
be supplied with a set of validator objects. Each validator applies a particular kind of be supplied with a set of validator objects. Each validator applies a particular kind of
check to a field. A number of `FormFieldModel` properties are used by validators. For check to a field. A number of `FormFieldModel` properties are used by validators. For
example, `minValue` and `maxValue` are used to check that a numeric value falls within an example, `minValue` and `maxValue` are used to check that a numeric value falls within an
@ -93,7 +93,7 @@ contains full details about how the REST calls work, along with a worked example
## See also ## See also
- [Extensibility](extensibility.md) - [Extensibility](../extensibility.md)
- [FormFieldValidator](form-field-validator.interface.md) - [FormFieldValidator](form-field-validator.interface.md)
- [Form rendering service](form-rendering.service.md) - [Form rendering service](form-rendering.service.md)
- [Form component](form.component.md) - [Form component](form.component.md)

View File

@ -19,7 +19,7 @@ Maps an APS form field type string onto the corresponding form widget component
- `override` - The new resolver will only replace an existing one if this parameter is true - `override` - The new resolver will only replace an existing one if this parameter is true
- `resolveComponentType(model: DynamicComponentModel, defaultValue: Type<{}> = this.defaultValue): Type<{}>` - `resolveComponentType(model: DynamicComponentModel, defaultValue: Type<{}> = this.defaultValue): Type<{}>`
Finds the component type that is needed to render a form field. Finds the component type that is needed to render a form field.
- `model` - \[Form field model](form-field.model.md) for the field to render - `model` - [Form field model](form-field.model.md) for the field to render
- `defaultValue` - Default type returned for field types that are not yet mapped. - `defaultValue` - Default type returned for field types that are not yet mapped.
## Details ## Details
@ -90,11 +90,11 @@ formRenderingService.setComponentTypeResolver('text', newResolver, true);
You would typically use this to replace an existing widget with your own custom version that You would typically use this to replace an existing widget with your own custom version that
implements a modified layout or responds differently when the data is entered. See the implements a modified layout or responds differently when the data is entered. See the
[Form Extensibility and Customisation](extensibility.md) guide for further details and examples [Form Extensibility and Customisation](../extensibility.md) guide for further details and examples
of this technique. of this technique.
## See also ## See also
- [Extensibility](extensibility.md) - [Extensibility](../extensibility.md)
- [Form field model](form-field.model.md) - [Form field model](form-field.model.md)
- [Form component](form.component.md) - [Form component](form.component.md)

View File

@ -240,7 +240,7 @@ also implement your own custom validators to replace or extend the set. See the
#### Render form by using form definition JSON #### Render form by using form definition JSON
Please give a look to the [demo-form](docassets/demo-form.json) as a sample of form definition JSON. Please give a look to the [demo-form](../docassets/demo-form.json) as a sample of form definition JSON.
The component below with the form definition JSON assigned to the variable `formDefinitionJSON`, shows how a form is rendered by using form definition JSON. The component below with the form definition JSON assigned to the variable `formDefinitionJSON`, shows how a form is rendered by using form definition JSON.
@ -288,7 +288,7 @@ You subscribe to the `formFieldValueChanged` event and check whether event is ra
The result should be as following: The result should be as following:
![](docassets/images/form-service-sample-01.png) ![](../docassets/images/form-service-sample-01.png)
#### Listen all form Events #### Listen all form Events
@ -331,14 +331,13 @@ Using the CSS you can target any outcome ID and change the style as in this exam
} }
``` ```
![](docassets/images/form-style-sample.png) ![](../docassets/images/form-style-sample.png)
## See also ## See also
- [Stencils](stencils.md)
- [FormFieldValidator](form-field-validator.interface.md) - [FormFieldValidator](form-field-validator.interface.md)
- [Extensibility](extensibility.md) - [Extensibility](../extensibility.md)
- [Form rendering service](form-rendering.service.md) - [Form rendering service](form-rendering.service.md)
- [Form field model](form-field.model.md) - [Form field model](form-field.model.md)

View File

@ -6,7 +6,7 @@ Status: Active
Displays the Start Form for a process. Displays the Start Form for a process.
![Start Form screenshot](docassets/images/ProcessStartForm.png) ![Start Form screenshot](../docassets/images/ProcessStartForm.png)
## Basic Usage ## Basic Usage
@ -62,15 +62,15 @@ Displays the Start Form for a process.
## Details ## Details
The [Start Process component](start-process.component.md) uses the Start Form component The [Start Process component](../start-process.component.md) uses the Start Form component
to display the to display the
[start form](http://docs.alfresco.com/process-services1.6/topics/none_start_event.html) [start form](http://docs.alfresco.com/process-services1.6/topics/none_start_event.html)
for the process. for the process.
The `outcomeClick` event is passed a string containing the ID of the outcome button that The `outcomeClick` event is passed a string containing the ID of the outcome button that
the user clicked. You can pass this value to the `startProcess` method (defined in the the user clicked. You can pass this value to the `startProcess` method (defined in the
[Process service](process.service.md)) when activating the process, if necessary. [Process service](../process-services/process.service.md)) when activating the process, if necessary.
## See also ## See also
- [Process service](process.service.md) - [Process service](../process-services/process.service.md)

View File

@ -259,7 +259,7 @@ At runtime you should now see your custom Angular component rendered in place of
## See Also ## See Also
- [Form field model](form-field.model.md) - [Form field model](core/form-field.model.md)
- [Form rendering service](form-rendering.service.md) - [Form rendering service](core/form-rendering.service.md)
- [Form component](form.component.md) - [Form component](core/form.component.md)
- [Widget component](insights/widget.component.md) - [Widget component](insights/widget.component.md)

View File

@ -68,6 +68,6 @@ class TaskQueryRequestRepresentationModel implements TaskQueryRequestRepresentat
## See also ## See also
- [Process filters component](process-filters.component.md) - [Process filters component](process-services/process-filters.component.md)
- [Task filters component](task-filters.component.md) - [Task filters component](task-filters.component.md)
- [Apps process service](apps-process.service.md) - [Apps process service](apps-process.service.md)

View File

@ -26,7 +26,7 @@ export class CustomEditorComponent extends WidgetComponent {}
| Name | Type | Default | Description | | Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- | | ---- | ---- | ------- | ----------- |
| readOnly | boolean | false | Does the widget show a read-only value? (ie, can't be edited) | | readOnly | boolean | false | Does the widget show a read-only value? (ie, can't be edited) |
| field | [FormFieldModel](../form-field.model.md) | | Data to be displayed in the field | | field | [FormFieldModel](../core/form-field.model.md) | | Data to be displayed in the field |
## Details ## Details

View File

@ -6,7 +6,7 @@ Status: Active
Shows all available apps. Shows all available apps.
![how-filter-apps](docassets/images/how-filter-apps.png) ![how-filter-apps](../docassets/images/how-filter-apps.png)
## Basic Usage ## Basic Usage
@ -60,7 +60,7 @@ If you want to show some specific apps you can specify them through the filtersA
In this specific case only the Tasks app, the app with deploymentId 15037 and the app with "my app name" will be shown. In this specific case only the Tasks app, the app with deploymentId 15037 and the app with "my app name" will be shown.
![how-filter-apps](docassets/images/how-filter-apps.png) ![how-filter-apps](../docassets/images/how-filter-apps.png)
You can use inside the filter one of the following property You can use inside the filter one of the following property

View File

@ -6,7 +6,7 @@ Status: Active
Shows a list of comments. Shows a list of comments.
![ADF Comment List](docassets/images/adf-comment-list.png) ![ADF Comment List](../docassets/images/adf-comment-list.png)
## Basic Usage ## Basic Usage

View File

@ -6,7 +6,7 @@ Status: Active
Displays comments from users involved in a specified task and allows an involved user to add a comment to the task. Displays comments from users involved in a specified task and allows an involved user to add a comment to the task.
![adf-comments](docassets/images/adf-comments.png) ![adf-comments](../docassets/images/adf-comments.png)
## Basic Usage ## Basic Usage

View File

@ -6,7 +6,7 @@ Status: Active
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
![process-create-attachment](docassets/images/process-create-attachment.png) ![process-create-attachment](../docassets/images/process-create-attachment.png)
## Basic Usage ## Basic Usage

View File

@ -6,7 +6,7 @@ Status: Active
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
![task-create-attachment](docassets/images/task-create-attachment.png) ![task-create-attachment](../docassets/images/task-create-attachment.png)
## Basic Usage ## Basic Usage

View File

@ -6,7 +6,7 @@ Status: Active
Shows a list of users (people). Shows a list of users (people).
![ADF People List](docassets/images/adf-people-list.png) ![ADF People List](../docassets/images/adf-people-list.png)
## Basic Usage ## Basic Usage
@ -64,7 +64,8 @@ In the component template use the people list component:
</adf-people-list> </adf-people-list>
``` ```
Note that the people list component is based on the [Datatable component](datatable.component.md). Note that the people list component is based on the
[Datatable component](../datatable.component.md).
### Properties ### Properties

View File

@ -30,7 +30,7 @@ Displays users involved with a specified task
</adf-people> </adf-people>
``` ```
![activiti-people](docassets/images/activiti_people.png) ![activiti-people](../docassets/images/activiti_people.png)
### Properties ### Properties
@ -62,7 +62,7 @@ In this way will be easy customize the people component to involve the user with
</adf-people> </adf-people>
``` ```
![involve-people-single-click-and-close-search](docassets/images/involve-people-single-click-and-close-search.gif) ![involve-people-single-click-and-close-search](../docassets/images/involve-people-single-click-and-close-search.gif)
### Involve People single click without close search ### Involve People single click without close search
@ -75,7 +75,7 @@ In this way will be easy customize the people component to involve the user with
</adf-people> </adf-people>
``` ```
![involve-people-single-click-without-close-search](docassets/images/involve-people-single-click-without-close-search.gif) ![involve-people-single-click-without-close-search](../docassets/images/involve-people-single-click-without-close-search.gif)
### Involve People double click and close search ### Involve People double click and close search
@ -88,7 +88,7 @@ In this way will be easy customize the people component to involve the user with
</adf-people> </adf-people>
``` ```
![involve-people-double-click-and-close-search](docassets/images/involve-people-double-click-and-close-search.gif) ![involve-people-double-click-and-close-search](../docassets/images/involve-people-double-click-and-close-search.gif)
### Involve People double double without close search ### Involve People double double without close search
@ -101,4 +101,4 @@ In this way will be easy customize the people component to involve the user with
</adf-people> </adf-people>
``` ```
![involve-people-double-click-without-close-search](docassets/images/involve-people-double-click-without-close-search.gif) ![involve-people-double-click-without-close-search](../docassets/images/involve-people-double-click-without-close-search.gif)

View File

@ -6,7 +6,7 @@ Status: Active
Displays attached documents on a specified process instance Displays attached documents on a specified process instance
![process-attachment-list-sample](docassets/images/process-attachment-list.png) ![process-attachment-list-sample](../docassets/images/process-attachment-list.png)
## Basic Usage ## Basic Usage
@ -19,7 +19,7 @@ Displays attached documents on a specified process instance
If the List is empty, a default no content template is displayed. If the List is empty, a default no content template is displayed.
![default-no-content-template-sample](docassets/images/default-no-content-template.png) ![default-no-content-template-sample](../docassets/images/default-no-content-template.png)
Make sure to override the UploadService with the ProcessUploadService Make sure to override the UploadService with the ProcessUploadService
@ -80,4 +80,4 @@ If we want user to be able to upload attachments for empty lists, We can wrap ou
If the List is empty, the custom no-content template we passed is displayed. If the List is empty, the custom no-content template we passed is displayed.
![custom-no-content-drag-drop-template-sample](docassets/images/custom-no-content-drag-drop-template.png) ![custom-no-content-drag-drop-template-sample](../docassets/images/custom-no-content-drag-drop-template.png)

View File

@ -6,7 +6,7 @@ Status: Active
Fetches the Process Audit information in the pdf or json format. Fetches the Process Audit information in the pdf or json format.
![adf-process-audit-directive](docassets/images/adf-process-audit-directive.png) ![adf-process-audit-directive](../docassets/images/adf-process-audit-directive.png)
## Basic Usage ## Basic Usage

View File

@ -69,9 +69,9 @@ You can use inside the filterParam one of the properties defined by [FilterParam
### How to create an accordion menu with the processes filter ### 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) 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. page for an example of how to do set this up.
## See also ## See also
- [Filter model](filter.model.md) - [Filter model](../filter.model.md)

View File

@ -6,7 +6,7 @@ Status: Active
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.
![adf-process-instance-header](docassets/images/adf-process-instance-header-attachment.png) ![adf-process-instance-header](../docassets/images/adf-process-instance-header-attachment.png)
## Basic Usage ## Basic Usage

View File

@ -130,9 +130,8 @@ adf-process-instance-list also supports pagination and the same can be used as s
| success | Emitted when the list of process instances has been loaded successfully from the server | | success | Emitted when the list of process instances has been loaded successfully from the server |
| error | Emitted when an error is encountered loading the list of process instances from the server | | error | Emitted when an error is encountered loading the list of process instances from the server |
```
## See also ## See also
- [Data column component](data-column.component.md) - [Data column component](../core/data-column.component.md)
- [DataTableAdapter](datatable-adapter.interface.md) - [DataTableAdapter](../datatable-adapter.interface.md)
- [Pagination component](pagination.component.md) - [Pagination component](../pagination.component.md)

View File

@ -35,7 +35,7 @@ ADF version in which they were introduced. See the
- [Analytics report list component](insights/analytics-report-list.component.md) - [Analytics report list component](insights/analytics-report-list.component.md)
- [Analytics component](insights/analytics.component.md) - [Analytics component](insights/analytics.component.md)
- [App config service](core/app-config.service.md) - [App config service](core/app-config.service.md)
- [Apps list component](apps-list.component.md) - [Apps list component](process-services/apps-list.component.md)
- [Apps process service](apps-process.service.md) - [Apps process service](apps-process.service.md)
- [Auth guard bpm service](core/auth-guard-bpm.service.md) - [Auth guard bpm service](core/auth-guard-bpm.service.md)
- [Auth guard ecm service](core/auth-guard-ecm.service.md) - [Auth guard ecm service](core/auth-guard-ecm.service.md)
@ -46,19 +46,19 @@ ADF version in which they were introduced. See the
- [Breadcrumb component](breadcrumb.component.md) - [Breadcrumb component](breadcrumb.component.md)
- [Card view update service](core/card-view-update.service.md) - [Card view update service](core/card-view-update.service.md)
- [Card view component](core/card-view.component.md) - [Card view component](core/card-view.component.md)
- [Checklist component](checklist.component.md) - [Checklist component](process-services/checklist.component.md)
- [Comment list component](comment-list.component.md) - [Comment list component](process-services/comment-list.component.md)
- [Comment process model](core/comment-process.model.md) - [Comment process model](core/comment-process.model.md)
- [Comment process service](core/comment-process.service.md) - [Comment process service](core/comment-process.service.md)
- [Comments component](comments.component.md) - [Comments component](process-services/comments.component.md)
- [Content action component](content-action.component.md) - [Content action component](content-action.component.md)
- [Content node selector component](content-node-selector.component.md) - [Content node selector component](content-node-selector.component.md)
- [Content service](core/content.service.md) - [Content service](core/content.service.md)
- [Content widget](content.widget.md) - [Content widget](content.widget.md)
- [Context menu directive](core/context-menu.directive.md) - [Context menu directive](core/context-menu.directive.md)
- [Cookie service](core/cookie.service.md) - [Cookie service](core/cookie.service.md)
- [Create process attachment component](create-process-attachment.component.md) - [Create process attachment component](process-services/create-process-attachment.component.md)
- [Create task attachment component](create-task-attachment.component.md) - [Create task attachment component](process-services/create-task-attachment.component.md)
- [Data column component](core/data-column.component.md) - [Data column component](core/data-column.component.md)
- [Datatable component](datatable.component.md) - [Datatable component](datatable.component.md)
- [Deleted nodes api service](core/deleted-nodes-api.service.md) - [Deleted nodes api service](core/deleted-nodes-api.service.md)
@ -79,12 +79,12 @@ ADF version in which they were introduced. See the
- [Folder actions service](folder-actions.service.md) - [Folder actions service](folder-actions.service.md)
- [Folder create directive](folder-create.directive.md) - [Folder create directive](folder-create.directive.md)
- [Folder edit directive](folder-edit.directive.md) - [Folder edit directive](folder-edit.directive.md)
- [Form field component](form-field.component.md) - [Form field component](core/form-field.component.md)
- [Form field model](form-field.model.md) - [Form field model](core/form-field.model.md)
- [Form list component](form-list.component.md) - [Form list component](core/form-list.component.md)
- [Form rendering service](form-rendering.service.md) - [Form rendering service](core/form-rendering.service.md)
- [Form component](form.component.md) - [Form component](core/form.component.md)
- [Form service](form.service.md) - [Form service](core/form.service.md)
- [Highlight transform service](core/highlight-transform.service.md) - [Highlight transform service](core/highlight-transform.service.md)
- [Highlight directive](core/highlight.directive.md) - [Highlight directive](core/highlight.directive.md)
- [Host settings component](host-settings.component.md) - [Host settings component](host-settings.component.md)
@ -108,22 +108,22 @@ ADF version in which they were introduced. See the
- [Page title service](core/page-title.service.md) - [Page title service](core/page-title.service.md)
- [Pagination component](pagination.component.md) - [Pagination component](pagination.component.md)
- [People content service](core/people-content.service.md) - [People content service](core/people-content.service.md)
- [People list component](people-list.component.md) - [People list component](process-services/people-list.component.md)
- [People process service](core/people-process.service.md) - [People process service](core/people-process.service.md)
- [People search component](people-search.component.md) - [People search component](process-services/people-search.component.md)
- [People component](people.component.md) - [People component](process-services/people.component.md)
- [Permissions style model](permissions-style.model.md) - [Permissions style model](permissions-style.model.md)
- [Process attachment list component](process-attachment-list.component.md) - [Process attachment list component](process-services/process-attachment-list.component.md)
- [Process audit directive](process-audit.directive.md) - [Process audit directive](process-services/process-audit.directive.md)
- [Process comments component](process-comments.component.md) - [Process comments component](process-services/process-comments.component.md)
- [Process content service](process-content.service.md) - [Process content service](process-services/process-content.service.md)
- [Process filter service](process-filter.service.md) - [Process filter service](process-services/process-filter.service.md)
- [Process filters component](process-filters.component.md) - [Process filters component](process-services/process-filters.component.md)
- [Process instance details component](process-instance-details.component.md) - [Process instance details component](process-services/process-instance-details.component.md)
- [Process instance header component](process-instance-header.component.md) - [Process instance header component](process-services/process-instance-header.component.md)
- [Process instance tasks component](process-instance-tasks.component.md) - [Process instance tasks component](process-services/process-instance-tasks.component.md)
- [Process list component](process-list.component.md) - [Process list component](process-services/process-list.component.md)
- [Process service](process.service.md) - [Process service](process-services/process.service.md)
- [Product version model](core/product-version.model.md) - [Product version model](core/product-version.model.md)
- [Rating component](rating.component.md) - [Rating component](rating.component.md)
- [Rating service](rating.service.md) - [Rating service](rating.service.md)
@ -136,7 +136,7 @@ ADF version in which they were introduced. See the
- [Site model](site.model.md) - [Site model](site.model.md)
- [Sites dropdown component](sites-dropdown.component.md) - [Sites dropdown component](sites-dropdown.component.md)
- [Sites service](core/sites.service.md) - [Sites service](core/sites.service.md)
- [Start form component](start-form.component.md) - [Start form component](core/start-form.component.md)
- [Start process component](start-process.component.md) - [Start process component](start-process.component.md)
- [Start task component](start-task.component.md) - [Start task component](start-task.component.md)
- [Storage service](core/storage.service.md) - [Storage service](core/storage.service.md)