@Component(value="bpm_ProcessFormWindowCache")
public class ProcessFormWindowCache
extends java.lang.Object
Constructor and Description |
---|
ProcessFormWindowCache() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkInitialized() |
protected FormData |
createProcessFormDefinition(io.jmix.ui.WindowInfo windowInfo,
java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes) |
protected java.util.List<FormOutcome> |
extractFormOutcomes(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes) |
protected java.util.List<FormParam> |
extractFormParams(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes) |
protected java.util.List<FormOutputVariable> |
extractOutputVariables(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes) |
java.util.List<FormData> |
getProcessFormDefinitions() |
protected void |
init() |
public java.util.List<FormData> getProcessFormDefinitions()
protected void checkInitialized()
protected void init()
protected FormData createProcessFormDefinition(io.jmix.ui.WindowInfo windowInfo, java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes)
protected java.util.List<FormParam> extractFormParams(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes)
protected java.util.List<FormOutcome> extractFormOutcomes(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes)
protected java.util.List<FormOutputVariable> extractOutputVariables(java.util.Map<java.lang.String,java.lang.Object> processFormAnnotationAttributes)