diff --git a/docs/README.md b/docs/README.md
index 1c889fb5b6..b2bddf7645 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -387,11 +387,11 @@ for more information about installing and using the source code.
| [Process filters cloud component](process-services-cloud/process-filters-cloud.component.md)  | Lists all available process filters and allows to select a filter. | [Source](../lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts) |
| [Process list cloud component](process-services-cloud/process-list-cloud.component.md)  | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts) |
| [Start process cloud component](process-services-cloud/start-process-cloud.component.md)  | Starts a process. | [Source](../lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts) |
-| [People cloud component](process-services-cloud/people-cloud.component.md) | An autosuggest input control that allows single or multiple users to be selected based on the input parameters. | [Source](../lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts) |
+| [People cloud component](process-services-cloud/people-cloud.component.md)  | Allows one or more users to be selected (with auto-suggestion) based on the input parameters. | [Source](../lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts) |
| [Start task cloud component](process-services-cloud/start-task-cloud.component.md)  | Creates/starts a new task for the specified app. | [Source](../lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts) |
| [Edit task filter cloud component](process-services-cloud/edit-task-filter-cloud.component.md)  | Edits Task Filter Details. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filter-cloud.component.ts) |
| [Task filters cloud component](process-services-cloud/task-filters-cloud.component.md)  | Shows all available filters. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts) |
-| [Task header cloud component](process-services-cloud/task-header-cloud.component.md) | Shows all the information related to a task. | [Source](../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts) |
+| [Task header cloud component](process-services-cloud/task-header-cloud.component.md)  | Shows all the information related to a task. | [Source](../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts) |
| [Task list cloud component](process-services-cloud/task-list-cloud.component.md)  | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts) |
| _App details cloud component_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts) |
@@ -405,14 +405,14 @@ for more information about installing and using the source code.
| Name | Description | Source link |
| ---- | ----------- | ----------- |
+| [Apps process cloud service](process-services-cloud/apps-process-cloud.service.md)  | Gets details of deployed apps for the current user. | [Source](../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts) |
| [Process filter cloud service](process-services-cloud/process-filter-cloud.service.md)  | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts) |
| [Start process cloud service](process-services-cloud/start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
| [Start task cloud service](process-services-cloud/start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
| [Task filter cloud service](process-services-cloud/task-filter-cloud.service.md)  | Manages task filters. | [Source](../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
-| _Apps process cloud service_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts) |
+| [Task header cloud service](process-services-cloud/task-header-cloud.service.md)  | Manages cloud tasks. | [Source](../lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts) |
| _Group cloud service_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/group/services/group-cloud.service.ts) |
| _Process list cloud service_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts) |
-| _Task header cloud service_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts) |
| _Task list cloud service_ | _Not currently documented_ | [Source](../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
diff --git a/docs/process-services-cloud/README.md b/docs/process-services-cloud/README.md
index 07752ca4d8..cfe773f4e3 100644
--- a/docs/process-services-cloud/README.md
+++ b/docs/process-services-cloud/README.md
@@ -22,11 +22,11 @@ for more information about installing and using the source code.
| [Process filters cloud component](process-filters-cloud.component.md)  | Lists all available process filters and allows to select a filter. | [Source](../../lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts) |
| [Process list cloud component](process-list-cloud.component.md)  | Renders a list containing all the process instances matched by the parameters specified. | [Source](../../lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts) |
| [Start process cloud component](start-process-cloud.component.md)  | Starts a process. | [Source](../../lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts) |
-| [People cloud component](people-cloud.component.md) | An autosuggest input control that allows single or multiple users to be selected based on the input parameters. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts) |
+| [People cloud component](people-cloud.component.md)  | Allows one or more users to be selected (with auto-suggestion) based on the input parameters. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts) |
| [Start task cloud component](start-task-cloud.component.md)  | Creates/starts a new task for the specified app. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts) |
| [Edit task filter cloud component](edit-task-filter-cloud.component.md)  | Edits Task Filter Details. | [Source](../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filter-cloud.component.ts) |
| [Task filters cloud component](task-filters-cloud.component.md)  | Shows all available filters. | [Source](../../lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts) |
-| [Task header cloud component](task-header-cloud.component.md) | Shows all the information related to a task. | [Source](../../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts) |
+| [Task header cloud component](task-header-cloud.component.md)  | Shows all the information related to a task. | [Source](../../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts) |
| [Task list cloud component](task-list-cloud.component.md)  | Renders a list containing all the tasks matched by the parameters specified. | [Source](../../lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts) |
| _App details cloud component_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts) |
@@ -40,14 +40,14 @@ for more information about installing and using the source code.
| Name | Description | Source link |
| ---- | ----------- | ----------- |
+| [Apps process cloud service](apps-process-cloud.service.md)  | Gets details of deployed apps for the current user. | [Source](../../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts) |
| [Process filter cloud service](process-filter-cloud.service.md)  | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../../lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts) |
| [Start process cloud service](start-process-cloud.service.md)  | Gets process definitions and starts processes. | [Source](../../lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts) |
| [Start task cloud service](start-task-cloud.service.md)  | Starts standalone tasks. | [Source](../../lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.ts) |
| [Task filter cloud service](task-filter-cloud.service.md)  | Manages task filters. | [Source](../../lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts) |
-| _Apps process cloud service_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts) |
+| [Task header cloud service](task-header-cloud.service.md)  | Manages cloud tasks. | [Source](../../lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts) |
| _Group cloud service_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/group/services/group-cloud.service.ts) |
| _Process list cloud service_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts) |
-| _Task header cloud service_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts) |
| _Task list cloud service_ | _Not currently documented_ | [Source](../../lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts) |
diff --git a/docs/process-services-cloud/apps-process-cloud.service.md b/docs/process-services-cloud/apps-process-cloud.service.md
new file mode 100644
index 0000000000..1b3f3325a8
--- /dev/null
+++ b/docs/process-services-cloud/apps-process-cloud.service.md
@@ -0,0 +1,28 @@
+---
+Title: Apps Process Cloud Service
+Added: v3.0.0
+Status: Experimental
+Last reviewed: 2019-01-09
+---
+
+# [Apps Process Cloud Service](../../lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts "Defined in apps-process-cloud.service.ts")
+
+Gets details of deployed apps for the current user.
+
+## Class members
+
+### Methods
+
+- **getDeployedApplicationsByStatus**(status: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`ApplicationInstanceModel`](../../lib/process-services-cloud/src/lib/app/models/application-instance.model.ts)`[]>`
+ Gets a list of deployed apps for this user by status.
+ - _status:_ `string` - Required status value
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`ApplicationInstanceModel`](../../lib/process-services-cloud/src/lib/app/models/application-instance.model.ts)`[]>` - The list of deployed apps
+
+## Details
+
+This service implements some features of the [Apps process service](../core/apps-process.service.md)
+with modifications for cloud use.
+
+## See also
+
+- [Apps process service](../core/apps-process.service.md)
diff --git a/docs/process-services-cloud/people-cloud.component.md b/docs/process-services-cloud/people-cloud.component.md
index 278bbb7a44..04f2009ed1 100644
--- a/docs/process-services-cloud/people-cloud.component.md
+++ b/docs/process-services-cloud/people-cloud.component.md
@@ -1,20 +1,13 @@
---
Title: People Cloud Component
Added: v3.0.0
-Status: Active
-Last reviewed: 2019-09-01
+Status: Experimental
+Last reviewed: 2019-01-18
---
-# [People Cloud Component](../../lib/process-services-cloud/src/lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts")
+# [People Cloud Component](../../lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts "Defined in people-cloud.component.ts")
-An autosuggest input control that allows single or multiple users to be selected based on the input parameters.
-
-## Contents
-
-- [Basic Usage](#basic-usage)
-- [Class members](#class-members)
- - [Properties](#properties)
- - [Events](#events)
+Allows one or more users to be selected (with auto-suggestion) based on the input parameters.
## Basic Usage
@@ -31,15 +24,15 @@ An autosuggest input control that allows single or multiple users to be selected
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
-| appName | `string` | | Name of the application. If specified, shows the users who have access to the app. |
-| mode | `string` | 'single' | Mode of the user selection (single/multiple). |
+| appName | `string` | | Name of the application. If specified, this shows the users who have access to the app. |
+| mode | `string` | | User selection mode (single/multiple). |
+| preSelectUsers | [`IdentityUserModel`](../../lib/core/userinfo/models/identity-user.model.ts)`[]` | | Array of users to be pre-selected. All users in the array are pre-selected in multi selection mode, but only the first user is pre-selected in single selection mode. |
| roles | `string[]` | | Role names of the users to be listed. |
-| preSelectUsers | `IdentityUserModel[]` | | Array of users to be pre-selected. Pre-select all users in `multiple` mode and only the first user of the array in `single` mode. |
### Events
| Name | Type | Description |
| ---- | ---- | ----------- |
+| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. |
+| removeUser | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`IdentityUserModel`](../../lib/core/userinfo/models/identity-user.model.ts)`>` | Emitted when a selected user is removed in multi selection mode. |
| selectUser | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`IdentityUserModel`](../../lib/core/userinfo/models/identity-user.model.ts)`>` | Emitted when a user is selected. |
-| removeUser | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`IdentityUserModel`](../../lib/core/userinfo/models/identity-user.model.ts)`>` | Emitted when a selected user is removed in `multiple` mode. |
-| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when an error occurs. |
diff --git a/docs/process-services-cloud/task-header-cloud.component.md b/docs/process-services-cloud/task-header-cloud.component.md
index 43b1768fb2..cc1a16fa5a 100644
--- a/docs/process-services-cloud/task-header-cloud.component.md
+++ b/docs/process-services-cloud/task-header-cloud.component.md
@@ -1,4 +1,11 @@
-# [Task Header component](../../lib/process-services-cloud/task-header/components/task-header-cloud.component.ts "Defined in task-header.component.ts")
+---
+Title: Task Header Cloud Component
+Added: v3.0.0
+Status: Experimental
+Last reviewed: 2019-01-18
+---
+
+# [Task Header Cloud Component](../../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts "Defined in task-header-cloud.component.ts")
Shows all the information related to a task.
@@ -19,9 +26,9 @@ Shows all the information related to a task.
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
-| appName | `string` | | (required) The name of the application. |
-| taskId | `string` | | (required) The id of the Task. |
-| readOnly | `boolean` | false | Flag to set the component in Read Only Mode. This mode makes all the cells not clickable and not editable. |
+| appName | `string` | | (Required) The name of the application. |
+| readOnly | `boolean` | false | Toggles Read Only Mode. This disables click selection and editing for all cells. |
+| taskId | `string` | | (Required) The id of the task. |
### Events
diff --git a/docs/process-services-cloud/task-header-cloud.service.md b/docs/process-services-cloud/task-header-cloud.service.md
new file mode 100644
index 0000000000..1a39a56e24
--- /dev/null
+++ b/docs/process-services-cloud/task-header-cloud.service.md
@@ -0,0 +1,48 @@
+---
+Title: Task Header Cloud Service
+Added: v3.0.0
+Status: Experimental
+Last reviewed: 2019-01-18
+---
+
+# [Task Header Cloud Service](../../lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts "Defined in task-header-cloud.service.ts")
+
+Manages cloud tasks.
+
+## Class members
+
+### Methods
+
+- **claimTask**(appName: `string`, taskId: `string`, assignee: `string`): `any`
+ Claims a task for an assignee.
+ - _appName:_ `string` - Name of the app
+ - _taskId:_ `string` - ID of the task to claim
+ - _assignee:_ `string` - User to assign the task to
+ - **Returns** `any` - Details of the claimed task
+- **getTaskById**(appName: `string`, taskId: `string`): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>`
+ Gets details of a task.
+ - _appName:_ `string` - Name of the app
+ - _taskId:_ `string` - ID of the task whose details you want
+ - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`TaskDetailsCloudModel`](../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` - Task details
+- **unclaimTask**(appName: `string`, taskId: `string`): `any`
+ Un-claims a task.
+ - _appName:_ `string` - Name of the app
+ - _taskId:_ `string` - ID of the task to unclaim
+ - **Returns** `any` - Details of the task that was unclaimed
+- **updateTask**(appName: `string`, taskId: `string`, updatePayload: `any`): `any`
+ Updates the details (name, description, due date) for a task.
+ - _appName:_ `string` - Name of the app
+ - _taskId:_ `string` - ID of the task to update
+ - _updatePayload:_ `any` - Data to update the task
+ - **Returns** `any` - Updated task details
+
+## Details
+
+The methods work in much the same way as the equivalent methods in the
+[Tasklist service](../process-services/tasklist.service.md)
+but they use the cloud variants of the classes for return values. See the
+[Tasklist service](../process-services/tasklist.service.md) page for usage examples.
+
+## See also
+
+- [Tasklist service](../process-services/tasklist.service.md)
diff --git a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
index a819b0d8d3..f0b7cecc82 100644
--- a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
@@ -33,6 +33,7 @@ export class AppsProcessCloudService {
/**
* Gets a list of deployed apps for this user by status.
+ * @param status Required status value
* @returns The list of deployed apps
*/
getDeployedApplicationsByStatus(status: string): Observable {
diff --git a/lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts b/lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts
index b6f4a29b41..4915d53d74 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/components/people-cloud/people-cloud.component.ts
@@ -44,11 +44,11 @@ export class PeopleCloudComponent implements OnInit {
static MODE_SINGLE = 'single';
static MODE_MULTIPLE = 'multiple';
- /** Name of the application. If specified, shows the users who have access to the app. */
+ /** Name of the application. If specified, this shows the users who have access to the app. */
@Input()
appName: string;
- /** Mode of the user selection (single/multiple). */
+ /** User selection mode (single/multiple). */
@Input()
mode: string = PeopleCloudComponent.MODE_SINGLE;
@@ -56,7 +56,11 @@ export class PeopleCloudComponent implements OnInit {
@Input()
roles: string[];
- /** Array of users to be pre-selected. Pre-select all users in multi selection mode and only the first user of the array in single selection mode. */
+ /**
+ * Array of users to be pre-selected. All users in the
+ * array are pre-selected in multi selection mode, but only the first user
+ * is pre-selected in single selection mode.
+ */
@Input()
preSelectUsers: IdentityUserModel[];
diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
index 33fa3ba60a..c192a867f8 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
@@ -38,7 +38,7 @@ import { TaskDetailsCloudModel } from '../../start-task/models/task-details-clou
})
export class TaskHeaderCloudComponent implements OnInit {
- /** (Required) The appName */
+ /** (Required) The name of the application. */
@Input()
appName: string;
@@ -46,7 +46,7 @@ export class TaskHeaderCloudComponent implements OnInit {
@Input()
taskId: string;
- /** The id of the task. */
+ /** Toggles Read Only Mode. This disables click selection and editing for all cells. */
@Input()
readOnly: boolean = false;
diff --git a/lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts b/lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts
index 77c72bd4ea..5018219339 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/services/task-header-cloud.service.ts
@@ -36,6 +36,12 @@ export class TaskHeaderCloudService {
this.contextRoot = this.appConfigService.get('bpmHost', '');
}
+ /**
+ * Gets details of a task.
+ * @param appName Name of the app
+ * @param taskId ID of the task whose details you want
+ * @returns Task details
+ */
getTaskById(appName: string, taskId: string): Observable {
if (appName && taskId) {
@@ -58,6 +64,13 @@ export class TaskHeaderCloudService {
}
}
+ /**
+ * Updates the details (name, description, due date) for a task.
+ * @param appName Name of the app
+ * @param taskId ID of the task to update
+ * @param updatePayload Data to update the task
+ * @returns Updated task details
+ */
updateTask(appName: string, taskId: string, updatePayload: any): any {
if (appName && taskId) {
@@ -82,6 +95,13 @@ export class TaskHeaderCloudService {
}
}
+ /**
+ * Claims a task for an assignee.
+ * @param appName Name of the app
+ * @param taskId ID of the task to claim
+ * @param assignee User to assign the task to
+ * @returns Details of the claimed task
+ */
claimTask(appName: string, taskId: string, assignee: string): any {
if (appName && taskId) {
@@ -104,6 +124,12 @@ export class TaskHeaderCloudService {
}
}
+ /**
+ * Un-claims a task.
+ * @param appName Name of the app
+ * @param taskId ID of the task to unclaim
+ * @returns Details of the task that was unclaimed
+ */
unclaimTask(appName: string, taskId: string): any {
if (appName && taskId) {
diff --git a/tools/doc/doctool.config.json b/tools/doc/doctool.config.json
index 1b23cd458c..cb107cbd07 100644
--- a/tools/doc/doctool.config.json
+++ b/tools/doc/doctool.config.json
@@ -44,8 +44,6 @@
"DownloadEntry": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/alfresco-core-rest-api/docs/DownloadEntry.md",
"GroupMemberPaging": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/GroupMemberPaging.md",
"MinimalNode": "https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodeMinimalEntry.md",
- "MinimalNodeEntity": "../content-services/document-library.model.md",
- "MinimalNodeEntryEntity": "../content-services/document-library.model.md",
"Node": "https://github.com/Alfresco/alfresco-js-api/blob/development/src/api/content-rest-api/docs/Node.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",