Interface FormPathsHelperService
- All Known Implementing Classes:
FormPathsHelperServiceImpl
public interface FormPathsHelperService
-
Method Summary
-
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
-
getFormPathsForFieldSet
Set<String> getFormPathsForFieldSet(String formBase, FormScope scope, String fieldset, boolean skipReadOnlyFields) - Parameters:
formBase- String of the Form-Base for which the paths should get parsedscope- FormScope of the Form-Basefieldset- String of the specific fieldset in the formskipReadOnlyFields- boolean whether fields with display-type="readonly" should be skipped- Returns:
- Set of paths of the specified fieldset from the specified form
-