org.jbpm.model.log
Interface StateLog

All Superinterfaces:
ExecutionLog, java.io.Serializable

public interface StateLog
extends ExecutionLog


Method Summary
 java.lang.String getActorId()
           
 StateLog getPrevious()
           
 State getState()
           
 
Methods inherited from interface org.jbpm.model.log.ExecutionLog
getId, getInvocationLog
 

Method Detail

getState

public State getState()

getActorId

public java.lang.String getActorId()

getPrevious

public StateLog getPrevious()


Version : jbpm-2.0