|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.history.HistoryEvent
org.jbpm.pvm.internal.history.events.ActivityEnd
public class ActivityEnd
| Field Summary | |
|---|---|
protected java.lang.String |
transitionName
|
| Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent |
|---|
execution |
| Constructor Summary | |
|---|---|
ActivityEnd()
|
|
ActivityEnd(java.lang.String transitionName)
|
|
| Method Summary | |
|---|---|
protected java.lang.Class<? extends HistoryActivityInstanceImpl> |
getHistoryActivityInstanceClass()
|
java.lang.String |
getTransitionName()
|
void |
process()
|
protected void |
updateHistoryActivityInstance(HistoryActivityInstanceImpl historyActivityInstance)
|
| 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 |
|---|
protected java.lang.String transitionName
| Constructor Detail |
|---|
public ActivityEnd()
public ActivityEnd(java.lang.String transitionName)
| Method Detail |
|---|
public void process()
process in class HistoryEventprotected void updateHistoryActivityInstance(HistoryActivityInstanceImpl historyActivityInstance)
protected java.lang.Class<? extends HistoryActivityInstanceImpl> getHistoryActivityInstanceClass()
public java.lang.String getTransitionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||