public class ProcessCompletedEventImpl extends AbstractProcessEngineEvent implements ProcessCompletedEvent
| Constructor and Description |
|---|
ProcessCompletedEventImpl() |
ProcessCompletedEventImpl(String applicationName,
String executionId,
String processDefinitionId,
String processInstanceId,
ProcessInstance processInstance) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType() |
ProcessInstance |
getProcessInstance() |
getApplicationName, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationName, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTimestamppublic ProcessCompletedEventImpl()
public ProcessCompletedEventImpl(String applicationName, String executionId, String processDefinitionId, String processInstanceId, ProcessInstance processInstance)
public ProcessInstance getProcessInstance()
getProcessInstance in interface ProcessCompletedEventpublic String getEventType()
getEventType in interface ProcessEngineEventCopyright © 2010–2017 Alfresco. All rights reserved.