Uses of Interface
com.flowable.platform.api.repository.SlaDefinition
Packages that use SlaDefinition
Package
Description
-
Uses of SlaDefinition in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return SlaDefinitionModifier and TypeMethodDescriptionPlatformRepositoryService.getSlaDefinition
(String definitionId) Returns theSlaDefinition
PlatformRepositoryService.getSlaDefinitionByKey
(String definitionKey) Returns theSlaDefinition
.PlatformRepositoryService.getSlaDefinitionByKeyAndTenantId
(String definitionKey, String tenantId) Returns theSequenceDefinition
. -
Uses of SlaDefinition in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return SlaDefinitionModifier and TypeMethodDescriptionGetDeploymentSlaDefinitionCmd.execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected SlaDefinition
AbstractNeedsSlaDefinitionCmd.resolveSlaDefinition
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String definitionId, String definitionKey, String tenantId) -
Uses of SlaDefinition in com.flowable.platform.engine.impl.deployer
Methods in com.flowable.platform.engine.impl.deployer that return SlaDefinitionModifier and TypeMethodDescriptionPlatformDeploymentManager.findDeployedSlaDefinitionById
(String definitionId) Methods in com.flowable.platform.engine.impl.deployer with parameters of type SlaDefinitionModifier and TypeMethodDescriptionPlatformDeploymentManager.resolveSlaDefinition
(SlaDefinition slaDefinition) -
Uses of SlaDefinition in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of SlaDefinition in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement SlaDefinitionMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type SlaDefinitionModifier and TypeMethodDescriptionSlaDefinitionEntityManager.findByCriteria
(SlaDefinitionQuery query) SlaDefinitionEntityManagerImpl.findByCriteria
(SlaDefinitionQuery query) -
Uses of SlaDefinition in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type SlaDefinitionModifier and TypeMethodDescriptionSlaDefinitionDataManager.findByCriteria
(SlaDefinitionQueryImpl query) -
Uses of SlaDefinition in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type SlaDefinitionModifier and TypeMethodDescriptionMybatisSlaDefinitionDataManager.findByCriteria
(SlaDefinitionQueryImpl query) -
Uses of SlaDefinition in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return SlaDefinitionModifier and TypeMethodDescriptionPlatformRepositoryServiceImpl.getSlaDefinition
(String definitionId) PlatformRepositoryServiceImpl.getSlaDefinitionByKey
(String definitionKey) PlatformRepositoryServiceImpl.getSlaDefinitionByKeyAndTenantId
(String definitionKey, String tenantId) Methods in com.flowable.platform.engine.impl.repository that return types with arguments of type SlaDefinitionModifier and TypeMethodDescriptionSlaDefinitionQueryImpl.executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of SlaDefinition in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task that return SlaDefinitionModifier and TypeMethodDescriptionstatic SlaDefinition
SlaModelUtil.getSlaDefinition
(String slaDefinitionKey, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity) Methods in com.flowable.platform.service.task with parameters of type SlaDefinitionModifier and TypeMethodDescriptionstatic SlaDefinitionModel
SlaModelUtil.handleSlaDefinitionConfig
(SlaDefinition slaDefinition, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, org.flowable.common.engine.impl.runtime.Clock clock, ApplicationContext applicationContext)