Interface FormPathsHelperService

All Known Implementing Classes:
FormPathsHelperServiceImpl

public interface FormPathsHelperService
  • Method Summary

    Modifier and Type
    Method
    Description
    getFormPaths(String formBase, FormScope scope, boolean skipReadOnlyFields)
     
  • Method Details

    • getFormPaths

      Set<String> getFormPaths(String formBase, FormScope scope, boolean skipReadOnlyFields)
      Parameters:
      formBase - String of the Form-Base for which the paths should get parsed
      scope - FormScope of the Form-Base
      skipReadOnlyFields - boolean whether fields with display-type="readonly" should be skipped
      Returns:
      Set of paths of the specified form