Interface IWorkflowEventData

    • Method Detail

      • getLocale

        Locale getLocale()
        Returns:
        The locale to be used for locale-sensitive operations. When not given, the system's or client's default locale is used.
      • getDefaultSystemState

        default EWorkflowStateType getDefaultSystemState()
        Returns:
        The default state that is set when the form record has not state and no state was set by the executed workflow tasks.
      • getUser

        Benutzer getUser()
        Returns:
        The user who initiated the event. When not given, an anonymous user is used.
      • getClient

        Mandant getClient()
        Returns:
        The client scope where the event was initiated.