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

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

public class DeleteGroupCmd
extends java.lang.Object
implements Command<java.lang.Void>

Author:
Tom Baeyens
See Also:
Serialized Form

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

Field Detail

groupId

protected java.lang.String groupId
Constructor Detail

DeleteGroupCmd

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

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.