Package | Description |
---|---|
org.jbpm.formModeler.core.processing.formStatus | |
org.jbpm.formModeler.core.processing.impl |
Modifier and Type | Method and Description |
---|---|
FormStatus |
FormStatusManager.createFormStatus(org.jbpm.formModeler.api.model.Form form,
String namespace,
Map<String,Object> currentValues)
Create and store a new form status associated with given form id and namespace
|
FormStatus |
FormStatusManager.getFormStatus(org.jbpm.formModeler.api.model.Form form,
String namespace)
Get form status associated with given form id and namespace
|
FormStatus |
FormStatusManager.getParent(FormStatus fs) |
Modifier and Type | Method and Description |
---|---|
FormStatus |
FormStatusManager.getParent(FormStatus fs) |
Modifier and Type | Method and Description |
---|---|
protected FormStatus |
FormProcessorImpl.createContextFormStatus(org.jbpm.formModeler.api.client.FormRenderContext context) |
protected FormStatus |
FormProcessorImpl.createFormStatus(org.jbpm.formModeler.api.model.Form form,
String namespace,
Map currentValues,
Map<String,Object> loadedObjects) |
protected FormStatus |
FormProcessorImpl.getContextFormStatus(org.jbpm.formModeler.api.client.FormRenderContext context) |
protected FormStatus |
FormProcessorImpl.getFormStatus(org.jbpm.formModeler.api.model.Form form,
String namespace) |
protected FormStatus |
FormProcessorImpl.getFormStatus(org.jbpm.formModeler.api.model.Form form,
String namespace,
Map<String,Object> currentValues,
Map<String,Object> loadedObjects) |
Modifier and Type | Method and Description |
---|---|
protected void |
FormProcessorImpl.propagateChangesToParentFormStatuses(FormStatus formStatus,
String fieldName,
Object value) |
protected void |
FormProcessorImpl.setFieldValue(org.jbpm.formModeler.api.model.Field field,
FormStatus formStatus,
String inputsPrefix,
Map parameterMap,
Map filesMap,
boolean incremental) |
Constructor and Description |
---|
FormStatusDataImpl(FormStatus status,
boolean isNew) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.