Package io.jmix.bpmui.processform
Class ProcessFormWindowCache
java.lang.Object
io.jmix.bpmui.processform.ProcessFormWindowCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected FormDatacreateProcessFormDefinition(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 voidinit()
-
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)
-