org.jbpm.services.task.identity
Class UserGroupLifeCycleManagerDecorator
java.lang.Object
org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
- All Implemented Interfaces:
- LifeCycleManager
public class UserGroupLifeCycleManagerDecorator
- extends Object
- implements LifeCycleManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupLifeCycleManagerDecorator
public UserGroupLifeCycleManagerDecorator()
UserGroupLifeCycleManagerDecorator
public UserGroupLifeCycleManagerDecorator(UserGroupCallback callback,
LifeCycleManager manager)
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.