org.jbpm.pvm.internal.cmd
Class DeleteJobCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<java.lang.Boolean>
      extended by org.jbpm.pvm.internal.cmd.DeleteJobCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Boolean>

public class DeleteJobCmd
extends AbstractCommand<java.lang.Boolean>

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
protected  long jobId
           
 
Constructor Summary
DeleteJobCmd(long jobId)
           
 
Method Summary
 java.lang.Boolean execute(Environment environment)
           
 
Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand
getAuthenticatedUserId, setAuthenticatedUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected long jobId
Constructor Detail

DeleteJobCmd

public DeleteJobCmd(long jobId)
Method Detail

execute

public java.lang.Boolean execute(Environment environment)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.