sv:collaborationGroupPage
A collaboration group page node is always a sub node in the page repository (sv:pageRepository) node tree. Its parent is a sv:collaborationGroupFolder and it has a sv:collaborationGroup as one of its child Nodes.
Name | Type and description |
---|---|
<collaboration-group-page-name> | Dynamic / Model dependent |
The given name of the collaboration group page. |
Name | Type and description |
---|---|
comments | Multi-value of javax.jcr.PropertyType.UNDEFINED |
An array of editor comments added to the collaboration page | |
createdBy | javax.jcr.PropertyType.WEAKREFERENCE |
The user that created the collaboration page | |
creationDate | javax.jcr.PropertyType.DATE |
Date when the collaboration page was created. | |
displayName | javax.jcr.PropertyType.STRING |
The given name of the collaboration page | |
lastModifiedBy | javax.jcr.PropertyType.WEAKREFERENCE |
The user that modified the collaboration page | |
lastModifiedDate | javax.jcr.PropertyType.DATE |
Date when the collaboration page was modified. | |
lastPublishedBy | javax.jcr.PropertyType.WEAKREFERENCE |
Last user that published the collaboration page. Note! This property doesn't exist if the collaboration page is not published (i.e. property "published" == false). [@since Sitevision 3.5.3] | |
lastPublishDate | javax.jcr.PropertyType.DATE |
Last date when the page was published, this date will change if an already published collaboration page is republished. Note! This property doesn't exist if the collaboration page is not published (i.e. property "published" == false). | |
locale | javax.jcr.PropertyType.STRING |
Language settings | |
publishDate | javax.jcr.PropertyType.DATE |
Date when the collaboration page was published. Note! This property doesn't exist if the collaboration page is not published (i.e. property "published" == false). | |
published | javax.jcr.PropertyType.BOOLEAN |
Whether or not the collaboration page is published | |
publishedBy | javax.jcr.PropertyType.WEAKREFERENCE |
User that published the collaboration page. Note! This property doesn't exist if the collaboration page is not published (i.e. property "published" == false). [@since Sitevision 3.5.3] | |
resourcePriority | javax.jcr.PropertyType.LONG |
The search resource priority, influences document boost when indexed [@since Sitevision 3.6.4] | |
robotsIndex | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the collaboration page may be indexed by a web robot | |
scheduledPublishDate | javax.jcr.PropertyType.DATE |
Date when the collaboration page is scheduled to be published | |
scheduledUnpublishDate | javax.jcr.PropertyType.DATE |
| Date when the collaboration page is scheduled to be unpublished |
shortId | javax.jcr.PropertyType.STRING |
The short id of the collaboration page | |
template | javax.jcr.PropertyType.WEAKREFERENCE |
The collaboration group template which is used by the collaboration page | |
title | javax.jcr.PropertyType.STRING |
Explicitly set title of the collaboration page | |
URI | javax.jcr.PropertyType.URI |
The relative URI of the collaboration page | |
URL | javax.jcr.PropertyType.URI |
The absolute URI of the collaboration page | |
visibleInMenus | javax.jcr.PropertyType.BOOLEAN |
Indicates whether or not the collaboration page is visible in menus |
Sitevision Utility tip!
- The members and admins of the sv:collaborationGroup of a collaboration group page can be queried and updated via CollaborationGroupWrapper.
- ResourceLocatorUtil contains methods to retrieve the sv:personalFileRepository and sv:personalImageRepository of the sv:collaborationGroup of the collaboration group page.
- The resource priority of a sv:collaborationGroupPage can be set via IndexingUtil.
- The LinkRenderer interface can be used to render a link to a sv:collaborationGroupPage.
Note! This node type was introduced in Sitevision 3.5