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
-
Method Summary
Modifier and TypeMethodDescriptioncreateSlaAuditInstance
(SlaAuditInstanceBuilderImpl slaAuditInstanceBuilder) Create a query for queryingWorkInstance
((s)void
getSlaAuditInstance
(String auditInstanceId) updateSlaAuditInstance
(UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder) 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 Details
-
PlatformRuntimeServiceImpl
-
-
Method Details
-
createWorkInstanceQuery
Description copied from interface:PlatformRuntimeService
Create a query for queryingWorkInstance
((s)- Specified by:
createWorkInstanceQuery
in interfacePlatformRuntimeService
-
createSlaAuditInstanceBuilder
- Specified by:
createSlaAuditInstanceBuilder
in interfacePlatformRuntimeService
-
createUpdateSlaAuditInstanceBuilder
- Specified by:
createUpdateSlaAuditInstanceBuilder
in interfacePlatformRuntimeService
-
getSlaAuditInstance
- Specified by:
getSlaAuditInstance
in interfacePlatformRuntimeService
-
createSlaAuditInstanceQuery
- Specified by:
createSlaAuditInstanceQuery
in interfacePlatformRuntimeService
-
deleteSlaAuditInstance
- Specified by:
deleteSlaAuditInstance
in interfacePlatformRuntimeService
-
createSlaAuditInstance
-
updateSlaAuditInstance
public SlaAuditInstance updateSlaAuditInstance(UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder)
-