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

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

public class TaskDelete
extends ActivityEnd

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String reason
           
protected  TaskImpl task
           
 
Fields inherited from class org.jbpm.pvm.internal.history.events.ActivityEnd
transitionName
 
Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent
execution
 
Constructor Summary
TaskDelete(TaskImpl task, java.lang.String reason)
           
 
Method Summary
protected  java.lang.Class<? extends HistoryActivityInstanceImpl> getHistoryActivityInstanceClass()
           
 java.lang.String getReason()
           
 TaskImpl getTask()
           
protected  void updateHistoryActivityInstance(HistoryActivityInstanceImpl historyActivityInstance)
           
 
Methods inherited from class org.jbpm.pvm.internal.history.events.ActivityEnd
getTransitionName, 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

task

protected TaskImpl task

reason

protected java.lang.String reason
Constructor Detail

TaskDelete

public TaskDelete(TaskImpl task,
                  java.lang.String reason)
Method Detail

updateHistoryActivityInstance

protected void updateHistoryActivityInstance(HistoryActivityInstanceImpl historyActivityInstance)
Overrides:
updateHistoryActivityInstance in class ActivityEnd

getHistoryActivityInstanceClass

protected java.lang.Class<? extends HistoryActivityInstanceImpl> getHistoryActivityInstanceClass()
Overrides:
getHistoryActivityInstanceClass in class ActivityEnd

getTask

public TaskImpl getTask()

getReason

public java.lang.String getReason()


Copyright © 2010 JBoss Community. All Rights Reserved.