public interface FormHandlerRestApiInterceptor
| Modifier and Type | Method and Description |
|---|---|
String |
convertHistoricTaskFormInfo(org.flowable.form.api.FormInfo formInfo,
org.flowable.task.api.history.HistoricTaskInstance task) |
String |
convertStartFormInfo(org.flowable.form.api.FormInfo formInfo,
ProcessDefinition processDefinition) |
String |
convertTaskFormInfo(org.flowable.form.api.FormInfo formInfo,
org.flowable.task.api.Task task) |
String convertStartFormInfo(org.flowable.form.api.FormInfo formInfo, ProcessDefinition processDefinition)
String convertTaskFormInfo(org.flowable.form.api.FormInfo formInfo, org.flowable.task.api.Task task)
String convertHistoricTaskFormInfo(org.flowable.form.api.FormInfo formInfo, org.flowable.task.api.history.HistoricTaskInstance task)
Copyright © 2022 Flowable. All rights reserved.