Uses of Interface
org.flowable.eventregistry.api.EventRepositoryService
Packages that use EventRepositoryService
Package
Description
Helper classes for testing processes.
-
Uses of EventRepositoryService in org.flowable.engine.test
Methods in org.flowable.engine.test that return EventRepositoryServiceModifier and TypeMethodDescriptionprotected EventRepositoryServiceFlowableTestCase.getEventRepositoryService()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EventRepositoryService in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventRepositoryServiceMethods in org.flowable.eventregistry.api with parameters of type EventRepositoryServiceModifier and TypeMethodDescriptionvoidChannelModelProcessor.registerChannelModel(org.flowable.eventregistry.model.ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidChannelModelProcessor.unregisterChannelModel(org.flowable.eventregistry.model.ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)