@ApplicationScoped public class FormModelerProcessStarterEntryPointImpl extends Object implements FormModelerProcessStarterEntryPoint
| Constructor and Description |
|---|
FormModelerProcessStarterEntryPointImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContext(String ctxUID) |
void |
completeTaskFromContext(String ctxUID,
String serverTemplateId,
String containerId,
Long taskId) |
Long |
saveTaskStateFromRenderContext(String ctxUID,
String serverTemplateId,
String containerId,
Long taskId) |
Long |
saveTaskStateFromRenderContext(String ctxUID,
String serverTemplateId,
String containerId,
Long taskId,
boolean clearStatus) |
Long |
startProcessFromRenderContext(String ctxUID,
String serverTemplateId,
String domainId,
String processId,
String correlationKey,
Long parentProcessInstanceId) |
public FormModelerProcessStarterEntryPointImpl()
public Long startProcessFromRenderContext(String ctxUID, String serverTemplateId, String domainId, String processId, String correlationKey, Long parentProcessInstanceId)
startProcessFromRenderContext in interface FormModelerProcessStarterEntryPointpublic Long saveTaskStateFromRenderContext(String ctxUID, String serverTemplateId, String containerId, Long taskId, boolean clearStatus)
saveTaskStateFromRenderContext in interface FormModelerProcessStarterEntryPointpublic Long saveTaskStateFromRenderContext(String ctxUID, String serverTemplateId, String containerId, Long taskId)
saveTaskStateFromRenderContext in interface FormModelerProcessStarterEntryPointpublic void completeTaskFromContext(String ctxUID, String serverTemplateId, String containerId, Long taskId)
completeTaskFromContext in interface FormModelerProcessStarterEntryPointpublic void clearContext(String ctxUID)
clearContext in interface FormModelerProcessStarterEntryPointCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.