JBoss.orgCommunity Documentation
The WikiHome node stores the root page of a Wiki. It has the node type "exo:wikihome" that has the super type "wiki:page" inherited from "nt:folder". The super type has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
owner | String | false | The creator of the page. |
author | String | false | The last person who modifies the page. |
createdDate | Date | false | The date when the page is created. |
updatedDate | Date | false | The last date when the page is updated. |
syntax | String | false | The Wiki syntax is used to write the page. |
title | String | false | The title of the page. |
comment | String | false | The comment explains what is modified in the page. |
url | String | false | The URL to the page. |
isOverridePermission | Boolean | false | Check whether the default permission is overridden on the page or not. Its default value is "false". |
exo:relation | Reference | true | The property consists of the UUIDs of the related pages. |
The nodes that have the type "wiki:page", have a child node named "content" and other child nodes including attachments with the type "wiki:attachment" inherited from "nt:file". The node type "wiki:attachment" has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
title | String | false | The name of the attachment. |
fileType | String | false | The type of the attachment. |
creator | String | false | The creator of the attachment. |
Three mixin node types: "wiki:removed", "wiki:renamed" and "wiki:watched" may be added to the node type "wiki:page".
The mixin node type "wiki:removed" has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
removedBy | String | false | The person who deleted the page. |
removedDate | Date | false | The date when the page is deleted. |
parentPath | String | false | The path to the parent page of the deleted page. |
The mixin node type "wiki:renamed" has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
oldPageIds | String | true | The old Ids of the renamed page. |
The mixin node type "wiki:watched" has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
watcher | String | false | The Id of the person who is watching the page. |