Skip to main content
Skip table of contents

OnlineIssueModel

Model for assets where type attribute value starts with 'group.online-issue.'

implements: hash
bundle: standard information structure (sismodel)
since 2017.1
Model for assets where type attribute value starts with 'group.online-issue.'

Defined hash keys

articles ↦ sequence<ArticleModel>
since 2017.1
get articles of online issue

coverArticleModel
since 2017.1
get cover article of online issue

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

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)

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)

issueMonth ↦ Long
since 2017.1
get value of feature 'portal:issue-month' (deprecated) or censhare:module.oc.portal.issue-month

issueNumber ↦ Long
since 2017.1
get value of feature 'portal:issue-number' (deprecated) or censhare:module.oc.portal.issue-number

issueYear ↦ Long
since 2017.1
get value of feature 'portal:issue-year' (deprecated) or censhare:module.oc.portal.issue-year

Permission Verbs used

online-issue.articles
since 2017.1 'online-issue.articles' - guards requests to '→articles'

online-issue.cover
since 2017.1 'online-issue.cover' - guards requests to '→cover'

online-issue.downloads
since 2017.1 'online-issue.downloads' - guards requests to '→downloads'

online-issue.issueMonth
since 2017.1 'online-issue.issueMonth' - guards requests to '→issueMonth'

online-issue.issueNumber
since 2017.1 'online-issue.issueNumber' - guards requests to '→issueNumber'

online-issue.issueYear
since 2017.1 'online-issue.issueYear' - guards requests to '→issueYear'

JavaScript errors detected

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

If this problem persists, please contact our support.