Class UpdateSlaAuditInstanceBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.runtime.UpdateSlaAuditInstanceBuilderImpl
- All Implemented Interfaces:
UpdateSlaAuditInstanceBuilder
public class UpdateSlaAuditInstanceBuilderImpl
extends Object
implements UpdateSlaAuditInstanceBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected Long
protected Long
protected Boolean
protected Date
protected String
protected Long
protected String
protected Long
protected Boolean
protected Date
protected com.fasterxml.jackson.databind.JsonNode
protected PlatformRuntimeServiceImpl
-
Constructor Summary
ConstructorDescriptionUpdateSlaAuditInstanceBuilderImpl
(PlatformRuntimeServiceImpl platformRuntimeService) -
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 instancegetId()
com.fasterxml.jackson.databind.JsonNode
Defines 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
-
Field Details
-
platformRuntimeService
-
id
-
inProgressStartTime
-
inProgressStartedBy
-
claimTime
-
claimedBy
-
completionTime
-
completedBy
-
inProgressStartDuration
-
completionDuration
-
inProgressStartRelative
-
completionRelative
-
inProgressStartSlaBreached
-
completionSlaBreached
-
payload
protected com.fasterxml.jackson.databind.JsonNode payload
-
-
Constructor Details
-
UpdateSlaAuditInstanceBuilderImpl
-
-
Method Details
-
id
Description copied from interface:UpdateSlaAuditInstanceBuilder
Defines the id of the SLA audit instance to update- Specified by:
id
in interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartTime
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in progress start time of the SLA audit instance- Specified by:
inProgressStartTime
in interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartedBy
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in progress started by of the SLA audit instance- Specified by:
inProgressStartedBy
in interfaceUpdateSlaAuditInstanceBuilder
-
claimTime
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the claim time of the SLA audit instance- Specified by:
claimTime
in interfaceUpdateSlaAuditInstanceBuilder
-
claimedBy
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in claimed by of the SLA audit instance- Specified by:
claimedBy
in interfaceUpdateSlaAuditInstanceBuilder
-
completionTime
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the completion time of the SLA audit instance- Specified by:
completionTime
in interfaceUpdateSlaAuditInstanceBuilder
-
completedBy
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in completed by of the SLA audit instance- Specified by:
completedBy
in interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartDuration
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in progress start duration of the SLA audit instance- Specified by:
inProgressStartDuration
in interfaceUpdateSlaAuditInstanceBuilder
-
completionDuration
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in completion duration of the SLA audit instance- Specified by:
completionDuration
in interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartRelative
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in progress start relative of the SLA audit instance- Specified by:
inProgressStartRelative
in interfaceUpdateSlaAuditInstanceBuilder
-
completionRelative
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in completion relative of the SLA audit instance- Specified by:
completionRelative
in interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartSlaBreached
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in progress start SLA breached flag of the SLA audit instance- Specified by:
inProgressStartSlaBreached
in interfaceUpdateSlaAuditInstanceBuilder
-
completionSlaBreached
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the in completion SLA breached flag of the SLA audit instance- Specified by:
completionSlaBreached
in interfaceUpdateSlaAuditInstanceBuilder
-
payload
Description copied from interface:UpdateSlaAuditInstanceBuilder
Set the payload of the SLA audit instance- Specified by:
payload
in interfaceUpdateSlaAuditInstanceBuilder
-
update
Description copied from interface:UpdateSlaAuditInstanceBuilder
Update the SLA audit instance- Specified by:
update
in interfaceUpdateSlaAuditInstanceBuilder
-
getPlatformRuntimeService
-
getId
-
getInProgressStartTime
-
getInProgressStartedBy
-
getClaimTime
-
getClaimedBy
-
getCompletionTime
-
getCompletedBy
-
getInProgressStartDuration
-
getCompletionDuration
-
getInProgressStartRelative
-
getCompletionRelative
-
getInProgressStartSlaBreached
-
getCompletionSlaBreached
-
getPayload
public com.fasterxml.jackson.databind.JsonNode getPayload()
-