public class ActivitiEventImpl extends Object implements org.flowable.common.engine.api.delegate.event.FlowableEvent
FlowableEvent implementations.| Modifier and Type | Field and Description |
|---|---|
protected String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected org.flowable.common.engine.api.delegate.event.FlowableEngineEventType |
type |
| Constructor and Description |
|---|
ActivitiEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
Creates a new event implementation, not part of an execution context.
|
ActivitiEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type,
String executionId,
String processInstanceId,
String processDefinitionId)
Creates a new event implementation, part of an execution context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
org.flowable.common.engine.api.delegate.event.FlowableEngineEventType |
getType() |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setType(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type) |
protected org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type
protected String executionId
protected String processInstanceId
protected String processDefinitionId
public ActivitiEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
public org.flowable.common.engine.api.delegate.event.FlowableEngineEventType getType()
getType in interface org.flowable.common.engine.api.delegate.event.FlowableEventpublic void setType(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
public String getExecutionId()
public void setExecutionId(String executionId)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
Copyright © 2018 Flowable. All rights reserved.