Interface FormMappingService
public interface FormMappingService
This service retrieves information about the currently configured form
generation.
-
Method Summary
Modifier and TypeMethodDescriptionGets form generation info for all namespaces.getFormInfo(String namespace) Gets form generation info for a specific namespace. the namespace cannot be blank.
-
Method Details
-
getFormInfo
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
-