Class AFormRecordEventData

All Implemented Interfaces:
IFormRecordProvidingEvent, IProjectProvidingEvent, IWorkflowEventData, Serializable

public abstract class AFormRecordEventData extends AProjectEventData implements IFormRecordProvidingEvent
POJO base class implementing the methods of IFormRecordProvidingEvent.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • AFormRecordEventData

      protected AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Projekt project, Vorgang formRecord)
      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.
      clock - The clock to use for obtaining the current time.
      project - Project for which to run the workflow.
      formRecord - Form record for which to run the workflow.
      Since:
      8.0.0
    • AFormRecordEventData

      protected AFormRecordEventData(Mandant client, IUser user, Locale locale, Clock clock, Vorgang formRecord)
      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.
      clock - The clock to use for obtaining the current time.
      formRecord - Form record for which to run the workflow.
      Since:
      8.0.0
    • AFormRecordEventData

      @Deprecated protected AFormRecordEventData(Mandant client, IUser user, Locale locale, Projekt project, Vorgang formRecord)
      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.
      project - Project for which to run the workflow.
      formRecord - Form record for which to run the workflow.
    • AFormRecordEventData

      @Deprecated protected AFormRecordEventData(Mandant client, IUser user, Locale locale, Vorgang formRecord)
      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.
      formRecord - Form record for which to run the workflow.
  • Method Details