Class FormRequiredAnalyzer

java.lang.Object
org.bonitasoft.engine.service.FormRequiredAnalyzer

public class FormRequiredAnalyzer extends Object
  • Constructor Details

  • Method Details

    • isFormRequired

      public boolean isFormRequired(SFormMapping sFormMapping)
      Is a form required to start case / execute task: if there is a contract, a form is required (by the web part only, the Engine never needs a form mapping to start a case / execute a task)
      Parameters:
      sFormMapping -
      Returns:
      true if a form is required for this form mapping, false otherwise.
    • findActivityWithName

      protected org.bonitasoft.engine.bpm.flownode.UserTaskDefinition findActivityWithName(List<org.bonitasoft.engine.bpm.flownode.ActivityDefinition> activities, String task)