public abstract class EventSubscriptionEntityImpl extends AbstractEventSubscriptionEntity 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 String |
executionId |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
EventSubscriptionEntityImpl() |
EventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
| 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.
|
String |
getExecutionId()
Gets the id of the execution for this event subscription.
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getProcessDefinitionId()
Id of the process definition for this event subscription.
|
String |
getProcessInstanceId()
Id of the process instance for this event subscription.
|
String |
getScopeDefinitionId()
Id of the scope definition for this event subscription.
|
String |
getScopeId()
Id of the scope for this event subscription.
|
String |
getScopeType()
Scope type for this event subscription.
|
String |
getSubScopeId()
Id of the sub scope 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 |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
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 subScopeId
protected String scopeId
protected String scopeDefinitionId
protected String scopeType
protected String tenantId
public EventSubscriptionEntityImpl()
public EventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
public Object getPersistentState()
EntitygetPersistentState 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 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 getSubScopeId()
EventSubscriptiongetSubScopeId in interface EventSubscriptionpublic void setSubScopeId(String subScopeId)
setSubScopeId in interface EventSubscriptionEntitypublic String getScopeId()
EventSubscriptiongetScopeId in interface EventSubscriptionpublic void setScopeId(String scopeId)
setScopeId in interface EventSubscriptionEntitypublic String getScopeDefinitionId()
EventSubscriptiongetScopeDefinitionId in interface EventSubscriptionpublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface EventSubscriptionEntitypublic String getScopeType()
EventSubscriptiongetScopeType in interface EventSubscriptionpublic void setScopeType(String scopeType)
setScopeType in interface EventSubscriptionEntitypublic String getTenantId()
EventSubscriptiongetTenantId in interface EventSubscriptionpublic void setTenantId(String tenantId)
setTenantId in interface EventSubscriptionEntityCopyright © 2023 Flowable. All rights reserved.