Interface FormMappingService


public interface FormMappingService
This service retrieves information about the currently configured form generation.
  • Method Details

    • getFormInfo

      FormMappingInfo getFormInfo(String namespace)
      Gets form generation info for a specific namespace. the namespace cannot be blank.
      Parameters:
      namespace - the namespace. cannot be blank.
      Returns:
      the form generation info or null if it cannot be found
      Throws:
      IllegalArgumentException - if the namespace is blank
    • getAllFormInfo

      Set<FormMappingInfo> getAllFormInfo()
      Gets form generation info for all namespaces.
      Returns:
      returns a map. always non-null