|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.db.LoggingSession
| Constructor Summary | |
LoggingSession(JbpmSession jbpmSession)
|
|
| Method Summary | |
java.util.Map |
findLogsByProcessInstance(long processInstanceId)
returns a map that maps Tokens to Lists. |
java.util.List |
findLogsByToken(long tokenId)
collects the logs for a given token, ordered by creation time. |
ProcessLog |
loadProcessLog(long processLogId)
get the process log for a given id. |
void |
saveProcessLog(ProcessLog processLog)
saves the given process log to the database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoggingSession(JbpmSession jbpmSession)
| Method Detail |
public java.util.Map findLogsByProcessInstance(long processInstanceId)
Tokens to Lists. The lists contain the ordered
logs for the given token. The lists are retrieved with findLogsByToken(long).
public java.util.List findLogsByToken(long tokenId)
public void saveProcessLog(ProcessLog processLog)
public ProcessLog loadProcessLog(long processLogId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||