Uses of Interface
com.flowable.platform.api.runtime.UpdateSlaAuditInstanceBuilder
Packages that use UpdateSlaAuditInstanceBuilder
Package
Description
-
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.api.runtime
Methods in com.flowable.platform.api.runtime that return UpdateSlaAuditInstanceBuilderModifier and TypeMethodDescriptionSet the in claimed by of the SLA audit instanceSet the claim time of the SLA audit instanceUpdateSlaAuditInstanceBuilder.completedBy(String completedBy) Set the in completed by of the SLA audit instanceUpdateSlaAuditInstanceBuilder.completionDuration(Long completionDuration) Set the in completion duration of the SLA audit instanceUpdateSlaAuditInstanceBuilder.completionRelative(Long completionRelative) Set the in completion relative of the SLA audit instanceUpdateSlaAuditInstanceBuilder.completionSlaBreached(boolean completionSlaBreached) Set the in completion SLA breached flag of the SLA audit instanceUpdateSlaAuditInstanceBuilder.completionTime(Date completionTime) Set the completion time of the SLA audit instancePlatformRuntimeService.createUpdateSlaAuditInstanceBuilder()Defines the id of the SLA audit instance to updateUpdateSlaAuditInstanceBuilder.inProgressStartDuration(Long inProgressStartDuration) Set the in progress start duration of the SLA audit instanceUpdateSlaAuditInstanceBuilder.inProgressStartedBy(String inProgressStartedBy) Set the in progress started by of the SLA audit instanceUpdateSlaAuditInstanceBuilder.inProgressStartRelative(Long inProgressStartRelative) Set the in progress start relative of the SLA audit instanceUpdateSlaAuditInstanceBuilder.inProgressStartSlaBreached(boolean inProgressStartSlaBreached) Set the in progress start SLA breached flag of the SLA audit instanceUpdateSlaAuditInstanceBuilder.inProgressStartTime(Date inProgressStartTime) Set the in progress start time of the SLA audit instanceUpdateSlaAuditInstanceBuilder.payload(com.fasterxml.jackson.databind.JsonNode payload) Set the payload of the SLA audit instance -
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.engine.impl.runtime
Classes in com.flowable.platform.engine.impl.runtime that implement UpdateSlaAuditInstanceBuilderMethods in com.flowable.platform.engine.impl.runtime that return UpdateSlaAuditInstanceBuilderModifier and TypeMethodDescriptionUpdateSlaAuditInstanceBuilderImpl.completedBy(String completedBy) UpdateSlaAuditInstanceBuilderImpl.completionDuration(Long completionDuration) UpdateSlaAuditInstanceBuilderImpl.completionRelative(Long completionRelative) UpdateSlaAuditInstanceBuilderImpl.completionSlaBreached(boolean completionSlaBreached) UpdateSlaAuditInstanceBuilderImpl.completionTime(Date completionTime) PlatformRuntimeServiceImpl.createUpdateSlaAuditInstanceBuilder()UpdateSlaAuditInstanceBuilderImpl.inProgressStartDuration(Long inProgressStartDuration) UpdateSlaAuditInstanceBuilderImpl.inProgressStartedBy(String inProgressStartedBy) UpdateSlaAuditInstanceBuilderImpl.inProgressStartRelative(Long inProgressStartRelative) UpdateSlaAuditInstanceBuilderImpl.inProgressStartSlaBreached(boolean inProgressStartSlaBreached) UpdateSlaAuditInstanceBuilderImpl.inProgressStartTime(Date inProgressStartTime) UpdateSlaAuditInstanceBuilderImpl.payload(com.fasterxml.jackson.databind.JsonNode payload) -
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.service.jobhandler
Methods in com.flowable.platform.service.jobhandler with parameters of type UpdateSlaAuditInstanceBuilderModifier and TypeMethodDescriptionprotected voidSlaDueDateJobHandler.updateSlaAuditInstanceWithBuilder(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration) -
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type UpdateSlaAuditInstanceBuilderModifier and TypeMethodDescriptionprotected voidPlatformHumanTaskStateInterceptor.updateSlaAuditInstanceWithBuilder(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration) protected voidPlatformUserTaskStateInterceptor.updateSlaAuditInstanceWithBuilder(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration)