Uses of Interface
com.flowable.workobject.api.WorkObjectManagementService
Package | Description |
---|---|
com.flowable.workobject.api | |
com.flowable.workobject.engine | |
com.flowable.workobject.engine.impl | |
com.flowable.workobject.engine.impl.test |
-
Uses of WorkObjectManagementService in com.flowable.workobject.api
Methods in com.flowable.workobject.api that return WorkObjectManagementService Modifier and Type Method Description WorkObjectManagementService
WorkObjectEngineConfigurationApi. getWorkObjectManagementService()
-
Uses of WorkObjectManagementService in com.flowable.workobject.engine
Fields in com.flowable.workobject.engine declared as WorkObjectManagementService Modifier and Type Field Description protected WorkObjectManagementService
WorkObjectEngineConfiguration. workObjectManagementService
Methods in com.flowable.workobject.engine that return WorkObjectManagementService Modifier and Type Method Description WorkObjectManagementService
WorkObjectEngine. getWorkObjectManagementService()
WorkObjectManagementService
WorkObjectEngineConfiguration. getWorkObjectManagementService()
Methods in com.flowable.workobject.engine with parameters of type WorkObjectManagementService Modifier and Type Method Description WorkObjectEngineConfiguration
WorkObjectEngineConfiguration. setWorkObjectManagementService(WorkObjectManagementService workObjectManagementService)
-
Uses of WorkObjectManagementService in com.flowable.workobject.engine.impl
Classes in com.flowable.workobject.engine.impl that implement WorkObjectManagementService Modifier and Type Class Description class
WorkObjectManagementServiceImpl
Fields in com.flowable.workobject.engine.impl declared as WorkObjectManagementService Modifier and Type Field Description protected WorkObjectManagementService
WorkObjectEngineImpl. managementService
Methods in com.flowable.workobject.engine.impl that return WorkObjectManagementService Modifier and Type Method Description WorkObjectManagementService
WorkObjectEngineImpl. getWorkObjectManagementService()
-
Uses of WorkObjectManagementService in com.flowable.workobject.engine.impl.test
Fields in com.flowable.workobject.engine.impl.test declared as WorkObjectManagementService Modifier and Type Field Description protected WorkObjectManagementService
AbstractFlowableTestCase. managementService