@Entity public abstract class ProcessEngineEventEntity extends Object implements ProcessEngineEvent
| Constructor and Description |
|---|
ProcessEngineEventEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getEventType() |
String |
getExecutionId() |
Long |
getId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
Long |
getTimestamp() |
public Long getTimestamp()
getTimestamp in interface ProcessEngineEventpublic String getEventType()
getEventType in interface ProcessEngineEventpublic String getExecutionId()
getExecutionId in interface ProcessEngineEventpublic String getProcessDefinitionId()
getProcessDefinitionId in interface ProcessEngineEventpublic String getProcessInstanceId()
getProcessInstanceId in interface ProcessEngineEventpublic Long getId()
public String getApplicationName()
getApplicationName in interface ProcessEngineEventCopyright © 2010–2017 Alfresco. All rights reserved.