com.jboss.jbossnetwork.product.jbpm.handlers
Class SetProcessStatusActionHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetProcessStatusActionHandler
public SetProcessStatusActionHandler()
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.