Uses of Interface
com.flowable.platform.api.repository.SlaAuditInstance
Packages that use SlaAuditInstance
Package
Description
-
Uses of SlaAuditInstance in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type SlaAuditInstanceModifier and TypeMethodDescriptionvoidPlatformIndexedDataEnhancer.enhanceSlaAuditInstanceReindexData(SlaAuditInstance slaAuditInstance, com.fasterxml.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of SlaAuditInstance in com.flowable.indexing.impl
Methods in com.flowable.indexing.impl with parameters of type SlaAuditInstanceModifier and TypeMethodDescriptionvoidIndexedDataEnhancerAdapter.enhanceSlaAuditInstanceReindexData(SlaAuditInstance slaAuditInstance, com.fasterxml.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of SlaAuditInstance in com.flowable.platform.api.runtime
Methods in com.flowable.platform.api.runtime that return SlaAuditInstanceModifier and TypeMethodDescriptionSlaAuditInstanceBuilder.create()Create the SLA audit instancePlatformRuntimeService.getSlaAuditInstance(String auditInstanceId) UpdateSlaAuditInstanceBuilder.update()Update the SLA audit instance -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return SlaAuditInstanceModifier and TypeMethodDescriptionCreateSlaAuditInstanceCmd.execute(CommandContext commandContext) GetSlaAuditInstanceCmd.execute(CommandContext commandContext) UpdateSlaAuditInstanceCmd.execute(CommandContext commandContext) -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.indexing.dataproducer
Methods in com.flowable.platform.engine.impl.indexing.dataproducer with parameters of type SlaAuditInstanceModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeSlaAuditInstanceIndexingDataProducer.produceIndexingData(SlaAuditInstance slaAuditInstance) -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of SlaAuditInstance in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement SlaAuditInstanceMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type SlaAuditInstanceModifier and TypeMethodDescriptionSlaAuditInstanceEntityManager.findByCriteria(SlaAuditInstanceQuery query) SlaAuditInstanceEntityManagerImpl.findByCriteria(SlaAuditInstanceQuery query) -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type SlaAuditInstanceModifier and TypeMethodDescriptionSlaAuditInstanceDataManager.findByCriteria(SlaAuditInstanceQueryImpl query) -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type SlaAuditInstanceModifier and TypeMethodDescriptionMybatisSlaAuditInstanceDataManager.findByCriteria(SlaAuditInstanceQueryImpl query) -
Uses of SlaAuditInstance in com.flowable.platform.engine.impl.runtime
Methods in com.flowable.platform.engine.impl.runtime that return SlaAuditInstanceModifier and TypeMethodDescriptionSlaAuditInstanceBuilderImpl.create()PlatformRuntimeServiceImpl.createSlaAuditInstance(SlaAuditInstanceBuilderImpl slaAuditInstanceBuilder) PlatformRuntimeServiceImpl.getSlaAuditInstance(String auditInstanceId) UpdateSlaAuditInstanceBuilderImpl.update()PlatformRuntimeServiceImpl.updateSlaAuditInstance(UpdateSlaAuditInstanceBuilderImpl updateSlaAuditInstanceBuilder) Methods in com.flowable.platform.engine.impl.runtime that return types with arguments of type SlaAuditInstanceModifier and TypeMethodDescriptionSlaAuditInstanceQueryImpl.executeList(CommandContext commandContext)