Interface CoreFormService

All Superinterfaces:
FormService
All Known Implementing Classes:
FormServiceImpl

public interface CoreFormService extends FormService
  • Method Details

    • filterFormValues

      Map<String,Object> filterFormValues(String elementId, String elementType, String scopeDefinitionId, String scopeType, Map<String,Object> formValues)
      Filter the form values based on the defined output mappings.
      Parameters:
      elementId - element id to which the form is attached to.
      elementType - element type to which the form is attached to.
      scopeDefinitionId - definition id to which the form is attached to.
      scopeType - scope type to which the form is attached to.
      Returns:
      the filtered values.