Class NoFormProcessFormViewCreator
java.lang.Object
io.jmix.bpmflowui.processform.viewcreator.impl.NoFormProcessFormViewCreator
- All Implemented Interfaces:
ProcessFormViewCreator
@Component("bpm_NoFormProcessFormViewCreator")
@Order
public class NoFormProcessFormViewCreator
extends Object
implements ProcessFormViewCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.bpmflowui.processform.viewcreator.ProcessFormViewCreator
ProcessFormViewCreator.CreationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateStartProcessView
(ProcessFormViewCreator.CreationContext creationContext) createUserTaskView
(ProcessFormViewCreator.CreationContext creationContext)
-
Constructor Details
-
NoFormProcessFormViewCreator
public NoFormProcessFormViewCreator()
-
-
Method Details
-
isApplicableFor
- Specified by:
isApplicableFor
in interfaceProcessFormViewCreator
- Returns:
- type of view this viewCreator applicable for
-
createStartProcessView
- Specified by:
createStartProcessView
in interfaceProcessFormViewCreator
-
createUserTaskView
- Specified by:
createUserTaskView
in interfaceProcessFormViewCreator
-