Interface IFormRecordProvidingEvent

    • Method Detail

      • getFormRecordLockContext

        default IFormRecordLockContext getFormRecordLockContext()
        Returns:
        the context that is locking the form record. May be null
        Since:
        7.0.5
      • isAnonymize

        Boolean isAnonymize()
        Returns:
        Whether data specific to the user who submitted the form should be anonymized. When null, an appropriate default should be used: true when the Projekt.isAnonymize() requires it, or false otherwise.
      • update

        void update​(Vorgang formRecord)
        Parameters:
        formRecord - Updates the form record. This will always be the same project, but may reflect a new state in the database.