Uses of Interface
com.flowable.engage.api.manage.EngageManagementService
-
Packages that use EngageManagementService Package Description com.flowable.engage.api com.flowable.engage.engine com.flowable.engage.engine.impl com.flowable.engage.engine.impl.manage -
-
Uses of EngageManagementService in com.flowable.engage.api
Methods in com.flowable.engage.api that return EngageManagementService Modifier and Type Method Description EngageManagementService
EngageEngineConfigurationApi. getEngageManagementService()
-
Uses of EngageManagementService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as EngageManagementService Modifier and Type Field Description protected EngageManagementService
EngageEngineConfiguration. engageManagementService
Methods in com.flowable.engage.engine that return EngageManagementService Modifier and Type Method Description EngageManagementService
EngageEngine. getEngageManagementService()
EngageManagementService
EngageEngineConfiguration. getEngageManagementService()
Methods in com.flowable.engage.engine with parameters of type EngageManagementService Modifier and Type Method Description void
EngageEngineConfiguration. setEngageManagementService(EngageManagementService engageManagementService)
-
Uses of EngageManagementService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as EngageManagementService Modifier and Type Field Description protected EngageManagementService
EngageEngineImpl. engageManagementService
Methods in com.flowable.engage.engine.impl that return EngageManagementService Modifier and Type Method Description EngageManagementService
EngageEngineImpl. getEngageManagementService()
-
Uses of EngageManagementService in com.flowable.engage.engine.impl.manage
Classes in com.flowable.engage.engine.impl.manage that implement EngageManagementService Modifier and Type Class Description class
EngageManagementServiceImpl
-