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