jBPM distribution 6.0.0.CR1

org.jbpm.services.task.identity
Class UserGroupTaskCommandExecutorDecorator

java.lang.Object
  extended by org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
      extended by org.jbpm.services.task.identity.UserGroupTaskCommandExecutorDecorator
All Implemented Interfaces:
CommandExecutor

@Decorator
public class UserGroupTaskCommandExecutorDecorator
extends AbstractUserGroupCallbackDecorator
implements CommandExecutor


Constructor Summary
UserGroupTaskCommandExecutorDecorator()
           
 
Method Summary
<T> T
execute(Command<T> cmd)
          Execute the command and return a ExecutionResults for the results of the Command.
 
Methods inherited from class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doUserGroupCallbackOperation, setPm, setUserGroupCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupTaskCommandExecutorDecorator

public UserGroupTaskCommandExecutorDecorator()
Method Detail

execute

public <T> T execute(Command<T> cmd)
Description copied from interface: CommandExecutor
Execute the command and return a ExecutionResults for the results of the Command.

Specified by:
execute in interface CommandExecutor
Returns:

jBPM distribution 6.0.0.CR1

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