org.jbpm.pvm.internal.history.events
Class TaskComplete

java.lang.Object
  extended by org.jbpm.pvm.internal.history.HistoryEvent
      extended by org.jbpm.pvm.internal.history.events.TaskComplete
All Implemented Interfaces:
java.io.Serializable

public class TaskComplete
extends HistoryEvent

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String outcome
           
 
Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent
execution
 
Constructor Summary
TaskComplete(java.lang.String outcome)
           
 
Method Summary
 java.lang.String getOutcome()
           
 void process()
           
 
Methods inherited from class org.jbpm.pvm.internal.history.HistoryEvent
fire, fire, getExecution, setExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outcome

protected java.lang.String outcome
Constructor Detail

TaskComplete

public TaskComplete(java.lang.String outcome)
Method Detail

process

public void process()
Specified by:
process in class HistoryEvent

getOutcome

public java.lang.String getOutcome()


Copyright © 2010 JBoss Community. All Rights Reserved.