Skip to main content
Skip table of contents

PDFModel

[]

implements: hash
bundle: standard information structure (sismodel)

Defined hash keys

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)

hasPdf ↦ Boolean
since 5.4.0
deprecated 2018.3.0
return true value if model is called.

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)

isMultipage ↦ Boolean
since 2018.3.0
return true value if model is called.

spreadsPreviewList ↦ sequence< StorageItemModel >
since 5.4.0
get images

spreadsThumbList ↦ sequence< StorageItemModel >
since 5.4.0
get images

Permission Verbs used

image.hasPdf
since 5.4.0
deprecated 2018.3.0 'image.hasPdf' - guards requests to '→hasPdf'

image.isMultipage
since 2018.3.0 'image.isMultipage' - guards requests to '→isMultipage'

image.spreadsPreviewList
since 5.4.0 'image.spreadsPreviewList' - guards requests to '→spreadsPreviewList'

image.spreadsThumbList
since 5.4.0 'image.spreadsThumbList' - guards requests to '→spreadsThumbList'

JavaScript errors detected

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

If this problem persists, please contact our support.