sv:collaborationGroupTemplate
A collaboration group template node is always a child node of the template repository (sv:templateRepository). It has only one child node, the page content (sv:pageContent) node. A collaboration group template is used as template for a sv:collaborationGroupPage.
The collaboration group templates are located in the page template view of the top left navigation area in the editor view.
Name | Type and description |
---|---|
<collaboration-group-template-name> | Dynamic / Model dependent |
The given name of the collaboration group template |
Name | Type and description |
---|---|
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 |
template | javax.jcr.PropertyType.WEAKREFERENCE |
The template this template is based on | |
templateIdentifier | javax.jcr.PropertyType.STRING |
The given template identifier [@since Sitevision 2023.11.1] | |
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 API tip!
- The default collaboration group template can be retrieved via CollaborationGroupTemplateUtil.
Note! This node type was introduced in Sitevision 3.5