Class SlaAuditInstanceBuilderImpl
java.lang.Object
com.flowable.platform.engine.impl.runtime.SlaAuditInstanceBuilderImpl
- All Implemented Interfaces:
SlaAuditInstanceBuilder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Long
protected Date
protected Date
protected Long
protected Date
protected com.fasterxml.jackson.databind.JsonNode
protected PlatformRuntimeServiceImpl
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
ConstructorDescriptionSlaAuditInstanceBuilderImpl
(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.JsonNode
inProgressStartDueDuration
(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:SlaAuditInstanceBuilder
Set the scope id of the SLA audit instance- Specified by:
scopeId
in interfaceSlaAuditInstanceBuilder
-
subScopeId
Description copied from interface:SlaAuditInstanceBuilder
Set the sub scope id of the SLA audit instance- Specified by:
subScopeId
in interfaceSlaAuditInstanceBuilder
-
rootScopeId
Description copied from interface:SlaAuditInstanceBuilder
Set the root scope id of the SLA audit instance- Specified by:
rootScopeId
in interfaceSlaAuditInstanceBuilder
-
scopeType
Description copied from interface:SlaAuditInstanceBuilder
Set the scope type of the SLA audit instance- Specified by:
scopeType
in interfaceSlaAuditInstanceBuilder
-
rootScopeType
Description copied from interface:SlaAuditInstanceBuilder
Set the root scope type of the SLA audit instance- Specified by:
rootScopeType
in interfaceSlaAuditInstanceBuilder
-
scopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilder
Set the scope definition key of the SLA audit instance- Specified by:
scopeDefinitionKey
in interfaceSlaAuditInstanceBuilder
-
subScopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilder
Set the sub scope definition key of the SLA audit instance- Specified by:
subScopeDefinitionKey
in interfaceSlaAuditInstanceBuilder
-
rootScopeDefinitionKey
Description copied from interface:SlaAuditInstanceBuilder
Set the root scope definition key of the SLA audit instance- Specified by:
rootScopeDefinitionKey
in interfaceSlaAuditInstanceBuilder
-
appKey
Description copied from interface:SlaAuditInstanceBuilder
Set the app key of the SLA audit instance- Specified by:
appKey
in interfaceSlaAuditInstanceBuilder
-
slaDefinitionKey
Description copied from interface:SlaAuditInstanceBuilder
Set the key of the SLA definition- Specified by:
slaDefinitionKey
in interfaceSlaAuditInstanceBuilder
-
createTime
Description copied from interface:SlaAuditInstanceBuilder
Set the create time of the SLA audit instance- Specified by:
createTime
in interfaceSlaAuditInstanceBuilder
-
inProgressStartDueTime
Description copied from interface:SlaAuditInstanceBuilder
Set the in progress start due date of the SLA audit instance- Specified by:
inProgressStartDueTime
in interfaceSlaAuditInstanceBuilder
-
completionDueTime
Description copied from interface:SlaAuditInstanceBuilder
Set the in completion due date of the SLA audit instance- Specified by:
completionDueTime
in interfaceSlaAuditInstanceBuilder
-
inProgressStartDueDuration
Description copied from interface:SlaAuditInstanceBuilder
Set the in progress start due duration of the SLA audit instance- Specified by:
inProgressStartDueDuration
in interfaceSlaAuditInstanceBuilder
-
completionDueDuration
Description copied from interface:SlaAuditInstanceBuilder
Set the in completion dueduration of the SLA audit instance- Specified by:
completionDueDuration
in interfaceSlaAuditInstanceBuilder
-
tenantId
Description copied from interface:SlaAuditInstanceBuilder
Set the tenantId of SLA audit instance- Specified by:
tenantId
in interfaceSlaAuditInstanceBuilder
-
payload
Description copied from interface:SlaAuditInstanceBuilder
Set the payload of the SLA audit instance- Specified by:
payload
in interfaceSlaAuditInstanceBuilder
-
create
Description copied from interface:SlaAuditInstanceBuilder
Create the SLA audit instance- Specified by:
create
in 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()
-