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 longCmmnEventRegistryEventConsumer.countCaseInstances(CmmnRuntimeService cmmnRuntimeService, EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition) protected voidCmmnEventRegistryEventConsumer.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 booleanCmmnEventRegistryEventConsumer.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 longBpmnEventRegistryEventConsumer.countProcessInstances(RuntimeService runtimeService, EventInstance eventInstance, CorrelationKey correlationKey, ProcessDefinition processDefinition) protected voidBpmnEventRegistryEventConsumer.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 voidBpmnEventRegistryEventConsumer.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 CorrelationKeyBaseEventRegistryEventConsumer.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 CorrelationKeyBaseEventRegistryEventConsumer.getCorrelationKeyWithAllParameters(Collection<CorrelationKey> correlationKeys, EventInstance eventInstance)