Uses of Interface
com.flowable.platform.api.runtime.SlaAuditInstanceBuilder
Packages that use SlaAuditInstanceBuilder
-
Uses of SlaAuditInstanceBuilder in com.flowable.platform.api.runtime
Methods in com.flowable.platform.api.runtime that return SlaAuditInstanceBuilderModifier and TypeMethodDescriptionSet the app key of the SLA audit instanceSlaAuditInstanceBuilder.completionDueDuration(Long completionDueDuration) Set the in completion dueduration of the SLA audit instanceSlaAuditInstanceBuilder.completionDueTime(Date completionDueTime) Set the in completion due date of the SLA audit instancePlatformRuntimeService.createSlaAuditInstanceBuilder()SlaAuditInstanceBuilder.createTime(Date createTime) Set the create time of the SLA audit instanceSlaAuditInstanceBuilder.inProgressStartDueDuration(Long inProgressStartDueDuration) Set the in progress start due duration of the SLA audit instanceSlaAuditInstanceBuilder.inProgressStartDueTime(Date inProgressStartDueTime) Set the in progress start due date of the SLA audit instanceSlaAuditInstanceBuilder.payload(com.fasterxml.jackson.databind.JsonNode payload) Set the payload of the SLA audit instanceSlaAuditInstanceBuilder.rootScopeDefinitionKey(String rootScopeDefinitionKey) Set the root scope definition key of the SLA audit instanceSlaAuditInstanceBuilder.rootScopeId(String rootScopeId) Set the root scope id of the SLA audit instanceSlaAuditInstanceBuilder.rootScopeType(String rootScopeType) Set the root scope type of the SLA audit instanceSlaAuditInstanceBuilder.scopeDefinitionKey(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 instanceSlaAuditInstanceBuilder.slaDefinitionKey(String slaDefinitionKey) Set the key of the SLA definitionSlaAuditInstanceBuilder.subScopeDefinitionKey(String subScopeDefinitionKey) Set the sub scope definition key of the SLA audit instanceSlaAuditInstanceBuilder.subScopeId(String subScopeId) Set the sub scope id of the SLA audit instanceSet the tenantId of SLA audit instance -
Uses of SlaAuditInstanceBuilder in com.flowable.platform.engine.impl.runtime
Classes in com.flowable.platform.engine.impl.runtime that implement SlaAuditInstanceBuilderMethods in com.flowable.platform.engine.impl.runtime that return SlaAuditInstanceBuilderModifier and TypeMethodDescriptionSlaAuditInstanceBuilderImpl.completionDueDuration(Long completionDueDuration) SlaAuditInstanceBuilderImpl.completionDueTime(Date completionDueTime) PlatformRuntimeServiceImpl.createSlaAuditInstanceBuilder()SlaAuditInstanceBuilderImpl.createTime(Date createTime) SlaAuditInstanceBuilderImpl.inProgressStartDueDuration(Long inProgressStartDueDuration) SlaAuditInstanceBuilderImpl.inProgressStartDueTime(Date inProgressStartDueTime) SlaAuditInstanceBuilderImpl.payload(com.fasterxml.jackson.databind.JsonNode payload) SlaAuditInstanceBuilderImpl.rootScopeDefinitionKey(String rootScopeDefinitionKey) SlaAuditInstanceBuilderImpl.rootScopeId(String rootScopeId) SlaAuditInstanceBuilderImpl.rootScopeType(String rootScopeType) SlaAuditInstanceBuilderImpl.scopeDefinitionKey(String scopeDefinitionKey) SlaAuditInstanceBuilderImpl.slaDefinitionKey(String slaDefinitionKey) SlaAuditInstanceBuilderImpl.subScopeDefinitionKey(String subScopeDefinitionKey) SlaAuditInstanceBuilderImpl.subScopeId(String subScopeId)