Interface IFormExtParametersProvider


  • public interface IFormExtParametersProvider
    Interface of provider for getting additional parameters of form
    • Method Detail

      • isAppropriate

        boolean isAppropriate​(Version version)
        Checks that this provider can be used with input version
        Parameters:
        version - actual runtime version, can't be null
        Returns:
        true if this provider can be used with input version, false otherwise
      • getParameters

        List<Property> getParameters​(Form form,
                                     IEObjectProvider typeProvider)
        Gets additional parameters for managed form by type of the main attribute
        Parameters:
        form - Form to compute additional parameters for, can't be null
        typeProvider - IEObjectProvider, can't be null
        Returns:
        list of Property parameters, can't be null