| |
|
| java.lang.Object org.jbpm.db.LoggingSession
LoggingSession | public class LoggingSession (Code) | | |
LoggingSession | public LoggingSession(Session session)(Code) | | |
findLogsByToken | public List findLogsByToken(long tokenId)(Code) | | collects the logs for a given token, ordered by creation time.
|
getProcessLog | public ProcessLog getProcessLog(long processLogId)(Code) | | get the process log for a given id.
|
loadProcessLog | public ProcessLog loadProcessLog(long processLogId)(Code) | | load the process log for a given id.
|
saveProcessLog | public void saveProcessLog(ProcessLog processLog)(Code) | | saves the given process log to the database.
|
|
|
|