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.escalationDefinitionsMethods 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 TypeMethodDescriptionvoidBaseSlaDefinitionModel.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 voidSlaEscalationJobHandler.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 TimerJobEntitySlaModelUtil.createEscalationTimerJob(EscalationDefinition escalationDefinition, String slaDefinitionId, JobServiceConfiguration jobServiceConfiguration) static voidSlaModelUtil.scheduleEscalationTimerJob(TimerJobEntity timerJob, EscalationDefinition escalationDefinition, SlaDefinitionModel slaDefinitionModel, DelegateTask delegateTask, JobServiceConfiguration jobServiceConfiguration)