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

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

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

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String userId
           
 
Constructor Summary
DeleteUserCmd(java.lang.String userId)
           
 
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

userId

protected java.lang.String userId
Constructor Detail

DeleteUserCmd

public DeleteUserCmd(java.lang.String userId)
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.