Interface ProcessFormScreenCreator
- All Known Implementing Classes:
CustomProcessFormScreenCreator,DefaultProcessFormScreenCreator,InputDialogProcessFormScreenCreator,JmixScreenProcessFormScreenCreator,NoFormProcessFormScreenCreator
public interface ProcessFormScreenCreator
Classes that implement the interface are responsible for creation of start and task forms with a particular form type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateStartProcessScreen(ProcessFormScreenCreator.CreationContext creationContext) createUserTaskScreen(ProcessFormScreenCreator.CreationContext creationContext)
-
Method Details
-
isApplicableFor
String isApplicableFor()- Returns:
- type of screen this screenCreator applicable for
-
createStartProcessScreen
-
createUserTaskScreen
-