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
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSlaAuditInstance(SlaAuditInstanceBuilderImpl slaAuditInstanceBuilder) Create a query for queryingWorkInstance((s)voidgetSlaAuditInstance(String auditInstanceId) updateSlaAuditInstance(UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
PlatformRuntimeServiceImpl
-
-
Method Details
-
createWorkInstanceQuery
Description copied from interface:PlatformRuntimeServiceCreate a query for queryingWorkInstance((s)- Specified by:
createWorkInstanceQueryin interfacePlatformRuntimeService
-
createSlaAuditInstanceBuilder
- Specified by:
createSlaAuditInstanceBuilderin interfacePlatformRuntimeService
-
createUpdateSlaAuditInstanceBuilder
- Specified by:
createUpdateSlaAuditInstanceBuilderin interfacePlatformRuntimeService
-
getSlaAuditInstance
- Specified by:
getSlaAuditInstancein interfacePlatformRuntimeService
-
createSlaAuditInstanceQuery
- Specified by:
createSlaAuditInstanceQueryin interfacePlatformRuntimeService
-
deleteSlaAuditInstance
- Specified by:
deleteSlaAuditInstancein interfacePlatformRuntimeService
-
createSlaAuditInstance
-
updateSlaAuditInstance
public SlaAuditInstance updateSlaAuditInstance(UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder)
-