jBPM Console NG - Human Tasks Backend 6.2.0.CR3

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

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

@ApplicationScoped
public class TaskLifeCycleServiceImpl
extends Object
implements TaskLifeCycleService


Constructor Summary
TaskLifeCycleServiceImpl()
           
 
Method Summary
 void claim(long taskId, String user)
           
 void complete(long taskId, String user, Map<String,Object> params)
           
 void delegate(long taskId, String userId, String targetEntityId)
           
 void release(long taskId, String user)
           
 void start(long taskId, String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskLifeCycleServiceImpl

public TaskLifeCycleServiceImpl()
Method Detail

start

public void start(long taskId,
                  String user)
Specified by:
start in interface TaskLifeCycleService

complete

public void complete(long taskId,
                     String user,
                     Map<String,Object> params)
Specified by:
complete in interface TaskLifeCycleService

claim

public void claim(long taskId,
                  String user)
Specified by:
claim in interface TaskLifeCycleService

release

public void release(long taskId,
                    String user)
Specified by:
release in interface TaskLifeCycleService

delegate

public void delegate(long taskId,
                     String userId,
                     String targetEntityId)
Specified by:
delegate in interface TaskLifeCycleService

jBPM Console NG - Human Tasks Backend 6.2.0.CR3

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