|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessLog | |
|---|---|
| org.jbpm.pvm.activity | interfaces for implementing
activities, which represent the
runtime behaviour of nodes. |
| org.jbpm.pvm.listener | interfaces for implementing
event listeners, which represent
runtime behaviour that can be associated as listeners to process events. |
| org.jbpm.pvm.processlog | infrastructure for listening to process event logs that can be used to build up historic information about process executions. |
| org.jbpm.pvm.session | interfaces to pluggable transactional resources to be used by activity implementations. |
| Uses of ProcessLog in org.jbpm.pvm.activity |
|---|
| Methods in org.jbpm.pvm.activity with parameters of type ProcessLog | |
|---|---|
void |
ActivityExecution.addLog(ProcessLog processLog)
adds a log to this execution. |
| Uses of ProcessLog in org.jbpm.pvm.listener |
|---|
| Methods in org.jbpm.pvm.listener with parameters of type ProcessLog | |
|---|---|
void |
EventListenerExecution.addLog(ProcessLog processLog)
adds a log to this execution. |
| Uses of ProcessLog in org.jbpm.pvm.processlog |
|---|
| Classes in org.jbpm.pvm.processlog that implement ProcessLog | |
|---|---|
class |
ProcessLogImpl
base class for process logs. |
| Methods in org.jbpm.pvm.processlog with parameters of type ProcessLog | |
|---|---|
void |
LogSessionChain.add(ProcessLog processLog)
|
void |
LogSessionFilter.add(ProcessLog processLog)
|
void |
ProcessLogXmlSerializer.appendLog(Document document,
Element parent,
ProcessLog processLog)
|
protected String |
ProcessLogXmlSerializer.getEventType(ProcessLog processLog)
|
protected String |
ProcessLogXmlSerializer.getExecutionDbid(ProcessLog processLog)
|
protected String |
ProcessLogXmlSerializer.getProcessInstanceDbid(ProcessLog processLog)
|
protected String |
ProcessLogXmlSerializer.getProcessInstanceKey(ProcessLog processLog)
|
protected String |
ProcessLogXmlSerializer.getTime(ProcessLog processLog)
|
protected boolean |
LogSessionFilter.passes(ProcessLog processLog)
can be overwritten in case filtering needs to be more sophisticated then just type matching. |
| Uses of ProcessLog in org.jbpm.pvm.session |
|---|
| Methods in org.jbpm.pvm.session with parameters of type ProcessLog | |
|---|---|
void |
LogSession.add(ProcessLog processLog)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||