Uses of Interface
com.flowable.engage.api.profile.subscription.UserSubscriptionService
-
Packages that use UserSubscriptionService Package Description com.flowable.engage.api com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.profile.subscription -
-
Uses of UserSubscriptionService in com.flowable.engage.api
Methods in com.flowable.engage.api that return UserSubscriptionService Modifier and Type Method Description UserSubscriptionService
EngageEngineConfigurationApi. getUserSubscriptionService()
-
Uses of UserSubscriptionService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as UserSubscriptionService Modifier and Type Field Description protected UserSubscriptionService
EngageEngineConfiguration. userSubscriptionService
Methods in com.flowable.engage.engine that return UserSubscriptionService Modifier and Type Method Description UserSubscriptionService
EngageEngine. getUserSubscriptionService()
UserSubscriptionService
EngageEngineConfiguration. getUserSubscriptionService()
Methods in com.flowable.engage.engine with parameters of type UserSubscriptionService Modifier and Type Method Description void
EngageEngineConfiguration. setUserSubscriptionService(UserSubscriptionService userSubscriptionService)
-
Uses of UserSubscriptionService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as UserSubscriptionService Modifier and Type Field Description protected UserSubscriptionService
EngageEngineImpl. userSubscriptionService
Methods in com.flowable.engage.engine.impl that return UserSubscriptionService Modifier and Type Method Description UserSubscriptionService
EngageEngineImpl. getUserSubscriptionService()
-
Uses of UserSubscriptionService in com.flowable.engage.engine.impl.profile.subscription
Classes in com.flowable.engage.engine.impl.profile.subscription that implement UserSubscriptionService Modifier and Type Class Description class
InMemoryUserSubscriptionService
An in memory user subscription service.
-