org.jbpm.console.ng.ht.backend.server
Class FormModelerProcessStarterEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.FormModelerProcessStarterEntryPointImpl
- All Implemented Interfaces:
- FormModelerProcessStarterEntryPoint
@ApplicationScoped
public class FormModelerProcessStarterEntryPointImpl
- extends Object
- implements FormModelerProcessStarterEntryPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormModelerProcessStarterEntryPointImpl
public FormModelerProcessStarterEntryPointImpl()
startProcessFromRenderContext
public Long startProcessFromRenderContext(String ctxUID,
String domainId,
String processId)
- Specified by:
startProcessFromRenderContext
in interface FormModelerProcessStarterEntryPoint
saveTaskStateFromRenderContext
public Long saveTaskStateFromRenderContext(String ctxUID,
Long taskId,
boolean clearStatus)
- Specified by:
saveTaskStateFromRenderContext
in interface FormModelerProcessStarterEntryPoint
saveTaskStateFromRenderContext
public Long saveTaskStateFromRenderContext(String ctxUID,
Long taskId)
- Specified by:
saveTaskStateFromRenderContext
in interface FormModelerProcessStarterEntryPoint
completeTaskFromContext
public void completeTaskFromContext(String ctxUID,
Long taskId,
String identityName)
- Specified by:
completeTaskFromContext
in interface FormModelerProcessStarterEntryPoint
clearContext
public void clearContext(String ctxUID)
- Specified by:
clearContext
in interface FormModelerProcessStarterEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.