org.jbpm.console.ng.ht.backend.server
@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,
Long taskId,
String identityName) |
Long |
saveTaskStateFromRenderContext(String ctxUID,
Long taskId) |
Long |
saveTaskStateFromRenderContext(String ctxUID,
Long taskId,
boolean clearStatus) |
Long |
startProcessFromRenderContext(String ctxUID,
String domainId,
String processId) |
public FormModelerProcessStarterEntryPointImpl()
public Long startProcessFromRenderContext(String ctxUID, String domainId, String processId)
startProcessFromRenderContext
in interface FormModelerProcessStarterEntryPoint
public Long saveTaskStateFromRenderContext(String ctxUID, Long taskId, boolean clearStatus)
saveTaskStateFromRenderContext
in interface FormModelerProcessStarterEntryPoint
public Long saveTaskStateFromRenderContext(String ctxUID, Long taskId)
saveTaskStateFromRenderContext
in interface FormModelerProcessStarterEntryPoint
public void completeTaskFromContext(String ctxUID, Long taskId, String identityName)
completeTaskFromContext
in interface FormModelerProcessStarterEntryPoint
public void clearContext(String ctxUID)
clearContext
in interface FormModelerProcessStarterEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.