Uses of Class
org.flowable.eventregistry.impl.consumer.CorrelationKey
Packages that use CorrelationKey
Package
Description
-
Uses of CorrelationKey in org.flowable.cmmn.engine.impl.eventregistry
Methods in org.flowable.cmmn.engine.impl.eventregistry with parameters of type CorrelationKeyModifier and TypeMethodDescriptionprotected long
CmmnEventRegistryEventConsumer.countCaseInstances
(CmmnRuntimeService cmmnRuntimeService, EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition) protected void
CmmnEventRegistryEventConsumer.startCaseInstance
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) Method parameters in org.flowable.cmmn.engine.impl.eventregistry with type arguments of type CorrelationKeyModifier and TypeMethodDescriptionprotected boolean
CmmnEventRegistryEventConsumer.handleEventSubscription
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) -
Uses of CorrelationKey in org.flowable.engine.impl.eventregistry
Methods in org.flowable.engine.impl.eventregistry with parameters of type CorrelationKeyModifier and TypeMethodDescriptionprotected long
BpmnEventRegistryEventConsumer.countProcessInstances
(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected void
BpmnEventRegistryEventConsumer.startProcessInstance
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) Method parameters in org.flowable.engine.impl.eventregistry with type arguments of type CorrelationKeyModifier and TypeMethodDescriptionprotected void
BpmnEventRegistryEventConsumer.handleEventSubscription
(RuntimeService runtimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) -
Uses of CorrelationKey in org.flowable.eventregistry.impl.consumer
Methods in org.flowable.eventregistry.impl.consumer that return CorrelationKeyModifier and TypeMethodDescriptionprotected CorrelationKey
BaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters
(Collection<CorrelationKey> correlationKeys, EventInstance eventInstance) Methods in org.flowable.eventregistry.impl.consumer that return types with arguments of type CorrelationKeyModifier and TypeMethodDescriptionprotected Collection<CorrelationKey>
BaseEventRegistryEventConsumer.generateCorrelationKeys
(Collection<EventPayloadInstance> correlationParameterInstances) Generates all possible correlation keys for the given correlation parameters.Method parameters in org.flowable.eventregistry.impl.consumer with type arguments of type CorrelationKeyModifier and TypeMethodDescriptionprotected List<EventSubscription>
BaseEventRegistryEventConsumer.findEventSubscriptions
(String scopeType, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys) protected CorrelationKey
BaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters
(Collection<CorrelationKey> correlationKeys, EventInstance eventInstance)