org.jbpm.services.task.identity
Class UserGroupLifeCycleManagerDecorator
java.lang.Object
org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
- All Implemented Interfaces:
- LifeCycleManager
@Decorator
public class UserGroupLifeCycleManagerDecorator
- extends AbstractUserGroupCallbackDecorator
- implements LifeCycleManager
Methods inherited from class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator |
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, persistIfNotExists, setPm, setUserGroupCallback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupLifeCycleManagerDecorator
public UserGroupLifeCycleManagerDecorator()
setManager
public void setManager(LifeCycleManager manager)
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 TaskException
- Specified by:
taskOperation
in interface LifeCycleManager
- Throws:
TaskException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.