Package io.jmix.bpmui.processform
Class ProcessFormWindowCache
java.lang.Object
io.jmix.bpmui.processform.ProcessFormWindowCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected FormData
createProcessFormDefinition
(WindowInfo windowInfo, Map<String, Object> processFormAnnotationAttributes) protected List<FormOutcome>
extractFormOutcomes
(Map<String, Object> processFormAnnotationAttributes) extractFormParams
(Map<String, Object> processFormAnnotationAttributes) protected List<FormOutputVariable>
extractOutputVariables
(Map<String, Object> processFormAnnotationAttributes) protected void
init()
-
Constructor Details
-
ProcessFormWindowCache
public ProcessFormWindowCache()
-
-
Method Details
-
getProcessFormDefinitions
-
checkInitialized
protected void checkInitialized() -
init
protected void init() -
createProcessFormDefinition
protected FormData createProcessFormDefinition(WindowInfo windowInfo, Map<String, Object> processFormAnnotationAttributes) -
extractFormParams
-
extractFormOutcomes
-
extractOutputVariables
protected List<FormOutputVariable> extractOutputVariables(Map<String, Object> processFormAnnotationAttributes)
-