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 |
lockOwner |
protected Date |
lockTime |
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) |
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 Date lockTime
protected String lockOwner
protected String tenantId
public EventSubscriptionEntityImpl()
public EventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
public Object getPersistentState()
getPersistentState in interface Entitypublic String getEventType()
getEventType in interface EventSubscriptionpublic void setEventType(String eventType)
setEventType in interface EventSubscriptionEntitypublic String getEventName()
getEventName in interface EventSubscriptionpublic void setEventName(String eventName)
setEventName in interface EventSubscriptionEntitypublic String getExecutionId()
getExecutionId in interface EventSubscriptionpublic void setExecutionId(String executionId)
setExecutionId in interface EventSubscriptionEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface EventSubscriptionpublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface EventSubscriptionEntitypublic String getConfiguration()
getConfiguration in interface EventSubscriptionpublic void setConfiguration(String configuration)
setConfiguration in interface EventSubscriptionEntitypublic String getActivityId()
getActivityId in interface EventSubscriptionpublic void setActivityId(String activityId)
setActivityId in interface EventSubscriptionEntitypublic Date getCreated()
getCreated in interface EventSubscriptionpublic void setCreated(Date created)
setCreated in interface EventSubscriptionEntitypublic String getProcessDefinitionId()
getProcessDefinitionId in interface EventSubscriptionpublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface EventSubscriptionEntitypublic String getSubScopeId()
getSubScopeId in interface EventSubscriptionpublic void setSubScopeId(String subScopeId)
setSubScopeId in interface EventSubscriptionEntitypublic String getScopeId()
getScopeId in interface EventSubscriptionpublic void setScopeId(String scopeId)
setScopeId in interface EventSubscriptionEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface EventSubscriptionpublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface EventSubscriptionEntitypublic String getScopeType()
getScopeType in interface EventSubscriptionpublic void setScopeType(String scopeType)
setScopeType in interface EventSubscriptionEntitypublic Date getLockTime()
getLockTime in interface EventSubscriptionpublic void setLockTime(Date lockTime)
setLockTime in interface EventSubscriptionEntitypublic String getLockOwner()
getLockOwner in interface EventSubscriptionpublic void setLockOwner(String lockOwner)
setLockOwner in interface EventSubscriptionEntitypublic String getTenantId()
getTenantId in interface EventSubscriptionpublic void setTenantId(String tenantId)
setTenantId in interface EventSubscriptionEntityCopyright © 2022 Flowable. All rights reserved.