mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1955] Fixed broken links to source files (#2662)
This commit is contained in:
committed by
Eugenio Romano
parent
dcda609bd7
commit
8e41c4950f
@@ -36,7 +36,7 @@ The `relativePath` will create a sequence of folders within `parentId` with `nam
|
|||||||
element but you can use an empty string to make the folder a direct child of `parentId`.
|
element but you can use an empty string to make the folder a direct child of `parentId`.
|
||||||
|
|
||||||
The `hasPermission` method reports whether the node has the specified permission. (The
|
The `hasPermission` method reports whether the node has the specified permission. (The
|
||||||
[Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/permissions.enum.ts)
|
[Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/permissions.enum.ts)
|
||||||
enum contains the values `DELETE`, `UPDATE`, `CREATE`, `UPDATEPERMISSIONS`, `NOT_DELETE`,
|
enum contains the values `DELETE`, `UPDATE`, `CREATE`, `UPDATEPERMISSIONS`, `NOT_DELETE`,
|
||||||
`NOT_UPDATE`, `NOT_CREATE` and `NOT_UPDATEPERMISSIONS`.
|
`NOT_UPDATE`, `NOT_CREATE` and `NOT_UPDATEPERMISSIONS`.
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ Instances of this class are returned by the methods of the
|
|||||||
Note that the Typescript class for this model is in active development;
|
Note that the Typescript class for this model is in active development;
|
||||||
it is likely to change and so its properties are not listed here. For the
|
it is likely to change and so its properties are not listed here. For the
|
||||||
latest version of the class, see the
|
latest version of the class, see the
|
||||||
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-userinfo/src/models/bpm-user.model.ts).
|
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/userinfo/models/bpm-user.model.ts).
|
||||||
|
|
||||||
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
||||||
<!-- seealso start -->
|
<!-- seealso start -->
|
||||||
|
@@ -12,7 +12,7 @@ interface, which is defined in the
|
|||||||
Note that the Typescript class for this model is in active development;
|
Note that the Typescript class for this model is in active development;
|
||||||
it is likely to change and so its properties are not listed here. For the
|
it is likely to change and so its properties are not listed here. For the
|
||||||
latest version of the class, see the
|
latest version of the class, see the
|
||||||
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-userinfo/src/models/ecm-user.model.ts).
|
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/userinfo/models/ecm-user.model.ts).
|
||||||
|
|
||||||
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
||||||
<!-- seealso start -->
|
<!-- seealso start -->
|
||||||
|
@@ -84,7 +84,7 @@ dropdown item.
|
|||||||
selected by `restResponsePath`. Its value will be used for the `label` property of the
|
selected by `restResponsePath`. Its value will be used for the `label` property of the
|
||||||
dropdown item (ie, the text visible to the user).
|
dropdown item (ie, the text visible to the user).
|
||||||
|
|
||||||
The [REST Call Task 101](https://community.alfresco.com/community/bpm/blog/2016/08/31/rest-integration)
|
The [REST Call Task 101](https://community.alfresco.com/community/bpm/blog/2016/08/31/rest-integration-101)
|
||||||
tutorial on the [APS community site](https://community.alfresco.com/community/bpm)
|
tutorial on the [APS community site](https://community.alfresco.com/community/bpm)
|
||||||
contains full details about how the REST calls work, along with a worked example.
|
contains full details about how the REST calls work, along with a worked example.
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ and can be applied separately to files and folders by setting `isFile` and `isFo
|
|||||||
|
|
||||||
### Permissions enum
|
### Permissions enum
|
||||||
|
|
||||||
The [Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/permissions.enum.ts)
|
The [Permissions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/permissions.enum.ts)
|
||||||
enum contains all the valid permissions for which you can apply custom styles: **DELETE**, **UPDATE**,
|
enum contains all the valid permissions for which you can apply custom styles: **DELETE**, **UPDATE**,
|
||||||
**CREATE**, **UPDATEPERMISSIONS**, **NOT_DELETE**, **NOT_UPDATE**, **NOT_CREATE**, **NOT_UPDATEPERMISSIONS**.
|
**CREATE**, **UPDATEPERMISSIONS**, **NOT_DELETE**, **NOT_UPDATE**, **NOT_CREATE**, **NOT_UPDATEPERMISSIONS**.
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ a task or to list them in search results).
|
|||||||
Note that the Typescript class for this model is in active development;
|
Note that the Typescript class for this model is in active development;
|
||||||
it is likely to change and so its properties are not listed here. For the
|
it is likely to change and so its properties are not listed here. For the
|
||||||
latest version of the class, see the
|
latest version of the class, see the
|
||||||
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/ng2-components/ng2-alfresco-core/src/models/user-process.model.ts).
|
[source file](https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/models/user-process.model.ts).
|
||||||
|
|
||||||
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
||||||
<!-- seealso start -->
|
<!-- seealso start -->
|
||||||
|
Reference in New Issue
Block a user