jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.persistence.processinstance
Class ProcessInstanceEventInfo

java.lang.Object
  extended by org.jbpm.persistence.processinstance.ProcessInstanceEventInfo

@Entity
public class ProcessInstanceEventInfo
extends Object


Constructor Summary
protected ProcessInstanceEventInfo()
           
  ProcessInstanceEventInfo(long processInstanceId, String eventType)
           
 
Method Summary
 String getEventType()
           
 long getId()
           
 long getProcessInstanceId()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceEventInfo

protected ProcessInstanceEventInfo()

ProcessInstanceEventInfo

public ProcessInstanceEventInfo(long processInstanceId,
                                String eventType)
Method Detail

getId

public long getId()

getVersion

public int getVersion()

getProcessInstanceId

public long getProcessInstanceId()

getEventType

public String getEventType()

jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.