Interface IPluginDataSourceParams

    • Method Detail

      • getMandant

        Mandant getMandant()
        Returns:
        The Mandant client to which the current form belongs to.
      • getSessionAttributeMap

        Map<String,​Serializable> getSessionAttributeMap()
        Returns:
        A Map with attributes of the current form session.
        Since:
        5.0
      • getProjekt

        Projekt getProjekt()
        Returns:
        The Projekt that contains the form.
      • getRequestParameters

        ValueParameters getRequestParameters()
        Getters for the parameters of the HTTP request. They are grouped into several categories, according to their type, which is determined by the prefix of the HTTP parameter.
        Returns:
        The ValueParameters representing the request parameters of the current form request.
      • getCurrentUser

        Benutzer getCurrentUser()
        Returns:
        The current Benutzer who is signed in to FORMCYCLE.
        Since:
        6.1
      • getUserData

        com.alibaba.fastjson.JSONObject getUserData()
        Returns:
        A JSONObject with the data for the authenticated user. When the current form does not require authorization, or when the current user did not authorize via this may return null.
        Since:
        6.1