org.jbpm.pvm.internal.svc
Class FindGroupIds

java.lang.Object
  extended by org.jbpm.pvm.internal.svc.FindGroupIds
All Implemented Interfaces:
java.io.Serializable, Command<java.util.List<java.lang.String>>

public class FindGroupIds
extends java.lang.Object
implements Command<java.util.List<java.lang.String>>

See Also:
Serialized Form

Field Summary
protected  java.lang.String userId
           
 
Constructor Summary
FindGroupIds(java.lang.String userId)
           
 
Method Summary
 java.util.List<java.lang.String> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected java.lang.String userId
Constructor Detail

FindGroupIds

public FindGroupIds(java.lang.String userId)
Method Detail

execute

public java.util.List<java.lang.String> execute(Environment environment)
                                         throws java.lang.Exception
Specified by:
execute in interface Command<java.util.List<java.lang.String>>
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.