Interface FormPathsHelperService
- All Known Implementing Classes:
FormPathsHelperServiceImpl
public interface FormPathsHelperService
-
Method Summary
Modifier and TypeMethodDescriptiongetFormPaths(String formBase, FormScope scope, boolean skipReadOnlyFields)
-
Method Details
-
getFormPaths
- Parameters:
formBase- String of the Form-Base for which the paths should get parsedscope- FormScope of the Form-BaseskipReadOnlyFields- boolean whether fields with display-type="readonly" should be skipped- Returns:
- Set of paths of the specified form
-