Uses of Interface
com.flowable.platform.api.runtime.UpdateSlaAuditInstanceBuilder
Package
Description
-
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.api.runtime
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
SlaDueDateJobHandler.updateSlaAuditInstanceWithBuilder
(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration) -
Uses of UpdateSlaAuditInstanceBuilder in com.flowable.platform.service.task
Modifier and TypeMethodDescriptionprotected void
PlatformHumanTaskStateInterceptor.updateSlaAuditInstanceWithBuilder
(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration) protected void
PlatformUserTaskStateInterceptor.updateSlaAuditInstanceWithBuilder
(String slaAuditInstanceId, String tenantId, UpdateSlaAuditInstanceBuilder slaAuditInstanceBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, JobServiceConfiguration jobServiceConfiguration)