Class SignalEventSubscriptionEntityImpl
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.SignalEventSubscriptionEntityImpl
- All Implemented Interfaces:
Serializable, HasRevision, Entity, EventSubscription, EventSubscriptionEntity, SignalEventSubscriptionEntity
public class SignalEventSubscriptionEntityImpl
extends EventSubscriptionEntityImpl
implements SignalEventSubscriptionEntity
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
-
Field Summary
Fields inherited from class EventSubscriptionEntityImpl
activityId, configuration, created, eventName, eventType, executionId, lockOwner, lockTime, processDefinitionId, processInstanceId, scopeDefinitionId, scopeDefinitionKey, scopeId, scopeType, subScopeId, tenantIdFields inherited from class AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionFields inherited from interface SignalEventSubscriptionEntity
EVENT_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionSignalEventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbooleanbooleanvoidsetConfiguration(String configuration) Methods inherited from class EventSubscriptionEntityImpl
equals, getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecutionId, getLockOwner, getLockTime, getPersistentState, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeDefinitionKey, getScopeId, getScopeType, getSubScopeId, getTenantId, hashCode, setActivityId, setCreated, setEventName, setEventType, setExecutionId, setLockOwner, setLockTime, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeDefinitionKey, setScopeId, setScopeType, setSubScopeId, setTenantId, toStringMethods inherited from class AbstractEventSubscriptionEntity
getIdPrefixMethods inherited from class AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface EventSubscription
getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecutionId, getId, getLockOwner, getLockTime, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeDefinitionKey, getScopeId, getScopeType, getSubScopeId, getTenantIdMethods inherited from interface EventSubscriptionEntity
setActivityId, setCreated, setEventName, setEventType, setExecutionId, setLockOwner, setLockTime, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeDefinitionKey, setScopeId, setScopeType, setSubScopeId, setTenantIdMethods inherited from interface HasRevision
getRevision, getRevisionNext, setRevision
-
Constructor Details
-
SignalEventSubscriptionEntityImpl
public SignalEventSubscriptionEntityImpl() -
SignalEventSubscriptionEntityImpl
public SignalEventSubscriptionEntityImpl(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-
-
Method Details
-
setConfiguration
- Specified by:
setConfigurationin interfaceEventSubscriptionEntity- Overrides:
setConfigurationin classEventSubscriptionEntityImpl
-
isProcessInstanceScoped
public boolean isProcessInstanceScoped()- Specified by:
isProcessInstanceScopedin interfaceSignalEventSubscriptionEntity
-
isGlobalScoped
public boolean isGlobalScoped()- Specified by:
isGlobalScopedin interfaceSignalEventSubscriptionEntity
-
extractScopeFormConfiguration
-