[ADF-1586] Added Core services docs (#2582)

This commit is contained in:
Andy Stark
2017-11-01 10:04:42 +00:00
committed by Eugenio Romano
parent 092e07c545
commit c17abc4344
10 changed files with 228 additions and 122 deletions

View File

@@ -2,22 +2,6 @@
Collection of criteria used to filter process instances, which may be customized by users.
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
* [How filter the activiti process filters](#how-filter-the-activiti-process-filters)
* [FilterParamsModel](#filterparamsmodel)
* [How to create an accordion menu with the processes filter](#how-to-create-an-accordion-menu-with-the-processes-filter)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage
```html
@@ -82,4 +66,11 @@ You can use inside the filterParam one of the properties defined by [FilterParam
### 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](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.
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also
- [Filter model](filter.model.md)
<!-- seealso end -->