Class MessageEventSubscriptionEntityImpl
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
org.flowable.eventsubscription.service.impl.persistence.entity.MessageEventSubscriptionEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,EventSubscription,EventSubscriptionEntity,MessageEventSubscriptionEntity
public class MessageEventSubscriptionEntityImpl
extends EventSubscriptionEntityImpl
implements MessageEventSubscriptionEntity
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields inherited from class org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntityImpl
activityId, configuration, created, eventName, eventType, executionId, lockOwner, lockTime, processDefinitionId, processInstanceId, scopeDefinitionId, scopeDefinitionKey, scopeId, scopeType, subScopeId, tenantIdFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionFields inherited from interface org.flowable.eventsubscription.service.impl.persistence.entity.MessageEventSubscriptionEntity
EVENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionMessageEventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Method Summary
Methods inherited from class org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntityImpl
equals, getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecutionId, getLockOwner, getLockTime, getPersistentState, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeDefinitionKey, getScopeId, getScopeType, getSubScopeId, getTenantId, hashCode, setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecutionId, setLockOwner, setLockTime, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeDefinitionKey, setScopeId, setScopeType, setSubScopeId, setTenantId, toStringMethods 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, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.eventsubscription.api.EventSubscription
getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecutionId, getId, getLockOwner, getLockTime, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeDefinitionKey, getScopeId, getScopeType, getSubScopeId, getTenantIdMethods inherited from interface org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntity
setActivityId, setConfiguration, setCreated, setEventName, setEventType, setExecutionId, setLockOwner, setLockTime, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeDefinitionKey, setScopeId, setScopeType, setSubScopeId, setTenantIdMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Constructor Details
-
MessageEventSubscriptionEntityImpl
public MessageEventSubscriptionEntityImpl() -
MessageEventSubscriptionEntityImpl
public MessageEventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-