Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.log
Interface Log  view Log download Log.java


public interface Log

is the log of an event that occured during a process execution, it serves as a container for LogDetails.


Method Summary
 org.jbpm.workflow.organisation.Actor getActor()
           
 java.util.Date getDate()
           
 java.util.Collection getDetails()
           
 org.jbpm.workflow.definition.EventType getEventType()
           
 org.jbpm.workflow.execution.Flow getFlow()
           
 java.lang.Long getId()
           
 java.util.Collection getObjectReferences(java.lang.String className)
           
 

Method Detail

getId

public java.lang.Long getId()

getActor

public org.jbpm.workflow.organisation.Actor getActor()

getFlow

public org.jbpm.workflow.execution.Flow getFlow()

getDate

public java.util.Date getDate()

getEventType

public org.jbpm.workflow.definition.EventType getEventType()

getDetails

public java.util.Collection getDetails()

getObjectReferences

public java.util.Collection getObjectReferences(java.lang.String className)