Interface FormProvider


public interface FormProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    form(Process<?> process)
    Returns valid form (usually HTML) that can be used to interact to create new instances of the process that is given
  • Method Details

    • form

      String form(Process<?> process)
      Returns valid form (usually HTML) that can be used to interact to create new instances of the process that is given
      Parameters:
      process - process definition this form corresponds to
      Returns:
      a form if found otherwise null