public class FormHandlerHelper extends Object
| Constructor and Description |
|---|
FormHandlerHelper() |
| Modifier and Type | Method and Description |
|---|---|
StartFormHandler |
getStartFormHandler(CommandContext commandContext,
ProcessDefinition processDefinition) |
TaskFormHandler |
getTaskFormHandlder(String processDefinitionId,
String taskId) |
TaskFormHandler |
getTaskFormHandlder(TaskEntity taskEntity) |
public StartFormHandler getStartFormHandler(CommandContext commandContext, ProcessDefinition processDefinition)
public TaskFormHandler getTaskFormHandlder(String processDefinitionId, String taskId)
public TaskFormHandler getTaskFormHandlder(TaskEntity taskEntity)
Copyright © 2019 Flowable. All rights reserved.