Interface FormPathsHelperService

All Known Implementing Classes:
FormPathsHelperServiceImpl

public interface FormPathsHelperService
  • 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
    • 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 parsed
      scope - FormScope of the Form-Base
      fieldset - String of the specific fieldset in the form
      skipReadOnlyFields - boolean whether fields with display-type="readonly" should be skipped
      Returns:
      Set of paths of the specified fieldset from the specified form