@Entity public class ProcessInstanceEventInfo extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProcessInstanceEventInfo() |
|
ProcessInstanceEventInfo(long processInstanceId,
String eventType) |
Modifier and Type | Method and Description |
---|---|
String |
getEventType() |
long |
getId() |
long |
getProcessInstanceId() |
int |
getVersion() |
protected ProcessInstanceEventInfo()
public ProcessInstanceEventInfo(long processInstanceId, String eventType)
public long getId()
public int getVersion()
public long getProcessInstanceId()
public String getEventType()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.