org.jbpm.pvm.internal.identity.cmd
Class FindGroupCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.identity.cmd.FindGroupCmd
All Implemented Interfaces:
java.io.Serializable, Command<Group>

public class FindGroupCmd
extends java.lang.Object
implements Command<Group>

Author:
Tom Baeyens
See Also:
Serialized Form

Constructor Summary
FindGroupCmd(java.lang.String groupId)
           
 
Method Summary
 Group execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindGroupCmd

public FindGroupCmd(java.lang.String groupId)
Method Detail

execute

public Group execute(Environment environment)
Specified by:
execute in interface Command<Group>


Copyright © 2010 JBoss Community. All Rights Reserved.