jBPM distribution 6.1.0.Beta4

org.jbpm.services.task.identity
Class UserGroupLifeCycleManagerDecorator

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

public class UserGroupLifeCycleManagerDecorator
extends Object
implements LifeCycleManager


Constructor Summary
UserGroupLifeCycleManagerDecorator()
           
UserGroupLifeCycleManagerDecorator(UserGroupCallback callback, LifeCycleManager manager)
           
 
Method Summary
 LifeCycleManager getManager()
           
 void setManager(LifeCycleManager manager)
           
 void setUserGroupCallback(UserGroupCallback userGroupCallback)
           
 void taskOperation(org.kie.internal.task.api.model.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()

UserGroupLifeCycleManagerDecorator

public UserGroupLifeCycleManagerDecorator(UserGroupCallback callback,
                                          LifeCycleManager manager)
Method Detail

setManager

public void setManager(LifeCycleManager manager)

setUserGroupCallback

public void setUserGroupCallback(UserGroupCallback userGroupCallback)

getManager

public LifeCycleManager getManager()

taskOperation

public void taskOperation(org.kie.internal.task.api.model.Operation operation,
                          long taskId,
                          String userId,
                          String targetEntityId,
                          Map<String,Object> data,
                          List<String> groupIds)
                   throws org.kie.internal.task.exception.TaskException
Specified by:
taskOperation in interface LifeCycleManager
Throws:
org.kie.internal.task.exception.TaskException

jBPM distribution 6.1.0.Beta4

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