Uses of Interface
org.flowable.eventsubscription.service.impl.persistence.entity.EventSubscriptionEntity
Packages that use EventSubscriptionEntity
Package
Description
-
Uses of EventSubscriptionEntity in org.flowable.cmmn.engine.configurator.impl.cmmn
Methods in org.flowable.cmmn.engine.configurator.impl.cmmn with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionvoid
DefaultCaseInstanceService.handleSignalEvent
(EventSubscriptionEntity eventSubscription, Map<String, Object> variables) -
Uses of EventSubscriptionEntity in org.flowable.engine.impl.cmmn
Methods in org.flowable.engine.impl.cmmn with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionvoid
CaseInstanceService.handleSignalEvent
(EventSubscriptionEntity eventSubscription, Map<String, Object> variables) -
Uses of EventSubscriptionEntity in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionvoid
AbstractEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
CompensationEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
EventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
MessageEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
SignalEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) -
Uses of EventSubscriptionEntity in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity with type parameters of type EventSubscriptionEntityModifier and TypeFieldDescriptionprotected List<EventSubscriptionEntity>
ExecutionEntityImpl.eventSubscriptions
Methods in org.flowable.engine.impl.persistence.entity that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionExecutionEntity.getEventSubscriptions()
ExecutionEntityImpl.getEventSubscriptions()
-
Uses of EventSubscriptionEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionstatic void
EventSubscriptionUtil.eventReceived
(EventSubscriptionEntity eventSubscriptionEntity, Object payload, boolean processAsync) protected static void
EventSubscriptionUtil.processEventSync
(EventSubscriptionEntity eventSubscriptionEntity, Object payload) protected static void
EventSubscriptionUtil.scheduleEventAsync
(EventSubscriptionEntity eventSubscriptionEntity, Object payload) Method parameters in org.flowable.engine.impl.util with type arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionprotected void
ProcessInstanceHelper.handleMessageEventSubscription
(EventDefinition eventDefinition, StartEvent startEvent, ExecutionEntity parentExecution, List<EventSubscriptionEntity> messageEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) protected void
ProcessInstanceHelper.handleSignalEventSubscription
(EventDefinition eventDefinition, StartEvent startEvent, ExecutionEntity parentExecution, List<EventSubscriptionEntity> signalEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) void
ProcessInstanceHelper.processEventSubProcessStartEvent
(FlowElement subElement, ExecutionEntity parentExecution, List<EventSubscriptionEntity> messageEventSubscriptions, List<EventSubscriptionEntity> signalEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service
Methods in org.flowable.eventsubscription.service that return EventSubscriptionEntityModifier and TypeMethodDescriptionMethods in org.flowable.eventsubscription.service that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionEventSubscriptionService.findEventSubscriptionsByExecution
(String executionId) EventSubscriptionService.findEventSubscriptionsByExecutionAndType
(String executionId, String type) EventSubscriptionService.findEventSubscriptionsByName
(String type, String eventName, String tenantId) EventSubscriptionService.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) EventSubscriptionService.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) EventSubscriptionService.findEventSubscriptionsBySubScopeId
(String subScopeId) EventSubscriptionService.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) Methods in org.flowable.eventsubscription.service with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionvoid
EventSubscriptionService.deleteEventSubscription
(EventSubscriptionEntity eventSubscription) void
EventSubscriptionService.insertEventSubscription
(EventSubscriptionEntity eventSubscription) void
EventSubscriptionService.updateEventSubscription
(EventSubscriptionEntity eventSubscription) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl
Methods in org.flowable.eventsubscription.service.impl that return EventSubscriptionEntityModifier and TypeMethodDescriptionMethods in org.flowable.eventsubscription.service.impl that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionEventSubscriptionServiceImpl.findEventSubscriptionsByExecution
(String executionId) EventSubscriptionServiceImpl.findEventSubscriptionsByExecutionAndType
(String executionId, String type) EventSubscriptionServiceImpl.findEventSubscriptionsByName
(String type, String eventName, String tenantId) EventSubscriptionServiceImpl.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) EventSubscriptionServiceImpl.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) EventSubscriptionServiceImpl.findEventSubscriptionsBySubScopeId
(String subScopeId) EventSubscriptionServiceImpl.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) Methods in org.flowable.eventsubscription.service.impl with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionvoid
EventSubscriptionServiceImpl.deleteEventSubscription
(EventSubscriptionEntity eventSubscription) void
EventSubscriptionServiceImpl.insertEventSubscription
(EventSubscriptionEntity eventSubscription) void
EventSubscriptionServiceImpl.updateEventSubscription
(EventSubscriptionEntity eventSubscription) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl.persistence.entity
Subinterfaces of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in org.flowable.eventsubscription.service.impl.persistence.entity that implement EventSubscriptionEntityModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.flowable.eventsubscription.service.impl.persistence.entity that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionEventSubscriptionEntityManager.findEventSubscriptionsByExecution
(String executionId) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByExecution
(String executionId) EventSubscriptionEntityManager.findEventSubscriptionsByExecutionAndType
(String executionId, String type) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByExecutionAndType
(String executionId, String type) EventSubscriptionEntityManager.findEventSubscriptionsByName
(String type, String eventName, String tenantId) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByName
(String type, String eventName, String tenantId) EventSubscriptionEntityManager.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) EventSubscriptionEntityManager.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) EventSubscriptionEntityManager.findEventSubscriptionsByProcessInstanceAndType
(String processInstanceId, String type) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByProcessInstanceAndType
(String processInstanceId, String type) EventSubscriptionEntityManager.findEventSubscriptionsByScopeIdAndType
(String scopeId, String type) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByScopeIdAndType
(String scopeId, String type) EventSubscriptionEntityManager.findEventSubscriptionsBySubScopeId
(String subScopeId) EventSubscriptionEntityManagerImpl.findEventSubscriptionsBySubScopeId
(String subScopeId) EventSubscriptionEntityManager.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) Method parameters in org.flowable.eventsubscription.service.impl.persistence.entity with type arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionprotected List<MessageEventSubscriptionEntity>
EventSubscriptionEntityManagerImpl.toMessageEventSubscriptionEntityList
(List<EventSubscriptionEntity> result) protected List<SignalEventSubscriptionEntity>
EventSubscriptionEntityManagerImpl.toSignalEventSubscriptionEntityList
(List<EventSubscriptionEntity> result) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl.persistence.entity.data
Methods in org.flowable.eventsubscription.service.impl.persistence.entity.data that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionEventSubscriptionDataManager.findEventSubscriptionsByExecution
(String executionId) EventSubscriptionDataManager.findEventSubscriptionsByExecutionAndType
(String executionId, String type) EventSubscriptionDataManager.findEventSubscriptionsByName
(String type, String eventName, String tenantId) EventSubscriptionDataManager.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) EventSubscriptionDataManager.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) EventSubscriptionDataManager.findEventSubscriptionsByProcessInstanceAndType
(String processInstanceId, String type) EventSubscriptionDataManager.findEventSubscriptionsByScopeIdAndType
(String scopeId, String type) EventSubscriptionDataManager.findEventSubscriptionsBySubScopeId
(String subScopeId) EventSubscriptionDataManager.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl
Fields in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl with type parameters of type EventSubscriptionEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByExecutionAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByExecutionIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcessDefinitionIdAndProcessStartEventMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcessInstanceAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByProcInstTypeAndActivityMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndTypeAndNullScopeIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeDefinitionIdAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsByScopeIdAndTypeMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.eventSubscriptionsBySubScopeIdMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.messageEventSubscriptionsByProcInstAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByNameAndExecutionMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByProcInstAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByScopeAndEventNameMatcher
protected CachedEntityMatcher<EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.signalEventSubscriptionByScopeIdAndTypeMatcher
Methods in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl that return EventSubscriptionEntityMethods in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl that return types with arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionMybatisEventSubscriptionDataManager.findEventSubscriptionsByExecution
(String executionId) MybatisEventSubscriptionDataManager.findEventSubscriptionsByExecutionAndType
(String executionId, String type) MybatisEventSubscriptionDataManager.findEventSubscriptionsByName
(String type, String eventName, String tenantId) MybatisEventSubscriptionDataManager.findEventSubscriptionsByNameAndExecution
(String type, String eventName, String executionId) MybatisEventSubscriptionDataManager.findEventSubscriptionsByProcessInstanceAndActivityId
(String processInstanceId, String activityId, String type) MybatisEventSubscriptionDataManager.findEventSubscriptionsByProcessInstanceAndType
(String processInstanceId, String type) MybatisEventSubscriptionDataManager.findEventSubscriptionsByScopeIdAndType
(String scopeId, String type) MybatisEventSubscriptionDataManager.findEventSubscriptionsBySubScopeId
(String subScopeId) MybatisEventSubscriptionDataManager.findEventSubscriptionsByTypeAndProcessDefinitionId
(String type, String processDefinitionId, String tenantId) Class<? extends EventSubscriptionEntity>
MybatisEventSubscriptionDataManager.getManagedEntityClass()
List<Class<? extends EventSubscriptionEntity>>
MybatisEventSubscriptionDataManager.getManagedEntitySubClasses()
Method parameters in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl with type arguments of type EventSubscriptionEntityModifier and TypeMethodDescriptionprotected List<MessageEventSubscriptionEntity>
MybatisEventSubscriptionDataManager.toMessageEventSubscriptionEntityList
(List<EventSubscriptionEntity> result) protected List<SignalEventSubscriptionEntity>
MybatisEventSubscriptionDataManager.toSignalEventSubscriptionEntityList
(List<EventSubscriptionEntity> result) -
Uses of EventSubscriptionEntity in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl.cachematcher with parameters of type EventSubscriptionEntityModifier and TypeMethodDescriptionboolean
EventSubscriptionsByExecutionAndTypeMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByExecutionIdMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByNameMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByProcessDefinitionIdAndProcessStartEventMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByProcessInstanceAndTypeMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByProcInstTypeAndActivityMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByScopeDefinitionIdAndScopeStartEventMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByScopeDefinitionIdAndTypeAndNullScopeIdMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByScopeDefinitionIdAndTypeMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsByScopeIdAndTypeMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
EventSubscriptionsBySubScopeIdMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
MessageEventSubscriptionsByProcInstAndEventNameMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object param) boolean
SignalEventSubscriptionByEventNameMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
SignalEventSubscriptionByNameAndExecutionMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
SignalEventSubscriptionByProcInstAndEventNameMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
SignalEventSubscriptionByScopeAndEventNameMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter) boolean
SignalEventSubscriptionByScopeIdAndTypeMatcher.isRetained
(EventSubscriptionEntity eventSubscriptionEntity, Object parameter)