jBPM distribution 6.0.0.Alpha9

org.jbpm.task.identity
Class UserGroupLifeCycleManagerDecorator

java.lang.Object
  extended by org.jbpm.task.identity.UserGroupLifeCycleManagerDecorator
All Implemented Interfaces:
LifeCycleManager

@Decorator
public abstract class UserGroupLifeCycleManagerDecorator
extends Object
implements LifeCycleManager


Constructor Summary
UserGroupLifeCycleManagerDecorator()
           
 
Method Summary
 void taskOperation(Operation operation, long taskId, String userId, String targetEntityId, Map<String,Object> data, List<String> groupIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupLifeCycleManagerDecorator

public UserGroupLifeCycleManagerDecorator()
Method Detail

taskOperation

public void taskOperation(Operation operation,
                          long taskId,
                          String userId,
                          String targetEntityId,
                          Map<String,Object> data,
                          List<String> groupIds)
                   throws TaskException
Specified by:
taskOperation in interface LifeCycleManager
Throws:
TaskException

jBPM distribution 6.0.0.Alpha9

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