Class AWorkflowEventData

    • Constructor Detail

      • AWorkflowEventData

        protected AWorkflowEventData​(Mandant client,
                                     Benutzer user,
                                     Locale locale)
        Parameters:
        client - Client context for the workflow execution.
        user - User who initiated the event.
        locale - Locale to use during workflow execution for locale-sensitive operations.
    • Method Detail

      • getLocale

        public Locale getLocale()
        Specified by:
        getLocale in interface IWorkflowEventData
        Returns:
        The locale to be used for locale-sensitive operations. When not given, the system's or client's default locale is used.
      • getUser

        public Benutzer getUser()
        Specified by:
        getUser in interface IWorkflowEventData
        Returns:
        The user who initiated the event. When not given, an anonymous user is used.
      • getToStringBuilder

        protected org.apache.commons.lang3.builder.ToStringBuilder getToStringBuilder()