Class KieWorkbenchFormEntryPointImpl
- java.lang.Object
-
- org.jbpm.workbench.forms.display.backend.impl.KieWorkbenchFormEntryPointImpl
-
- All Implemented Interfaces:
org.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
@Dependent public class KieWorkbenchFormEntryPointImpl extends Object implements org.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
-
-
Constructor Summary
Constructors Constructor Description KieWorkbenchFormEntryPointImpl(org.jbpm.workbench.pr.service.ProcessService processService, org.jbpm.workbench.ht.service.TaskService taskService, ProcessFormsValuesProcessor processRenderingSettingsInterpreter, TaskFormValuesProcessor taskRenderingSettingsInterpreter, org.kie.workbench.common.forms.dynamic.service.context.generation.dynamic.BackendFormRenderingContextManager contextManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearContext(long timestamp)voidcompleteTaskFromContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)voidsaveTaskStateFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)LongstartProcessFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, String processId, String correlationKey)
-
-
-
Constructor Detail
-
KieWorkbenchFormEntryPointImpl
@Inject public KieWorkbenchFormEntryPointImpl(org.jbpm.workbench.pr.service.ProcessService processService, org.jbpm.workbench.ht.service.TaskService taskService, ProcessFormsValuesProcessor processRenderingSettingsInterpreter, TaskFormValuesProcessor taskRenderingSettingsInterpreter, org.kie.workbench.common.forms.dynamic.service.context.generation.dynamic.BackendFormRenderingContextManager contextManager)
-
-
Method Detail
-
startProcessFromRenderContext
public Long startProcessFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, String processId, String correlationKey)
- Specified by:
startProcessFromRenderContextin interfaceorg.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
-
saveTaskStateFromRenderContext
public void saveTaskStateFromRenderContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)
- Specified by:
saveTaskStateFromRenderContextin interfaceorg.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
-
completeTaskFromContext
public void completeTaskFromContext(Long timestamp, Map<String,Object> formData, String serverTemplateId, String containerId, Long taskId)
- Specified by:
completeTaskFromContextin interfaceorg.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
-
clearContext
public void clearContext(long timestamp)
- Specified by:
clearContextin interfaceorg.jbpm.workbench.forms.display.service.KieWorkbenchFormsEntryPoint
-
-