Uses of Interface
org.flowable.eventsubscription.api.EventSubscription
Packages that use EventSubscription
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService.-
Uses of EventSubscription in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return EventSubscriptionModifier and TypeMethodDescriptionCaseInstanceStartEventSubscriptionBuilder.subscribe()Creates the event subscription with the registered combination of correlation parameter values and saves it. -
Uses of EventSubscription in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd that return EventSubscriptionModifier and TypeMethodDescriptionRegisterCaseInstanceStartEventSubscriptionCmd.execute(CommandContext commandContext) protected EventSubscriptionRegisterCaseInstanceStartEventSubscriptionCmd.insertEventRegistryEvent(String eventDefinitionKey, boolean doNotUpdateToLatestVersionAutomatically, CaseDefinition caseDefinition, String correlationKey, CommandContext commandContext) -
Uses of EventSubscription in org.flowable.cmmn.engine.impl.eventregistry
Methods in org.flowable.cmmn.engine.impl.eventregistry with parameters of type EventSubscriptionModifier and TypeMethodDescriptionprotected StringCmmnEventRegistryEventConsumer.getStartCorrelationConfiguration(EventSubscription eventSubscription) protected booleanCmmnEventRegistryEventConsumer.handleEventSubscription(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected voidCmmnEventRegistryEventConsumer.startCaseInstance(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
Uses of EventSubscription in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime that return EventSubscriptionModifier and TypeMethodDescriptionCmmnRuntimeServiceImpl.registerCaseInstanceStartEventSubscription(CaseInstanceStartEventSubscriptionBuilderImpl builder) CaseInstanceStartEventSubscriptionBuilderImpl.subscribe() -
Uses of EventSubscription in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type EventSubscriptionModifier and TypeMethodDescriptionvoidCmmnRestApiInterceptor.accessEventSubscriptionById(EventSubscription eventSubscription) CmmnRestResponseFactory.createEventSubscriptionResponse(EventSubscription eventSubscription) CmmnRestResponseFactory.createEventSubscriptionResponse(EventSubscription eventSubscription, RestUrlBuilder urlBuilder) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type EventSubscriptionModifier and TypeMethodDescriptionCmmnRestResponseFactory.createEventSubscriptionResponseList(List<EventSubscription> eventSubscriptions) -
Uses of EventSubscription in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return EventSubscriptionModifier and TypeMethodDescriptionRuntimeServiceImpl.registerProcessInstanceStartEventSubscription(ProcessInstanceStartEventSubscriptionBuilderImpl builder) -
Uses of EventSubscription in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return EventSubscriptionModifier and TypeMethodDescriptionRegisterProcessInstanceStartEventSubscriptionCmd.execute(CommandContext commandContext) protected EventSubscriptionRegisterProcessInstanceStartEventSubscriptionCmd.insertEventRegistryEvent(String eventDefinitionKey, boolean doNotUpdateToLatestVersionAutomatically, StartEvent startEvent, ProcessDefinition processDefinition, String correlationKey, CommandContext commandContext) -
Uses of EventSubscription in org.flowable.engine.impl.eventregistry
Methods in org.flowable.engine.impl.eventregistry with parameters of type EventSubscriptionModifier and TypeMethodDescriptionprotected StringBpmnEventRegistryEventConsumer.getStartCorrelationConfiguration(EventSubscription eventSubscription) protected voidBpmnEventRegistryEventConsumer.handleEventSubscription(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected voidBpmnEventRegistryEventConsumer.startProcessInstance(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
Uses of EventSubscription in org.flowable.engine.impl.runtime
Methods in org.flowable.engine.impl.runtime that return EventSubscription -
Uses of EventSubscription in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type EventSubscriptionModifier and TypeMethodDescriptionstatic voidCountingEntityUtil.handleDeleteEventSubscriptionEntityCount(EventSubscription eventSubscription) static voidCountingEntityUtil.handleInsertEventSubscriptionEntityCount(EventSubscription eventSubscription) -
Uses of EventSubscription in org.flowable.engine.runtime
Methods in org.flowable.engine.runtime that return EventSubscriptionModifier and TypeMethodDescriptionProcessInstanceStartEventSubscriptionBuilder.subscribe()Creates the event subscription with the registered combination of correlation parameter values and saves it. -
Uses of EventSubscription in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionprotected List<EventSubscription>BaseEventRegistryEventConsumer.findEventSubscriptions(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys) -
Uses of EventSubscription in org.flowable.eventsubscription.api
Methods in org.flowable.eventsubscription.api that return EventSubscription -
Uses of EventSubscription in org.flowable.eventsubscription.service
Methods in org.flowable.eventsubscription.service that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionService.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQuery) -
Uses of EventSubscription in org.flowable.eventsubscription.service.impl
Methods in org.flowable.eventsubscription.service.impl that return EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionBuilderImpl.create()EventSubscriptionServiceImpl.createEventSubscription(EventSubscriptionBuilder builder) Methods in org.flowable.eventsubscription.service.impl that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionQueryImpl.executeList(CommandContext commandContext) EventSubscriptionServiceImpl.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQuery) -
Uses of EventSubscription in org.flowable.eventsubscription.service.impl.persistence.entity
Subinterfaces of EventSubscription in org.flowable.eventsubscription.service.impl.persistence.entityModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.flowable.eventsubscription.service.impl.persistence.entity that implement EventSubscriptionModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.flowable.eventsubscription.service.impl.persistence.entity that return EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionEntityManager.createEventSubscription(EventSubscriptionBuilder eventSubscriptionBuilder) EventSubscriptionEntityManagerImpl.createEventSubscription(EventSubscriptionBuilder eventSubscriptionBuilder) Methods in org.flowable.eventsubscription.service.impl.persistence.entity that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionEntityManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) EventSubscriptionEntityManagerImpl.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) -
Uses of EventSubscription 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 EventSubscriptionModifier and TypeMethodDescriptionEventSubscriptionDataManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) -
Uses of EventSubscription in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl
Methods in org.flowable.eventsubscription.service.impl.persistence.entity.data.impl that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionMybatisEventSubscriptionDataManager.findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl eventSubscriptionQueryImpl) -
Uses of EventSubscription in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type EventSubscriptionModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.accessEventSubscriptionById(EventSubscription eventSubscription) RestResponseFactory.createEventSubscriptionResponse(EventSubscription eventSubscription) RestResponseFactory.createEventSubscriptionResponse(EventSubscription eventSubscription, RestUrlBuilder urlBuilder) Method parameters in org.flowable.rest.service.api with type arguments of type EventSubscriptionModifier and TypeMethodDescriptionRestResponseFactory.createEventSubscriptionResponseList(List<EventSubscription> eventSubscriptions)