Package | Description |
---|---|
org.jbpm.formModeler.api.client | |
org.jbpm.formModeler.api.model | |
org.jbpm.formModeler.core.config | |
org.jbpm.formModeler.core.processing | |
org.jbpm.formModeler.core.rendering |
Modifier and Type | Method and Description |
---|---|
Form |
FormRenderContext.getForm() |
Form |
FormEditorContext.getForm() |
Form |
FormEditorContext.getOriginalForm() |
Modifier and Type | Method and Description |
---|---|
FormRenderContext |
FormRenderContextManager.newContext(Form form,
Map<String,Object> ctx) |
FormRenderContext |
FormRenderContextManager.newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData) |
FormRenderContext |
FormRenderContextManager.newContext(Form form,
Map<String,Object> inputData,
Map<String,Object> outputData,
Map<String,Object> forms) |
FormEditorContext |
FormEditorContextManager.newContext(Form form,
Object path) |
void |
FormEditorContext.setOriginalForm(Form originalForm) |
Constructor and Description |
---|
FormRenderContext(String uid,
Form form,
Map<String,Object> inputData,
Map<String,Object> outputData) |
Modifier and Type | Method and Description |
---|---|
Form |
Field.getForm() |
Modifier and Type | Method and Description |
---|---|
String |
FieldType.getUniqueIdentifier(String preffix,
String namespace,
Form form,
Field field,
String fieldName) |
void |
Field.setForm(Form form) |
Modifier and Type | Method and Description |
---|---|
Form |
FormManager.cloneForm(Form source) |
Form |
FormManager.cloneForm(Long id) |
Form |
FormManager.createForm(String name) |
Form |
FormManager.createForm(String subject,
String name,
String displayMode,
Long status) |
Form |
FormManager.duplicateForm(Long duplicateId,
String name,
String displayMode,
Long status) |
Form[] |
FormManager.getAllForms() |
Form |
FormManager.getFormById(Long id) |
Form |
FormManager.getFormForFieldEdition(FieldType fieldType) |
Form |
FormSerializationManager.loadFormFromXML(InputSource source) |
Form |
FormSerializationManager.loadFormFromXML(InputStream is) |
Form |
FormSerializationManager.loadFormFromXML(String xml) |
Form |
FormSerializationManager.loadFormFromXML(String xml,
String path) |
Modifier and Type | Method and Description |
---|---|
List<Form> |
FormManager.getFormsBySubject(String subject) |
List<Form> |
FormManager.getFormsBySubjectAndName(String subject,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
FormManager.addAllDataHolderFieldsToForm(Form form,
DataHolder holder) |
void |
FormManager.addAllDataHolderFieldsToForm(Form form,
String holderId) |
void |
FormManager.addDataFieldHolder(Form form,
String holderId,
String fieldName,
String fieldClass) |
void |
FormManager.addDataHolderToForm(Form form,
String holderType,
String id,
String inputId,
String outId,
String color,
String value,
String path) |
Field |
FormManager.addFieldToForm(Form pForm,
FieldType fieldType) |
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label) |
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label,
String inputBindingString,
String outputBindingString) |
Field |
FormManager.addFieldToForm(Form form,
String s,
FieldType fieldType,
String fieldClass,
I18nSet label,
String inputBinging,
String outputBinding) |
void |
FormManager.changeFieldPosition(Form pForm,
int fieldPos,
int destPos,
boolean groupWithPrevious,
boolean nextFieldGrouped) |
Form |
FormManager.cloneForm(Form source) |
void |
FormManager.degradeField(Form pForm,
int fieldPos,
int destPos,
boolean groupWithPrevious,
boolean nextFieldGrouped) |
void |
FormManager.deleteField(Form pForm,
int fieldPos) |
void |
FormManager.deleteForm(Form pForm) |
String |
FormSerializationManager.generateFormXML(Form form) |
String |
FormManager.getUniqueIdentifier(Form form,
String namespace,
Field field,
String fieldName) |
void |
FormManager.groupWithPrevious(Form pForm,
int fieldPos,
boolean value) |
void |
FormManager.moveBottom(Form pForm,
int fieldPos) |
boolean |
FormManager.moveDown(Form pForm,
int fieldPos) |
void |
FormManager.moveTop(Form pForm,
int fieldPos) |
boolean |
FormManager.moveUp(Form pForm,
int fieldPos) |
void |
FormManager.promoteField(Form pForm,
int fieldPos,
int destPos,
boolean groupWithPrevious,
boolean nextFieldGrouped) |
void |
FormManager.removeDataHolderFromForm(Form form,
String holderId) |
void |
FormManager.replaceForm(Form source,
Form dest) |
void |
FormManager.replaceForm(Long sourceId,
Form dest) |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessor.clear(Form form,
String namespace)
Clears status data for given form.
|
void |
FormProcessor.clearField(Form form,
String namespace,
String fieldName)
Clear a field value.
|
void |
FormProcessor.clearFieldErrors(Form form,
String namespace)
Remove field errors that might be in this formStatus.
|
Map |
FormProcessor.createFieldContextValueFromHolder(Form form,
String namespace,
Map<String,Object> inputData,
Map<String,Object> outputData,
Map<String,Object> loadedObjects,
DataHolder holder) |
void |
FormProcessor.flushPendingCalculations(Form form,
String namespace)
Calculates all formulas for given form.
|
void |
FormProcessor.forceWrongField(Form form,
String namespace,
String fieldName)
Mark a field as wrong
|
Object |
FormProcessor.getAttribute(Form form,
String namespace,
String attributeName)
Gets an attribute for given form status
|
Map |
FormProcessor.getMapRepresentationToPersist(Form form,
String namespace)
Returns the Map to persis based on the data stored on the data stored on a FormStatus
|
void |
FormProcessor.modify(Form form,
String namespace,
String fieldName,
Object value)
Directly modify the status value for a form field.
|
Object |
FormProcessor.persistFormHolder(Form form,
String namespace,
Map<String,Object> mapToPersist,
DataHolder holder,
Object loadedObject)
Persists the form fields that match the given holder
|
FormStatusData |
FormProcessor.read(Form form,
String namespace)
Read status for given form id.
|
FormStatusData |
FormProcessor.read(Form form,
String namespace,
Map<String,Object> formValues)
Read status for given form id.
|
FormStatusData |
FormProcessor.read(Form form,
String namespace,
Map<String,Object> formValues,
Map<String,Object> loadedObjects)
Read status for given form id.
|
void |
FormProcessor.setAttribute(Form form,
String namespace,
String attributeName,
Object attributeValue)
Sets an attribute for given form status
|
void |
FormProcessor.setValues(Form form,
String namespace,
Map parameterMap,
Map filesMap)
Get submit values from a request parameter map and a files map, and store it in
a form status.
|
void |
FormProcessor.setValues(Form form,
String namespace,
Map parameterMap,
Map filesMap,
boolean incremental)
Get submit values from a request parameter map and a files map, and store it in
a form status.
|
Modifier and Type | Method and Description |
---|---|
Form |
SubformFinderService.getFormById(long idForm,
String ctxUID) |
Form |
SubformFinderService.getFormFromPath(String formPath,
String ctxUID) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.