|
||||||||||
| 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
org.jbpm.pvm.internal.history.events.TaskSkip
public class TaskSkip
| Field Summary | |
|---|---|
protected java.lang.String |
outcome
|
| 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 | |
|---|---|
TaskSkip(java.lang.String outcome)
|
|
TaskSkip(TaskImpl taskImpl,
java.lang.String outcome)
|
|
| Method Summary | |
|---|---|
protected java.lang.Class<? extends HistoryActivityInstanceImpl> |
getHistoryActivityInstanceClass()
|
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 |
|---|
protected java.lang.String outcome
| Constructor Detail |
|---|
public TaskSkip(TaskImpl taskImpl,
java.lang.String outcome)
public TaskSkip(java.lang.String outcome)
| Method Detail |
|---|
protected void updateHistoryActivityInstance(HistoryActivityInstanceImpl historyActivityInstance)
updateHistoryActivityInstance in class ActivityEndprotected java.lang.Class<? extends HistoryActivityInstanceImpl> getHistoryActivityInstanceClass()
getHistoryActivityInstanceClass in class ActivityEnd
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||