Class SlaAuditInstanceBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.runtime.SlaAuditInstanceBuilderImpl
- All Implemented Interfaces:
SlaAuditInstanceBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Longprotected Dateprotected Dateprotected Longprotected Dateprotected com.fasterxml.jackson.databind.JsonNodeprotected PlatformRuntimeServiceImplprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionSlaAuditInstanceBuilderImpl(PlatformRuntimeServiceImpl platformRuntimeService) -
Method Summary
Modifier and TypeMethodDescriptionSet the app key of the SLA audit instancecompletionDueDuration(Long completionDueDuration) Set the in completion dueduration of the SLA audit instancecompletionDueTime(Date completionDueTime) Set the in completion due date of the SLA audit instancecreate()Create the SLA audit instancecreateTime(Date createTime) Set the create time of the SLA audit instancecom.fasterxml.jackson.databind.JsonNodeinProgressStartDueDuration(Long inProgressStartDueDuration) Set the in progress start due duration of the SLA audit instanceinProgressStartDueTime(Date inProgressStartDueTime) Set the in progress start due date of the SLA audit instancepayload(com.fasterxml.jackson.databind.JsonNode payload) Set the payload of the SLA audit instancerootScopeDefinitionKey(String rootScopeDefinitionKey) Set the root scope definition key of the SLA audit instancerootScopeId(String rootScopeId) Set the root scope id of the SLA audit instancerootScopeType(String rootScopeType) Set the root scope type of the SLA audit instancescopeDefinitionKey(String scopeDefinitionKey) Set the scope definition key of the SLA audit instanceSet the scope id of the SLA audit instanceSet the scope type of the SLA audit instanceslaDefinitionKey(String slaDefinitionKey) Set the key of the SLA definitionsubScopeDefinitionKey(String subScopeDefinitionKey) Set the sub scope definition key of the SLA audit instancesubScopeId(String subScopeId) Set the sub scope id of the SLA audit instanceSet the tenantId of SLA audit instance
-
Field Details
-
platformRuntimeService
-
scopeId
-
subScopeId
-
rootScopeId
-
scopeType
-
rootScopeType
-
scopeDefinitionKey
-
subScopeDefinitionKey
-
rootScopeDefinitionKey
-
appKey
-
slaDefinitionKey
-
tenantId
-
createTime
-
inProgressStartDueTime
-
completionDueTime
-
inProgressStartDueDuration
-
completionDueDuration
-
payload
protected com.fasterxml.jackson.databind.JsonNode payload
-
-
Constructor Details
-
SlaAuditInstanceBuilderImpl
-
-
Method Details
-
scopeId
Description copied from interface:SlaAuditInstanceBuilderSet the scope id of the SLA audit instance- Specified by:
scopeIdin interfaceSlaAuditInstanceBuilder
-
subScopeId
Description copied from interface:SlaAuditInstanceBuilderSet the sub scope id of the SLA audit instance- Specified by:
subScopeIdin interfaceSlaAuditInstanceBuilder
-
rootScopeId
Description copied from interface:SlaAuditInstanceBuilderSet the root scope id of the SLA audit instance- Specified by:
rootScopeIdin interfaceSlaAuditInstanceBuilder
-
scopeType
Description copied from interface:SlaAuditInstanceBuilderSet the scope type of the SLA audit instance- Specified by:
scopeTypein interfaceSlaAuditInstanceBuilder
-
rootScopeType
Description copied from interface:SlaAuditInstanceBuilderSet the root scope type of the SLA audit instance- Specified by:
rootScopeTypein interfaceSlaAuditInstanceBuilder
-
scopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilderSet the scope definition key of the SLA audit instance- Specified by:
scopeDefinitionKeyin interfaceSlaAuditInstanceBuilder
-
subScopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilderSet the sub scope definition key of the SLA audit instance- Specified by:
subScopeDefinitionKeyin interfaceSlaAuditInstanceBuilder
-
rootScopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilderSet the root scope definition key of the SLA audit instance- Specified by:
rootScopeDefinitionKeyin interfaceSlaAuditInstanceBuilder
-
appKey
Description copied from interface:SlaAuditInstanceBuilderSet the app key of the SLA audit instance- Specified by:
appKeyin interfaceSlaAuditInstanceBuilder
-
slaDefinitionKey
Description copied from interface:SlaAuditInstanceBuilderSet the key of the SLA definition- Specified by:
slaDefinitionKeyin interfaceSlaAuditInstanceBuilder
-
createTime
Description copied from interface:SlaAuditInstanceBuilderSet the create time of the SLA audit instance- Specified by:
createTimein interfaceSlaAuditInstanceBuilder
-
inProgressStartDueTime
Description copied from interface:SlaAuditInstanceBuilderSet the in progress start due date of the SLA audit instance- Specified by:
inProgressStartDueTimein interfaceSlaAuditInstanceBuilder
-
completionDueTime
Description copied from interface:SlaAuditInstanceBuilderSet the in completion due date of the SLA audit instance- Specified by:
completionDueTimein interfaceSlaAuditInstanceBuilder
-
inProgressStartDueDuration
Description copied from interface:SlaAuditInstanceBuilderSet the in progress start due duration of the SLA audit instance- Specified by:
inProgressStartDueDurationin interfaceSlaAuditInstanceBuilder
-
completionDueDuration
Description copied from interface:SlaAuditInstanceBuilderSet the in completion dueduration of the SLA audit instance- Specified by:
completionDueDurationin interfaceSlaAuditInstanceBuilder
-
tenantId
Description copied from interface:SlaAuditInstanceBuilderSet the tenantId of SLA audit instance- Specified by:
tenantIdin interfaceSlaAuditInstanceBuilder
-
payload
Description copied from interface:SlaAuditInstanceBuilderSet the payload of the SLA audit instance- Specified by:
payloadin interfaceSlaAuditInstanceBuilder
-
create
Description copied from interface:SlaAuditInstanceBuilderCreate the SLA audit instance- Specified by:
createin interfaceSlaAuditInstanceBuilder
-
getPlatformRuntimeService
-
getScopeId
-
getSubScopeId
-
getRootScopeId
-
getScopeType
-
getRootScopeType
-
getScopeDefinitionKey
-
getSubScopeDefinitionKey
-
getRootScopeDefinitionKey
-
getAppKey
-
getSlaDefinitionKey
-
getTenantId
-
getCreateTime
-
getInProgressStartDueTime
-
getCompletionDueTime
-
getInProgressStartDueDuration
-
getCompletionDueDuration
-
getPayload
public com.fasterxml.jackson.databind.JsonNode getPayload()
-