Interface UpdateSlaAuditInstanceBuilder
- All Known Implementing Classes:
UpdateSlaAuditInstanceBuilderImpl
public interface UpdateSlaAuditInstanceBuilder
Helper for creating a new SLA audit instance.
-
Method Summary
Modifier and TypeMethodDescriptionSet the in claimed by of the SLA audit instanceSet the claim time of the SLA audit instancecompletedBy
(String completedBy) Set the in completed by of the SLA audit instancecompletionDuration
(Long completionDuration) Set the in completion duration of the SLA audit instancecompletionRelative
(Long completionRelative) Set the in completion relative of the SLA audit instancecompletionSlaBreached
(boolean completionSlaBreached) Set the in completion SLA breached flag of the SLA audit instancecompletionTime
(Date completionTime) Set the completion time of the SLA audit instanceDefines the id of the SLA audit instance to updateinProgressStartDuration
(Long inProgressStartDuration) Set the in progress start duration of the SLA audit instanceinProgressStartedBy
(String inProgressStartedBy) Set the in progress started by of the SLA audit instanceinProgressStartRelative
(Long inProgressStartRelative) Set the in progress start relative of the SLA audit instanceinProgressStartSlaBreached
(boolean inProgressStartSlaBreached) Set the in progress start SLA breached flag of the SLA audit instanceinProgressStartTime
(Date inProgressStartTime) Set the in progress start time of the SLA audit instancepayload
(com.fasterxml.jackson.databind.JsonNode payload) Set the payload of the SLA audit instanceupdate()
Update the SLA audit instance
-
Method Details
-
id
Defines the id of the SLA audit instance to update -
inProgressStartTime
Set the in progress start time of the SLA audit instance -
inProgressStartedBy
Set the in progress started by of the SLA audit instance -
claimTime
Set the claim time of the SLA audit instance -
claimedBy
Set the in claimed by of the SLA audit instance -
completionTime
Set the completion time of the SLA audit instance -
completedBy
Set the in completed by of the SLA audit instance -
inProgressStartDuration
Set the in progress start duration of the SLA audit instance -
completionDuration
Set the in completion duration of the SLA audit instance -
inProgressStartRelative
Set the in progress start relative of the SLA audit instance -
completionRelative
Set the in completion relative of the SLA audit instance -
inProgressStartSlaBreached
Set the in progress start SLA breached flag of the SLA audit instance -
completionSlaBreached
Set the in completion SLA breached flag of the SLA audit instance -
payload
Set the payload of the SLA audit instance -
update
SlaAuditInstance update()Update the SLA audit instance- Throws:
FlowableIllegalArgumentException
- if slaDefinitionKey or the scope information are null
-