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 EngageManagementServiceEngageEngineConfigurationApi. getEngageManagementService() -
Uses of EngageManagementService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as EngageManagementService Modifier and Type Field Description protected EngageManagementServiceEngageEngineConfiguration. engageManagementServiceMethods in com.flowable.engage.engine that return EngageManagementService Modifier and Type Method Description EngageManagementServiceEngageEngine. getEngageManagementService()EngageManagementServiceEngageEngineConfiguration. getEngageManagementService()Methods in com.flowable.engage.engine with parameters of type EngageManagementService Modifier and Type Method Description voidEngageEngineConfiguration. 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 EngageManagementServiceEngageEngineImpl. engageManagementServiceMethods in com.flowable.engage.engine.impl that return EngageManagementService Modifier and Type Method Description EngageManagementServiceEngageEngineImpl. 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 classEngageManagementServiceImpl
-