Interface StorageContext

  • All Known Implementing Classes:
    DefaultStorageContext

    public interface StorageContext
    An interface for a study element storage context.
    Author:
    Jarkko Leponiemi
    • Method Detail

      • getId

        String getId()
        Returns:
        the id of the study element
      • getType

        String getType()
        Returns:
        the type of the study element
      • getData

        Map<String,​Object> getData()
        Returns:
        the data of the study element