Interface MutableFormState

All Superinterfaces:
FormState
All Known Implementing Classes:
DbFormState

public interface MutableFormState extends FormState
  • Method Details

    • storeFormRecord

      void storeFormRecord(FormRecord record)
      Put the given form in the state. Update the latest version of the form if it is newer.
      Parameters:
      record - the record of the form