Interface FormCollector

All Known Implementing Classes:
FormCollectorImpl

public interface FormCollector
  • Method Details

    • getOrCreateForm

      Form getOrCreateForm(String id)
      Returns:
      the form with the given id - create it if it doesn't exist yet
    • removeForm

      void removeForm(String id)
      remove a form with a specific id from the collector
    • containsForm

      boolean containsForm(String id)
      Returns:
      true if a form with the given id exists
    • getAllForms

      Collection<Form> getAllForms()
      Returns:
      all forms