public abstract class EventSubscriptionEntityImpl extends AbstractBpmnEngineEntity implements EventSubscriptionEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
configuration |
protected Date |
created |
protected String |
eventName |
protected String |
eventType |
protected ExecutionEntity |
execution |
protected String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
EventSubscriptionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getActivityId()
Gets the activity id of the BPMN definition where this event subscription is defined.
|
String |
getConfiguration()
Returns the configuration with additional info about this event subscription.
|
Date |
getCreated()
Gets the date/time when this event subscription was created.
|
String |
getEventName()
The event name for the signal or message event.
|
String |
getEventType()
Returns the type of subscription, for example signal or message.
|
ExecutionEntity |
getExecution() |
String |
getExecutionId()
Gets the id of the execution for this event subscription.
|
Object |
getPersistentState() |
String |
getProcessDefinitionId()
Id of the process definition for this event subscription.
|
String |
getProcessInstanceId()
Id of the process instance for this event subscription.
|
String |
getTenantId()
The tenant identifier of this process instance
|
int |
hashCode() |
void |
setActivityId(String activityId) |
void |
setConfiguration(String configuration) |
void |
setCreated(Date created) |
void |
setEventName(String eventName) |
void |
setEventType(String eventType) |
void |
setExecution(ExecutionEntity execution) |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTenantId(String tenantId) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String eventType
protected String eventName
protected String executionId
protected String processInstanceId
protected String activityId
protected String configuration
protected Date created
protected String processDefinitionId
protected String tenantId
protected ExecutionEntity execution
public Object getPersistentState()
getPersistentState in interface Entitypublic String getEventType()
EventSubscriptiongetEventType in interface EventSubscriptionpublic void setEventType(String eventType)
setEventType in interface EventSubscriptionEntitypublic String getEventName()
EventSubscriptiongetEventName in interface EventSubscriptionpublic void setEventName(String eventName)
setEventName in interface EventSubscriptionEntitypublic String getExecutionId()
EventSubscriptiongetExecutionId in interface EventSubscriptionpublic void setExecutionId(String executionId)
setExecutionId in interface EventSubscriptionEntitypublic ExecutionEntity getExecution()
getExecution in interface EventSubscriptionEntitypublic void setExecution(ExecutionEntity execution)
setExecution in interface EventSubscriptionEntitypublic String getProcessInstanceId()
EventSubscriptiongetProcessInstanceId in interface EventSubscriptionpublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface EventSubscriptionEntitypublic String getConfiguration()
EventSubscriptiongetConfiguration in interface EventSubscriptionpublic void setConfiguration(String configuration)
setConfiguration in interface EventSubscriptionEntitypublic String getActivityId()
EventSubscriptiongetActivityId in interface EventSubscriptionpublic void setActivityId(String activityId)
setActivityId in interface EventSubscriptionEntitypublic Date getCreated()
EventSubscriptiongetCreated in interface EventSubscriptionpublic void setCreated(Date created)
setCreated in interface EventSubscriptionEntitypublic String getProcessDefinitionId()
EventSubscriptiongetProcessDefinitionId in interface EventSubscriptionpublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface EventSubscriptionEntitypublic String getTenantId()
EventSubscriptiongetTenantId in interface EventSubscriptionpublic void setTenantId(String tenantId)
setTenantId in interface EventSubscriptionEntityCopyright © 2018 Flowable. All rights reserved.