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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Longprotected Longprotected Booleanprotected Dateprotected Stringprotected Longprotected Stringprotected Longprotected Booleanprotected Dateprotected com.fasterxml.jackson.databind.JsonNodeprotected PlatformRuntimeServiceImpl -
Constructor Summary
ConstructorsConstructorDescriptionUpdateSlaAuditInstanceBuilderImpl(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.JsonNodeDefines 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:UpdateSlaAuditInstanceBuilderDefines the id of the SLA audit instance to update- Specified by:
idin interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartTime
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in progress start time of the SLA audit instance- Specified by:
inProgressStartTimein interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartedBy
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in progress started by of the SLA audit instance- Specified by:
inProgressStartedByin interfaceUpdateSlaAuditInstanceBuilder
-
claimTime
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the claim time of the SLA audit instance- Specified by:
claimTimein interfaceUpdateSlaAuditInstanceBuilder
-
claimedBy
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in claimed by of the SLA audit instance- Specified by:
claimedByin interfaceUpdateSlaAuditInstanceBuilder
-
completionTime
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the completion time of the SLA audit instance- Specified by:
completionTimein interfaceUpdateSlaAuditInstanceBuilder
-
completedBy
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in completed by of the SLA audit instance- Specified by:
completedByin interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartDuration
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in progress start duration of the SLA audit instance- Specified by:
inProgressStartDurationin interfaceUpdateSlaAuditInstanceBuilder
-
completionDuration
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in completion duration of the SLA audit instance- Specified by:
completionDurationin interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartRelative
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in progress start relative of the SLA audit instance- Specified by:
inProgressStartRelativein interfaceUpdateSlaAuditInstanceBuilder
-
completionRelative
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in completion relative of the SLA audit instance- Specified by:
completionRelativein interfaceUpdateSlaAuditInstanceBuilder
-
inProgressStartSlaBreached
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in progress start SLA breached flag of the SLA audit instance- Specified by:
inProgressStartSlaBreachedin interfaceUpdateSlaAuditInstanceBuilder
-
completionSlaBreached
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the in completion SLA breached flag of the SLA audit instance- Specified by:
completionSlaBreachedin interfaceUpdateSlaAuditInstanceBuilder
-
payload
Description copied from interface:UpdateSlaAuditInstanceBuilderSet the payload of the SLA audit instance- Specified by:
payloadin interfaceUpdateSlaAuditInstanceBuilder
-
update
Description copied from interface:UpdateSlaAuditInstanceBuilderUpdate the SLA audit instance- Specified by:
updatein interfaceUpdateSlaAuditInstanceBuilder
-
getPlatformRuntimeService
-
getId
-
getInProgressStartTime
-
getInProgressStartedBy
-
getClaimTime
-
getClaimedBy
-
getCompletionTime
-
getCompletedBy
-
getInProgressStartDuration
-
getCompletionDuration
-
getInProgressStartRelative
-
getCompletionRelative
-
getInProgressStartSlaBreached
-
getCompletionSlaBreached
-
getPayload
public com.fasterxml.jackson.databind.JsonNode getPayload()
-