org.jbpm.console.ng.ht.backend.server
Class TaskLifeCycleServiceImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.TaskLifeCycleServiceImpl
- All Implemented Interfaces:
- TaskLifeCycleService
@ApplicationScoped
public class TaskLifeCycleServiceImpl
- extends Object
- implements TaskLifeCycleService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskLifeCycleServiceImpl
public TaskLifeCycleServiceImpl()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.