jBPM Console NG - Human Tasks Backend 6.0.0.CR4

org.jbpm.console.ng.ht.backend.server
Class FormModelerProcessStarterEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.FormModelerProcessStarterEntryPointImpl
All Implemented Interfaces:
FormModelerProcessStarterEntryPoint

@ApplicationScoped
public class FormModelerProcessStarterEntryPointImpl
extends Object
implements FormModelerProcessStarterEntryPoint


Constructor Summary
FormModelerProcessStarterEntryPointImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormModelerProcessStarterEntryPointImpl

public FormModelerProcessStarterEntryPointImpl()
Method Detail

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

jBPM Console NG - Human Tasks Backend 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.