Class PlatformRuntimeServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
-
- com.flowable.platform.engine.impl.runtime.PlatformRuntimeServiceImpl
-
- All Implemented Interfaces:
PlatformRuntimeService
public class PlatformRuntimeServiceImpl extends CommonEngineServiceImpl<PlatformEngineConfiguration> implements PlatformRuntimeService
- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description PlatformRuntimeServiceImpl(PlatformEngineConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkInstanceQuery
createWorkInstanceQuery()
Create a query for queryingWorkInstance
((s)-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
PlatformRuntimeServiceImpl
public PlatformRuntimeServiceImpl(PlatformEngineConfiguration configuration)
-
-
Method Detail
-
createWorkInstanceQuery
public WorkInstanceQuery createWorkInstanceQuery()
Description copied from interface:PlatformRuntimeService
Create a query for queryingWorkInstance
((s)- Specified by:
createWorkInstanceQuery
in interfacePlatformRuntimeService
-
-