SiteVision Onlinehelp
Search

sv:article

An article node is always a sub node to an archive (sv:archive) node. There is always one and only page content (sv:pageContent) sub node in each article.

The articles are available as web resources in the top left navigator frame in the editor view.

Node name
NameType and description
<article-name>Dynamic / Model dependent
 The name of the article (as displayed in the navigator, but without the date)
Properties
NameType and description
URIjavax.jcr.PropertyType.URI
 The relative URI of the article
displayNamejavax.jcr.PropertyType.STRING
 The given name of the article, including date
articleNamejavax.jcr.PropertyType.STRING
 The give name of the article (@since SiteVision 2.6.1_06)
shortIdjavax.jcr.PropertyType.STRING
 The short id of the article
templatejavax.jcr.PropertyType.WEAKREFERENCE
 The template which is used by the article
URLjavax.jcr.PropertyType.URI
 The absolute URI of the article
visibleInMenusjavax.jcr.PropertyType.BOOLEAN
 Indicates whether or not the article is visible in menus
localejavax.jcr.PropertyType.STRING
 Language settings
robotsIndexjavax.jcr.PropertyType.BOOLEAN
 Indicates whether or not the article may be indexed by a web robot
publishedjavax.jcr.PropertyType.BOOLEAN
 Whether or not the article is published
publishDatejavax.jcr.PropertyType.DATE
 Date when the article was published. Note! This property doesn't exist if the article is not published (i.e. property "published" == false).
publishedByjavax.jcr.PropertyType.WEAKREFERENCE
 User that published the article. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). [@since SiteVision 3.5.3]
lastPublishDatejavax.jcr.PropertyType.DATE
 Last date when the article was published, this date will change if an already published article is republished. Note! This property doesn't exist if the article is not published (i.e. property "published" == false).
lastPublishedByjavax.jcr.PropertyType.WEAKREFERENCE
 The user that published the article. Note! This property doesn't exist if the article is not published (i.e. property "published" == false). [@since SiteVision 3.5.3]
creationDatejavax.jcr.PropertyType.DATE
 Date when the article was created.
createdByjavax.jcr.PropertyType.WEAKREFERENCE
 The user that created the article
lastModifiedDatejavax.jcr.PropertyType.DATE
 Date when the article was modified.
lastModifiedByjavax.jcr.PropertyType.WEAKREFERENCE
 The user that modified the article
scheduledPublishDatejavax.jcr.PropertyType.DATE
 Date when the article is scheduled to be published
scheduledUnpublishDatejavax.jcr.PropertyType.DATE
 Date when the article is scheduled to be unpublished
commentsMulti-value of javax.jcr.PropertyType.UNDEFINED
 An array of editor comments added for the article
titlejavax.jcr.PropertyType.STRING
 Explicitly set title of the article
isActiveSubscriptionjavax.jcr.PropertyType.BOOLEAN
 Whether or not the page is an active subscription
subscriptionTitlejavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
subscriptionMailFooterjavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
subscriptionDescriptionjavax.jcr.PropertyType.STRING
 Optional property available if the article is an active subscription
resourcePriorityjavax.jcr.PropertyType.LONG
 The search resource priority, influences document boost when indexed [@since SiteVision 3.6.4]

SiteVision Utility API tip!

  • ​The ArticleUtil interface exposes a set of methods for creating a sv:article and update some of the properties for a sv:article.
  • The WebContentUtil interface exposes a set of methods for updating the content of a sv:article.
  • The MetadataUtil interface exposes a set of methods for setting metadata values for a sv:article.
  • The PublishingUtil interface exposes a set of methods for publishing and unpublishing a sv:article.
  • The StructureUtil interface exposes a set of methods to move a sv:article to another parent.
  • The TrashcanUtil interface provides a set of methods to remove or restore a sv:article.
  • The DocTypeUtil interface exposes a set of methods for getting the DOCTYPE fo a sv:article.
  • The ResourceLocatorUtil interface exposes methods for easy access to the sv:localFileRepository and sv:localImageRepository of a sv:article.
  • The resource priority of a sv:article can be set via IndexingUtil.
  • The LinkRenderer interface can be used to render a link to a sv:article.

Last updated:

se-sto-ste-sv5-1.sitevision-cloud.net
3.144.84.155