Uses of Class
com.flowable.platform.api.sla.EscalationDefinition
Packages that use EscalationDefinition
Package
Description
-
Uses of EscalationDefinition in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return types with arguments of type EscalationDefinition -
Uses of EscalationDefinition in com.flowable.platform.engine.impl.repository
Fields in com.flowable.platform.engine.impl.repository with type parameters of type EscalationDefinitionModifier and TypeFieldDescriptionprotected List<EscalationDefinition>
BaseSlaDefinitionModel.escalationDefinitions
Methods in com.flowable.platform.engine.impl.repository that return types with arguments of type EscalationDefinitionMethod parameters in com.flowable.platform.engine.impl.repository with type arguments of type EscalationDefinitionModifier and TypeMethodDescriptionvoid
BaseSlaDefinitionModel.setEscalationDefinitions
(List<EscalationDefinition> escalationDefinitions) -
Uses of EscalationDefinition in com.flowable.platform.service.jobhandler
Methods in com.flowable.platform.service.jobhandler with parameters of type EscalationDefinitionModifier and TypeMethodDescriptionprotected void
SlaEscalationJobHandler.executeEscalationStep
(TaskEntity taskEntity, EscalationDefinition escalationDefinition, CommandContext commandContext) -
Uses of EscalationDefinition in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type EscalationDefinitionModifier and TypeMethodDescriptionstatic TimerJobEntity
SlaModelUtil.createEscalationTimerJob
(EscalationDefinition escalationDefinition, String slaDefinitionId, JobServiceConfiguration jobServiceConfiguration) static void
SlaModelUtil.scheduleEscalationTimerJob
(TimerJobEntity timerJob, EscalationDefinition escalationDefinition, SlaDefinitionModel slaDefinitionModel, DelegateTask delegateTask, JobServiceConfiguration jobServiceConfiguration)