|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessLog | |
|---|---|
| org.ow2.orchestra.pvm.activity | |
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.listener | |
| org.ow2.orchestra.pvm.processlog | |
| org.ow2.orchestra.pvm.session | |
| Uses of ProcessLog in org.ow2.orchestra.pvm.activity |
|---|
| Methods in org.ow2.orchestra.pvm.activity with parameters of type ProcessLog | |
|---|---|
void |
ActivityExecution.addLog(ProcessLog processLog)
adds a log to this execution. |
| Uses of ProcessLog in org.ow2.orchestra.pvm.internal.model |
|---|
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type ProcessLog | |
|---|---|
void |
ExecutionImpl.addLog(ProcessLog processLog)
|
| Uses of ProcessLog in org.ow2.orchestra.pvm.listener |
|---|
| Methods in org.ow2.orchestra.pvm.listener with parameters of type ProcessLog | |
|---|---|
void |
EventListenerExecution.addLog(ProcessLog processLog)
adds a log to this execution. |
| Uses of ProcessLog in org.ow2.orchestra.pvm.processlog |
|---|
| Classes in org.ow2.orchestra.pvm.processlog that implement ProcessLog | |
|---|---|
class |
ProcessLogImpl
base class for process logs. |
| Methods in org.ow2.orchestra.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.ow2.orchestra.pvm.session |
|---|
| Methods in org.ow2.orchestra.pvm.session with parameters of type ProcessLog | |
|---|---|
void |
LogSession.add(ProcessLog processLog)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||