Class EventSubscriptionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.eventsubscription.service.impl.persistence.entity.AbstractEventSubscriptionEntity
org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,EventSubscription,EventSubscriptionEntity
- Direct Known Subclasses:
CompensateEventSubscriptionEntityImpl,GenericEventSubscriptionEntityImpl,MessageEventSubscriptionEntityImpl,SignalEventSubscriptionEntityImpl
public abstract class EventSubscriptionEntityImpl
extends AbstractEventSubscriptionEntity
implements EventSubscriptionEntity, Serializable
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetActivityId(String activityId) voidsetConfiguration(String configuration) voidsetCreated(Date created) voidsetEventName(String eventName) voidsetEventType(String eventType) voidsetExecutionId(String executionId) voidsetLockOwner(String lockOwner) voidsetLockTime(Date lockTime) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeDefinitionKey(String scopeDefinitionKey) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidsetTenantId(String tenantId) toString()Methods inherited from class org.flowable.eventsubscription.service.impl.persistence.entity.AbstractEventSubscriptionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.eventsubscription.api.EventSubscription
getIdMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
eventType
-
eventName
-
executionId
-
processInstanceId
-
activityId
-
configuration
-
created
-
processDefinitionId
-
subScopeId
-
scopeId
-
scopeDefinitionId
-
scopeDefinitionKey
-
scopeType
-
lockTime
-
lockOwner
-
tenantId
-
-
Constructor Details
-
EventSubscriptionEntityImpl
public EventSubscriptionEntityImpl() -
EventSubscriptionEntityImpl
public EventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getEventType
- Specified by:
getEventTypein interfaceEventSubscription
-
setEventType
- Specified by:
setEventTypein interfaceEventSubscriptionEntity
-
getEventName
- Specified by:
getEventNamein interfaceEventSubscription
-
setEventName
- Specified by:
setEventNamein interfaceEventSubscriptionEntity
-
getExecutionId
- Specified by:
getExecutionIdin interfaceEventSubscription
-
setExecutionId
- Specified by:
setExecutionIdin interfaceEventSubscriptionEntity
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceEventSubscription
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceEventSubscriptionEntity
-
getConfiguration
- Specified by:
getConfigurationin interfaceEventSubscription
-
setConfiguration
- Specified by:
setConfigurationin interfaceEventSubscriptionEntity
-
getActivityId
- Specified by:
getActivityIdin interfaceEventSubscription
-
setActivityId
- Specified by:
setActivityIdin interfaceEventSubscriptionEntity
-
getCreated
- Specified by:
getCreatedin interfaceEventSubscription
-
setCreated
- Specified by:
setCreatedin interfaceEventSubscriptionEntity
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceEventSubscription
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionIdin interfaceEventSubscriptionEntity
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceEventSubscription
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceEventSubscriptionEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceEventSubscription
-
setScopeId
- Specified by:
setScopeIdin interfaceEventSubscriptionEntity
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceEventSubscription
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceEventSubscriptionEntity
-
getScopeDefinitionKey
- Specified by:
getScopeDefinitionKeyin interfaceEventSubscription
-
setScopeDefinitionKey
- Specified by:
setScopeDefinitionKeyin interfaceEventSubscriptionEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceEventSubscription
-
setScopeType
- Specified by:
setScopeTypein interfaceEventSubscriptionEntity
-
getLockTime
- Specified by:
getLockTimein interfaceEventSubscription
-
setLockTime
- Specified by:
setLockTimein interfaceEventSubscriptionEntity
-
getLockOwner
- Specified by:
getLockOwnerin interfaceEventSubscription
-
setLockOwner
- Specified by:
setLockOwnerin interfaceEventSubscriptionEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceEventSubscription
-
setTenantId
- Specified by:
setTenantIdin interfaceEventSubscriptionEntity
-
hashCode
public int hashCode() -
equals
-
toString
-