|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.CompositeLog
org.jbpm.graph.log.SignalLog
public class SignalLog
| Field Summary | |
|---|---|
protected Transition |
transition
|
| Fields inherited from class org.jbpm.logging.log.ProcessLog |
|---|
date, index, parent, token |
| Constructor Summary | |
|---|---|
SignalLog()
|
|
SignalLog(Transition transition)
|
|
| Method Summary | |
|---|---|
Transition |
getTransition()
|
java.lang.String |
toString()
provides a text description for this update which can be used e.g. in the admin web console. |
| Methods inherited from class org.jbpm.logging.log.CompositeLog |
|---|
addChild, getChildren, setChildren |
| Methods inherited from class org.jbpm.logging.log.ProcessLog |
|---|
getActorId, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Transition transition
| Constructor Detail |
|---|
public SignalLog()
public SignalLog(Transition transition)
| Method Detail |
|---|
public java.lang.String toString()
ProcessLog
toString in class CompositeLogpublic Transition getTransition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||