| Package | Description |
|---|---|
| org.flowable.ui.modeler.model | |
| org.flowable.ui.modeler.service |
| Modifier and Type | Field and Description |
|---|---|
protected FormRepresentation |
FormSaveRepresentation.formRepresentation |
| Modifier and Type | Method and Description |
|---|---|
FormRepresentation |
FormSaveRepresentation.getFormRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormSaveRepresentation.setFormRepresentation(FormRepresentation formRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
protected FormRepresentation |
FlowableFormService.createFormRepresentation(AbstractModel model) |
FormRepresentation |
FlowableFormService.getForm(String formId) |
FormRepresentation |
FlowableFormService.getFormHistory(String formId,
String formHistoryId) |
FormRepresentation |
FlowableFormService.saveForm(String formId,
FormSaveRepresentation saveRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
List<FormRepresentation> |
FlowableFormService.getForms(String[] formIds) |
Copyright © 2018 Flowable. All rights reserved.