Skip to main content
Skip table of contents

ArticleModel

Model for assets of type 'article.'

implements: hash
bundle: standard information structure (sismodel)
since 5.2.0
Model for assets of type 'article.'

Model for assets where type attribute value starts with 'article.'.

Defined hash keys

additionalarticles ↦ sequence<ArticleModel>
since 5.2.0
get aditional articles, related by 'user.additional-content.'

anonymousRating ↦ sequence<RatingModel>
since 5.8.0
deprecated Use anonymousRating instead
get values of feature 'censhare:rating'

anonymousRatingCount
since 5.8.0
deprecated Use anonymousRatingCount instead
Use anonymousRatingCount instead

articleType ↦ String
since 5.4.0
get value of feature censhare:article-type

authors ↦ sequence<AuthorModel>
since 5.2.0
get authors of article

cssClass ↦ String
since 5.4.0
get css styling classes from configured feature, feature is configured in ConfigurationModel

downloadsFilteredDownloadsModel
since 5.2.0
get download informations, related by 'user.downloads.'

explicitPermissions ↦ sequence<ExplicitPermissionModel>
since 5.2.0
get values of feature 'censhare:module.oc.permission.group'

hasLock.<String:hashKey> ↦ Boolean
since 5.2.0
Check if the value accessed by the hash-key 'hashKey' within this model is secured by an active lock by permission rights management

  • Example:
    model.hasLock.elem - is elem in model guarded by an active permission lock?
    article.hasLock.text - Returns if there is a permission lock for text configured in 'article' ? (In this example 'article' is of of type ArticleModel)

imagesImageModel
since 5.2.0
get images from article's segement

isLocked.<String:hashKey> ↦ Boolean
since 5.2.0
Check if the value accessed by the hash-key 'hashKey' within this model is is locked for current user by permission rights management

  • Example:
    model.isLocked.elem -- is value for elem in model locked for current logged-in user?
    article.isLocked.text -- Returns if the value for 'text' within 'article' is locked (not accessible) for current user. (In this example 'article' is of of type ArticleModel)

keyvisualKeyVisualModel
since 5.2.0
get key-visual information

mainrubricCategoryModel
since 5.2.0
get rubric, value of 'censhare:rubric-main'

onlineIssue ↦ sequence<OnlineIssueModel>
since 2017.1
get online issues of article

onlineIssueNextArticle ↦ ArticleModel
since 2017.1
get next article sibling in the related online issue

onlineIssuePreviousArticle ↦ ArticleModel
since 2017.1
get previous article sibling in the related online issue

permissionGroups ↦ sequence<PermissionGroupAssetModel| PermissionGroupAssetFeatureModel>
since 5.2.0
get values of feature 'censhare:module.oc.permission.group' and 'censhare:module.oc.permission.group-ref'

pubdateDateTimeModel
since 5.2.0
get value of feature 'censhare:publication-date'

rating
since 5.4.0
deprecated Use rating instead
Use rating instead

ratingCount
since 5.4.0
deprecated Use ratingCount instead
Use ratingCount instead

ratingStarPercentage
since 5.4.0
deprecated Use ratingStarPercentage instead
use ratingStarPercentage instead

ratings ↦ sequence<RatingModel>
since 5.4.0
deprecated Use ratings instead
get values of feature 'censhare:rating'

relatedarticles ↦ sequence<ArticleModel>
since 5.2.0
get related articles, related by 'user.related-content.'

rubrics ↦ sequence<CategoryModel>
since 5.2.0
get rubrics, values of 'censhare:rubric'

straplineNodeModel
since 5.2.0
get localized strapline from article content

subtitleNodeModel
since 5.2.0
get localized subtitle from article content

teaserTeaserModel
since 5.2.0
get teaser informations

textNodeModel
since 5.2.0
get localized text from article content

titleNodeModel
since 5.2.0
get localized title from article content

topics ↦ sequence<CategoryModel>
since 5.2.0
get topics, values of 'censhare:topic'

updatedateDateTimeModel
since 5.2.0
get value of feature 'censhare:update-date'

Permission Verbs used

article.additionalArticles
since 5.2.0 'article.additionalArticles' - guards requests to '→additionalarticles'

article.anonymousRating
since 5.8.0
deprecated Use article.anonymousRating instead 'article.anonymousRating' - guards requests to '→anonymousRating'

article.anonymousRatingCount
since 5.8.0
deprecated Use article.anonymousRatingCount instead 'article.anonymousRatingCount' - guards requests to anonymousRatingCount

article.articleType
since 5.4.0 'article.articleType' - guards requests to '→articleType'

article.authors
since 5.2.0 'article.authors' - guards requests to '→authors'

article.content
since 5.2.0 'article.content' - guards requests to '→text'

article.downloads
since 5.2.0 'article.downloads' - guards requests to '→downloads'

article.explicitPermissions
since 5.2.0 'article.explicitPermissions' - guards requests to '→explicitPermissions'

article.images
since 5.2.0 'article.images' - guards requests to '→images'

article.keyvisual
since 5.2.0 'article.keyvisual' - guards requests to '→keyvisual'

article.mainRubric
since 5.2.0 'article.mainRubric' - guards requests to '→mainrubric'

article.onlineIssue
since 2017.1 'article.onlineIssue' - guards requests to '→onlineIssue'

article.onlineIssueNextArticle
since 2017.1 'article.onlineIssueNextArticle' - guards requests to '→onlineIssueNextArticle'

article.onlineIssuePreviousArticle
since 2017.1 'article.onlineIssuePreviousArticle' - guards requests to '→onlineIssuePreviousArticle'

article.permissionGroups
since 5.2.0 'article.permissionGroups' - guards requests to '→permissionGroups'

article.publicationDate
since 5.2.0 'article.publicationDate' - guards requests to '→pubdate'

article.rating
since 5.4.0
deprecated Use article.rating instead 'article.rating' - guards requests to rating

article.ratingCount
since 5.4.0
deprecated Use article.ratingCount instead 'article.ratingCount' - guards requests to ratingCount

article.ratings
since 5.4.0
deprecated Use article.ratings instead 'article.ratings' - guards requests to ratings

article.relatedArticles
since 5.2.0 'article.relatedArticles' - guards requests to '→relatedarticles'

article.rubrics
since 5.2.0 'article.rubrics' - guards requests to '→rubrics'

article.strapline
since 5.2.0 'article.strapline' - guards requests to '→strapline'

article.subtitle
since 5.2.0 'article.subtitle' - guards requests to '→subtitle'

article.teaser
since 5.2.0 'article.teaser' - guards requests to '→teaser'

article.title
since 5.2.0 'article.title' - guards requests to '→title'

article.topics
since 5.2.0 'article.topics' - guards requests to '→topics'

article.update-date
since 5.2.0 'article.update-date' - guards requests to '→updatedate'

navigation.css
since 5.4.0 'navigation.css' - guards requests to '→cssClass'

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.