|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.db.LoggingSession
public class LoggingSession
| Constructor Summary | |
|---|---|
LoggingSession(JbpmSession jbpmSession)
Deprecated. use LoggingSession(Session) instead |
|
LoggingSession(org.hibernate.Session session)
|
|
| 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 |
getProcessLog(long processLogId)
get the process log for a given id. |
ProcessLog |
loadProcessLog(long processLogId)
load 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)
LoggingSession(Session) instead
public LoggingSession(org.hibernate.Session session)
| 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)
public ProcessLog getProcessLog(long processLogId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||