@Dependent public class KieWorkbenchFormEntryPointImpl extends Object implements KieWorkbenchFormsEntryPoint
Constructor and Description |
---|
KieWorkbenchFormEntryPointImpl(ProcessService processService,
TaskService taskService,
ProcessFormsValuesProcessor processRenderingSettingsInterpreter,
TaskFormValuesProcessor taskRenderingSettingsInterpreter,
org.kie.workbench.common.forms.dynamic.service.context.generation.dynamic.BackendFormRenderingContextManager contextManager) |
Modifier and Type | Method and Description |
---|---|
void |
clearContext(long timestamp) |
void |
completeTaskFromContext(Long timestamp,
Map<String,Object> formData,
String serverTemplateId,
String containerId,
Long taskId) |
void |
saveTaskStateFromRenderContext(Long timestamp,
Map<String,Object> formData,
String serverTemplateId,
String containerId,
Long taskId) |
Long |
startProcessFromRenderContext(Long timestamp,
Map<String,Object> formData,
String serverTemplateId,
String containerId,
String processId,
String correlationKey) |
@Inject public KieWorkbenchFormEntryPointImpl(ProcessService processService, TaskService taskService, ProcessFormsValuesProcessor processRenderingSettingsInterpreter, TaskFormValuesProcessor taskRenderingSettingsInterpreter, org.kie.workbench.common.forms.dynamic.service.context.generation.dynamic.BackendFormRenderingContextManager contextManager)
public Long startProcessFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, String processId, String correlationKey)
startProcessFromRenderContext
in interface KieWorkbenchFormsEntryPoint
public void saveTaskStateFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)
saveTaskStateFromRenderContext
in interface KieWorkbenchFormsEntryPoint
public void completeTaskFromContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)
completeTaskFromContext
in interface KieWorkbenchFormsEntryPoint
public void clearContext(long timestamp)
clearContext
in interface KieWorkbenchFormsEntryPoint
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.