GeoLocationModel
A model for assets; raises access to geo-location coordinates
implements: hash
bundle: standard information structure (sismodel)
since 5.2.0
A model for assets; raises access to geo-location coordinates
Defined hash keys
coordinates ↦ CoordinateModel
since 5.2.0
get the coordinates defined by feature
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)
Permission Verbs used
asset.coordinates
since 5.2.0 'asset.coordinates' - guards requests to '→coordinates'