Package org.bonitasoft.engine.service
Class FormRequiredAnalyzer
java.lang.Object
org.bonitasoft.engine.service.FormRequiredAnalyzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.bonitasoft.engine.bpm.flownode.UserTaskDefinitionfindActivityWithName(List<org.bonitasoft.engine.bpm.flownode.ActivityDefinition> activities, String task) booleanisFormRequired(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)
-
Constructor Details
-
FormRequiredAnalyzer
-
-
Method Details
-
isFormRequired
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
-