com.jboss.jbossnetwork.product.jbpm.handlers
Class SetProcessStatusActionHandler

java.lang.Object
  extended by com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler

public class SetProcessStatusActionHandler
extends Object
implements org.jbpm.graph.def.ActionHandler

JBPM handler that sets the overall process state indicate a success or failure.

Author:
Jason Dobies
See Also:
Serialized Form

Constructor Summary
SetProcessStatusActionHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 Boolean getStatus()
           
 void setStatus(Boolean status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetProcessStatusActionHandler

public SetProcessStatusActionHandler()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler

getStatus

public Boolean getStatus()

setStatus

public void setStatus(Boolean status)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.