diff --git a/docs/content-services/add-permission.component.md b/docs/content-services/add-permission.component.md
index 00c055a28f..c538035166 100644
--- a/docs/content-services/add-permission.component.md
+++ b/docs/content-services/add-permission.component.md
@@ -1,7 +1,7 @@
---
Added: v2.4.0
Status: Active
-Last reviewed: 2018-05-03
+Last reviewed: 2018-11-19
---
# Add Permission Component
diff --git a/docs/content-services/content-node-selector-panel.component.md b/docs/content-services/content-node-selector-panel.component.md
index 85e9319fa0..3034808cf9 100644
--- a/docs/content-services/content-node-selector-panel.component.md
+++ b/docs/content-services/content-node-selector-panel.component.md
@@ -1,7 +1,7 @@
---
Added: v2.1.0
Status: Active
-Last reviewed: 2018-04-16
+Last reviewed: 2018-11-19
---
# Content Node Selector Panel component
diff --git a/docs/content-services/custom-resources.service.md b/docs/content-services/custom-resources.service.md
index 75ad816186..77d88ee910 100644
--- a/docs/content-services/custom-resources.service.md
+++ b/docs/content-services/custom-resources.service.md
@@ -1,7 +1,7 @@
---
Added: v2.3.0
Status: Active
-Last reviewed: 2018-09-13
+Last reviewed: 2018-11-16
---
# Custom Resources service
@@ -33,7 +33,7 @@ Manages Document List information that is specific to a user.
- **isSupportedSource**(folderId: `string`): `boolean`
Is the folder ID a "-my", "-root-", or "-shared-" alias?
- _folderId:_ `string` - Folder ID name to check
- - **Returns** `boolean` - True if the ID is one of the suppored sources, false otherwise
+ - **Returns** `boolean` - True if the ID is one of the supported sources, false otherwise
- **loadFavorites**(pagination: [`PaginationModel`](../../lib/core/models/pagination.model.ts), includeFields: `string[]` = `[]`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`NodePaging`](../../lib/content-services/document-list/models/document-library.model.ts)`>`
Gets favorite files for the current user.
- _pagination:_ [`PaginationModel`](../../lib/core/models/pagination.model.ts) - Specifies how to paginate the results
@@ -55,7 +55,7 @@ Manages Document List information that is specific to a user.
- _includeFields:_ `string[]` - List of data field names to include in the results
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`NodePaging`](../../lib/content-services/document-list/models/document-library.model.ts)`>` - List of shared links
- **loadSites**(pagination: [`PaginationModel`](../../lib/core/models/pagination.model.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`NodePaging`](../../lib/content-services/document-list/models/document-library.model.ts)`>`
- Gets all sites in the respository.
+ Gets all sites in the repository.
- _pagination:_ [`PaginationModel`](../../lib/core/models/pagination.model.ts) - Specifies how to paginate the results
- **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`NodePaging`](../../lib/content-services/document-list/models/document-library.model.ts)`>` - List of sites
- **loadTrashcan**(pagination: [`PaginationModel`](../../lib/core/models/pagination.model.ts), includeFields: `string[]` = `[]`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`DeletedNodesPaging`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/DeletedNodesPaging.md)`>`
diff --git a/docs/content-services/sites-dropdown.component.md b/docs/content-services/sites-dropdown.component.md
index e0cb1a1e57..fa14a0b328 100644
--- a/docs/content-services/sites-dropdown.component.md
+++ b/docs/content-services/sites-dropdown.component.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-03-13
+Last reviewed: 2018-11-19
---
# Sites Dropdown component
diff --git a/docs/content-services/tag-actions.component.md b/docs/content-services/tag-actions.component.md
index 28406ce535..fea99c41c6 100644
--- a/docs/content-services/tag-actions.component.md
+++ b/docs/content-services/tag-actions.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Tag Node Actions List component
diff --git a/docs/content-services/tag-node-list.component.md b/docs/content-services/tag-node-list.component.md
index 9744f92b9d..36f3591a4d 100644
--- a/docs/content-services/tag-node-list.component.md
+++ b/docs/content-services/tag-node-list.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Tag Node List component
diff --git a/docs/content-services/tree-view.component.md b/docs/content-services/tree-view.component.md
index e48e145f22..b94509b211 100644
--- a/docs/content-services/tree-view.component.md
+++ b/docs/content-services/tree-view.component.md
@@ -1,6 +1,7 @@
---
Added: v3.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Tree View component
diff --git a/docs/core/apps-process.service.md b/docs/core/apps-process.service.md
index cab6212d62..b66d7b3523 100644
--- a/docs/core/apps-process.service.md
+++ b/docs/core/apps-process.service.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-04-05
+Last reviewed: 2018-11-16
---
# Apps Process service
@@ -28,14 +28,8 @@ Gets details of the Process Services apps that are deployed for the user.
This service can be used to access the Process Services apps that are available
to the current user. You can find more information about the
-returned [`AppDefinitionRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/AppDefinitionRepresentation.md) class in the
-[Filter model page](../process-services/filter.model.md)
-and in the
+returned [`AppDefinitionRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/AppDefinitionRepresentation.md) class in the
[Process Services Apps API](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/AppsApi.md#getAppDefinitions).
The methods of this service make use of the
[getAppDefinitions](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/AppsApi.md#getAppDefinitions)
method, also from the Apps API.
-
-## See also
-
-- [Filter model](../process-services/filter.model.md)
diff --git a/docs/core/authentication.service.md b/docs/core/authentication.service.md
index cc1c6ec859..3e00f3fc1b 100644
--- a/docs/core/authentication.service.md
+++ b/docs/core/authentication.service.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-09-13
+Last reviewed: 2018-11-19
---
# Authentication Service
@@ -12,9 +12,16 @@ Provides authentication to ACS and APS.
### Methods
-- **getBpmLoggedUser**(): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **addTokenToHeader**(headersArg?: `HttpHeaders`): [`Observable`](http://reactivex.io/documentation/observable.html)``
+ Adds the auth token to an HTTP header using the 'bearer' scheme.
+ - _headersArg:_ `HttpHeaders` - (Optional) Header that will receive the token
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - The new header with the token added
+- **getBearerExcludedUrls**(): `string[]`
+ Gets the set of URLs that the token bearer is excluded from.
+ - **Returns** `string[]` - Array of URL strings
+- **getBpmLoggedUser**(): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`UserRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/UserRepresentation.md)`>`
Gets information about the user currently logged into APS.
- - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - User information
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`UserRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/UserRepresentation.md)`>` - User information
- **getBpmUsername**(): `string`
Gets the BPM username
- **Returns** `string` - The BPM username
@@ -34,6 +41,9 @@ Provides authentication to ACS and APS.
- **getTicketEcmBase64**(): `string|null`
Gets the BPM ticket from the Storage in Base 64 format.
- **Returns** `string|null` - The ticket or `null` if none was found
+- **getToken**(): `string`
+ Gets the auth token.
+ - **Returns** `string` - Auth token string
- **handleError**(error: `any`): [`Observable`](http://reactivex.io/documentation/observable.html)``
Prints an error message in the console browser
- _error:_ `any` - Error message
diff --git a/docs/core/bpm-user.service.md b/docs/core/bpm-user.service.md
index c9aa22b2af..b9d50144ba 100644
--- a/docs/core/bpm-user.service.md
+++ b/docs/core/bpm-user.service.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-05-04
+Last reviewed: 2018-11-19
---
# Bpm User service
diff --git a/docs/core/discovery-api.service.md b/docs/core/discovery-api.service.md
index b8368cf922..463a648eb5 100644
--- a/docs/core/discovery-api.service.md
+++ b/docs/core/discovery-api.service.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-04-05
+Last reviewed: 2018-11-19
---
# Discovery Api service
@@ -12,12 +12,12 @@ Gets version and license information for Process Services and Content Services.
### Methods
-- **getBpmProductInfo**(): [`Observable`](http://reactivex.io/documentation/observable.html)``
+- **getBpmProductInfo**(): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`BpmProductVersionModel`](../../lib/core/models/product-version.model.ts)`>`
Gets product information for Process Services.
- - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - ProductVersionModel containing product details
-- **getEcmProductInfo**(): [`Observable`](http://reactivex.io/documentation/observable.html)``
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`BpmProductVersionModel`](../../lib/core/models/product-version.model.ts)`>` - ProductVersionModel containing product details
+- **getEcmProductInfo**(): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`EcmProductVersionModel`](../../lib/core/models/product-version.model.ts)`>`
Gets product information for Content Services.
- - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`` - ProductVersionModel containing product details
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`EcmProductVersionModel`](../../lib/core/models/product-version.model.ts)`>` - ProductVersionModel containing product details
## Details
diff --git a/docs/core/ecm-user.service.md b/docs/core/ecm-user.service.md
index 233815b81a..6a39217de1 100644
--- a/docs/core/ecm-user.service.md
+++ b/docs/core/ecm-user.service.md
@@ -1,7 +1,7 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-04-05
+Last reviewed: 2018-11-19
---
# Ecm User service
diff --git a/docs/core/logout.directive.md b/docs/core/logout.directive.md
index 2c8f8988f6..9ac340f07f 100644
--- a/docs/core/logout.directive.md
+++ b/docs/core/logout.directive.md
@@ -13,13 +13,14 @@ Logs the user out when the decorated element is clicked.
```
+## Class members
+
### Properties
| Name | Type | Default value | Description |
-| -- | -- | -- | -- |
-| redirectUri | `string` | 'login' | Uri to be redirect after the logout |
-| enableRedirect | `boolean` | 'true' | enable/disable redirect after logout |
-
+| ---- | ---- | ------------- | ----------- |
+| enableRedirect | `boolean` | true | Enable redirecting after logout |
+| redirectUri | `string` | "/login" | URI to redirect to after logging out. |
## See also
diff --git a/docs/core/page-title.service.md b/docs/core/page-title.service.md
index 9935d2ad53..ebbe304298 100644
--- a/docs/core/page-title.service.md
+++ b/docs/core/page-title.service.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Page Title service
diff --git a/docs/core/time-ago.pipe.md b/docs/core/time-ago.pipe.md
index 3d13ed9510..e28a5d476b 100644
--- a/docs/core/time-ago.pipe.md
+++ b/docs/core/time-ago.pipe.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Time Ago pipe
diff --git a/docs/core/user-info.component.md b/docs/core/user-info.component.md
index 7319a5dd2a..421c737e95 100644
--- a/docs/core/user-info.component.md
+++ b/docs/core/user-info.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# User Info component
@@ -28,5 +29,6 @@ Shows user information.
## Details
-This will show a round icon with user and on click some user information.
+The component shows a round icon for the user and will show extra information about
+the user when clicked.
If user is logged in with both ACS and APS, the ACS image will be shown.
diff --git a/docs/process-services/checklist.component.md b/docs/process-services/checklist.component.md
index 4a63ef3dfc..08da7cf339 100644
--- a/docs/process-services/checklist.component.md
+++ b/docs/process-services/checklist.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Checklist Component
@@ -13,7 +14,7 @@ Shows the checklist task functionality.
```
diff --git a/docs/process-services/filter.model.md b/docs/process-services/filter.model.md
deleted file mode 100644
index b50eb56a80..0000000000
--- a/docs/process-services/filter.model.md
+++ /dev/null
@@ -1,74 +0,0 @@
----
-Added: v2.0.0
-Status: Active
----
-
-# Filter model
-
-Contains classes related to filters in Process Services.
-
-## Details
-
-You can find more information about the usage of these classes in the
-[APS Rest API docs](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-activiti-rest-api)
-and in various ADF docs (see the [See Also](#see-also) section for links).
-
-```ts
-class AppDefinitionRepresentationModel {
- defaultAppId: string;
- deploymentId: string;
- name: string;
- description: string;
- theme: string;
- icon: string;
- id: number;
- modelId: number;
- tenantId: number;
-}
-
-class FilterParamsModel {
- id: number;
- name: string;
- index: number;
-}
-
-class FilterRepresentationModel implements UserTaskFilterRepresentation {
- id: number;
- appId: number;
- name: string;
- recent: boolean;
- icon: string;
- filter: FilterParamRepresentationModel;
- index: number;
-}
-
-class FilterParamRepresentationModel {
- processDefinitionId: string;
- processDefinitionKey: string;
- name: string;
- state: string;
- sort: string;
- assignment: string;
- dueAfter: Date;
- dueBefore: Date;
-}
-
-class TaskQueryRequestRepresentationModel implements TaskQueryRequestRepresentation {
- appDefinitionId: string;
- processInstanceId: string;
- processDefinitionId: string;
- text: string;
- assignment: string;
- state: string;
- start: string;
- sort: string;
- page: number;
- size: number;
-}
-```
-
-## See also
-
-- [Process filters component](process-filters.component.md)
-- [Task filters component](task-filters.component.md)
-- [Apps process service](../core/apps-process.service.md)
diff --git a/docs/process-services/people.component.md b/docs/process-services/people.component.md
index 6028d15a37..e2c7bf9c87 100644
--- a/docs/process-services/people.component.md
+++ b/docs/process-services/people.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# People Component
@@ -45,12 +46,12 @@ Displays users involved with a specified task
### How to customize the people component behavior
-The [people component](../process-services/people.component.md) provide two methods to customize the behavior:
+The [people component](../process-services/people.component.md) provides two options to customize its behavior:
-- involveUserAndCloseSearch: The selected user is going to be added and the search section closed
-- involveUserWithoutCloseSearch: The selected user is going to be added without close the search section
+- _involveUserAndCloseSearch_: The selected user gets added and then the search section is closed
+- _involveUserWithoutCloseSearch_: The selected user gets added without closing the search section
-In this way will be easy customize the [people component](../process-services/people.component.md) to involve the user with the single or double click event:
+This makes it easy to customize the [people component](../process-services/people.component.md) to involve the user via a single or double click event:
### Involve People single click and close search
diff --git a/docs/process-services/process-filters.component.md b/docs/process-services/process-filters.component.md
index 0a2f11563f..604d5abcf7 100644
--- a/docs/process-services/process-filters.component.md
+++ b/docs/process-services/process-filters.component.md
@@ -44,9 +44,9 @@ Collection of criteria used to filter process instances, which may be customized
| Name | Type | Description |
| ---- | ---- | ----------- |
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. |
-| filterClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the user selects a filter from the list. |
-| filterSelected | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when a process filter is selected. |
-| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the list of filters has been successfully loaded from the server. |
+| filterClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`UserProcessInstanceFilterRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/UserProcessInstanceFilterRepresentation.md)`>` | Emitted when the user selects a filter from the list. |
+| filterSelected | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ProcessInstanceFilterRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/ProcessInstanceFilterRepresentation.md)`>` | Emitted when a process filter is selected. |
+| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ProcessInstanceFilterRepresentation`](https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/ProcessInstanceFilterRepresentation.md)`[]>` | Emitted when the list of filters has been successfully loaded from the server. |
## Details
@@ -92,4 +92,3 @@ page for an example of how to do set this up.
## See also
- [Process Filter service](process-filter.service.md)
-- [Filter model](filter.model.md)
diff --git a/docs/process-services/process-instance-details.component.md b/docs/process-services/process-instance-details.component.md
index e8cb5dbbb5..b2531bc3f1 100644
--- a/docs/process-services/process-instance-details.component.md
+++ b/docs/process-services/process-instance-details.component.md
@@ -1,11 +1,12 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Process Details component
-Displays detailed information on a specified process instance
+Displays detailed information about a specified process instance
## Basic Usage
diff --git a/docs/process-services/process-instance-tasks.component.md b/docs/process-services/process-instance-tasks.component.md
index 0be85ec716..788c5ff94f 100644
--- a/docs/process-services/process-instance-tasks.component.md
+++ b/docs/process-services/process-instance-tasks.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Process Instance Tasks component
diff --git a/docs/process-services/task-filters.component.md b/docs/process-services/task-filters.component.md
index 289324a8d4..d1fb9aa4bb 100644
--- a/docs/process-services/task-filters.component.md
+++ b/docs/process-services/task-filters.component.md
@@ -1,24 +1,13 @@
---
Added: v2.0.0
Status: Active
-Last reviewed: 2018-06-07
+Last reviewed: 2018-11-16
---
# Task Filters component
Shows all available filters.
-## Contents
-
-- [Basic Usage](#basic-usage)
-- [Class members](#class-members)
- - [Properties](#properties)
- - [Events](#events)
-- [Details](#details)
- - [Filtering APS task filters](#filtering-aps-task-filters)
- - [How to create an accordion menu with the task filter](#how-to-create-an-accordion-menu-with-the-task-filter)
-- [See also](#see-also)
-
## Basic Usage
```html
@@ -34,7 +23,7 @@ Shows all available filters.
| appId | `number` | | Display filters available to the current user for the application with the specified ID. |
| appName | `string` | | Display filters available to the current user for the application with the specified name. |
| filterParam | [`FilterParamsModel`](../../lib/process-services/task-list/models/filter.model.ts) | | Parameters to use for the task filter. If there is no match then the default filter (the first one the list) is selected. |
-| showIcon| `boolean` | true | Toggles display of the filter's icon. |
+| showIcon | `boolean` | | Toggles display of the filter's icon. |
### Events
@@ -70,7 +59,3 @@ as the value of `filterParam` as shown in the table below:
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.
-
-## See also
-
-- [Filter model](filter.model.md)
diff --git a/docs/process-services/task-standalone.component.md b/docs/process-services/task-standalone.component.md
index 9713fef68f..d06c287f7f 100644
--- a/docs/process-services/task-standalone.component.md
+++ b/docs/process-services/task-standalone.component.md
@@ -1,6 +1,7 @@
---
Added: v2.0.0
Status: Active
+Last reviewed: 2018-11-19
---
# Task Standalone component
diff --git a/lib/core/directives/logout.directive.ts b/lib/core/directives/logout.directive.ts
index 50875acb94..8de5deb3e4 100644
--- a/lib/core/directives/logout.directive.ts
+++ b/lib/core/directives/logout.directive.ts
@@ -24,11 +24,11 @@ import { AuthenticationService } from '../services/authentication.service';
})
export class LogoutDirective implements OnInit {
- /** Uri to be redirect after the logout default value login */
+ /** URI to redirect to after logging out. */
@Input()
redirectUri: string = '/login';
- /** Enable redirect after logout */
+ /** Enable redirecting after logout */
@Input()
enableRedirect: boolean = true;
diff --git a/lib/core/services/authentication.service.ts b/lib/core/services/authentication.service.ts
index 385a3e3081..b98882f1db 100644
--- a/lib/core/services/authentication.service.ts
+++ b/lib/core/services/authentication.service.ts
@@ -277,14 +277,27 @@ export class AuthenticationService {
return throwError(error || 'Server error');
}
+ /**
+ * Gets the set of URLs that the token bearer is excluded from.
+ * @returns Array of URL strings
+ */
getBearerExcludedUrls(): string[] {
return this.bearerExcludedUrls;
}
+ /**
+ * Gets the auth token.
+ * @returns Auth token string
+ */
getToken(): string {
return localStorage.getItem('access_token');
}
+ /**
+ * Adds the auth token to an HTTP header using the 'bearer' scheme.
+ * @param headersArg Header that will receive the token
+ * @returns The new header with the token added
+ */
addTokenToHeader(headersArg?: HttpHeaders): Observable {
return new Observable((observer: Observer) => {
let headers = headersArg;
diff --git a/tools/doc/doctool.config.json b/tools/doc/doctool.config.json
index 19a17005ee..f003dfc3f3 100644
--- a/tools/doc/doctool.config.json
+++ b/tools/doc/doctool.config.json
@@ -41,11 +41,14 @@
"MinimalNodeEntity": "../content-services/document-library.model.md",
"MinimalNodeEntryEntity": "../content-services/document-library.model.md",
"NodeEntry": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeEntry.md",
+ "ProcessInstanceFilterRepresentation": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/ProcessInstanceFilterRepresentation.md",
"RelatedContentRepresentation": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-activiti-rest-api/docs/RelatedContentRepresentation.md",
"SiteEntry": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SiteEntry.md",
"SitePaging": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitePaging.md",
"TagEntry": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/TagEntry.md",
- "TagPaging": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/TagPaging.md"
+ "TagPaging": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/TagPaging.md",
+ "UserProcessInstanceFilterRepresentation": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/UserProcessInstanceFilterRepresentation.md",
+ "UserRepresentation": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-activiti-rest-api/docs/UserRepresentation.md"
},
"typeNameExceptions": {
"datatable.component": "DataTableComponent",