Interface ISourceContext

    • Method Detail

      • getDouiContext

        DouiContext getDouiContext()
        Returns the doui context this source context belongs to.
        Returns:
        the doui context this source context belongs to, or null if this source context does not belongs to a doui context.
        Since:
        4.0.4
      • getTransaction

        ITransaction getTransaction()
        Returns the transaction for persistence access.
        Returns:
        the transaction for persistence access.
        Since:
        4.0.4
      • getSessionConfig

        SessionConfig getSessionConfig()
        Returns the user session information.
        Returns:
        the user session information.
        Since:
        4.0.4
      • getServiceInstanceConfig

        ServiceInstanceConfig getServiceInstanceConfig()
        Returns the service instance of this context.
        Returns:
        the service instance of this context.
        Since:
        4.0.4