Require Session Support in Model UI Fragment Properties@0.0.4

Contents

Up to UI Engine Configuration Properties

FragmentProperty: Require Session SupportStatus: EXPERIMENTAL

Documentation

A UI fragment may require session support by the UI engine in order to make some of its interaction-related data persistent across multiple requests to the UI, e.g. in case of web-based interfaces.

Typed Element: → 'RequireSessionSupportType'

Instanciatable Types 1

Name: → 'RequireSessionSupportType' Status: EXPERIMENTAL
Base Type: STRUCTURED
Abstract: No
Cardinality: 0..1
From Model: UI Fragment Properties
Documentation: This property type constitutes the description of a requirement regarding the necessity to store or access information of a user session.
Structured Value Members:
  • minLifeTime : → 'TimeType' [0..1]
    The session may be required to have a minimum lifetime.
  • sessionTypeId : → 'GenericReferenceType' [0..∞]
    Points to more detailed descriptions of the session's abilities, functionalities, or other features that are required for the UI fragment to work.
  • sessionContextId : → 'GenericReferenceType' [0..∞]
    Points to more detailed descriptions of the contexts in which the session is expected to be valid.
This property type constitutes the description of a requirement regarding the necessity to store or access information of a user session.