@Service @Transactional public class FlowableFormService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelService |
modelService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
FlowableFormService() |
| Modifier and Type | Method and Description |
|---|---|
protected FormRepresentation |
createFormRepresentation(AbstractModel model) |
FormRepresentation |
getForm(String formId) |
FormRepresentation |
getFormHistory(String formId,
String formHistoryId) |
List<FormRepresentation> |
getForms(String[] formIds) |
FormRepresentation |
saveForm(String formId,
FormSaveRepresentation saveRepresentation) |
@Autowired protected ModelService modelService
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public FormRepresentation getForm(String formId)
public FormRepresentation getFormHistory(String formId, String formHistoryId)
public List<FormRepresentation> getForms(String[] formIds)
public FormRepresentation saveForm(String formId, FormSaveRepresentation saveRepresentation)
protected FormRepresentation createFormRepresentation(AbstractModel model)
Copyright © 2018 Flowable. All rights reserved.