Interface SessionObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
ErrorState, ItemState, ValueSetState

public interface SessionObject extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    <I extends ItemId>
    I
     
    default boolean
     
    default boolean
     
    default boolean
     
  • Method Details

    • getId

      <I extends ItemId> I getId()
    • isActive

      default boolean isActive()
      Returns:
      true when item is relevant to questionnaire.
    • isDisabled

      default boolean isDisabled()
      Returns:
      true if item should not be shown to user
    • isDisplayItem

      default boolean isDisplayItem()
      Returns:
      true if item is not variable or something similar that will not be shown to user.