Package io.jmix.bpmflowui.processform
Class ProcessFormWindowCache
java.lang.Object
io.jmix.bpmflowui.processform.ProcessFormWindowCache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprotected FormDatacreateProcessFormDefinition(ViewInfo viewInfo, 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 voidinit()
- 
Constructor Details- 
ProcessFormWindowCachepublic ProcessFormWindowCache()
 
- 
- 
Method Details- 
getProcessFormDefinitions
- 
checkInitializedprotected void checkInitialized()
- 
initprotected void init()
- 
createProcessFormDefinition
- 
extractFormParams
- 
extractFormOutcomes
- 
extractOutputVariablesprotected List<FormOutputVariable> extractOutputVariables(Map<String, Object> processFormAnnotationAttributes) 
 
-