Uses of Class
com.flowable.platform.api.sla.EscalationDefinition
Packages that use EscalationDefinition
Package
Description
-
Uses of EscalationDefinition in com.flowable.engage.engine.impl.jobhandler
Methods in com.flowable.engage.engine.impl.jobhandler with parameters of type EscalationDefinitionModifier and TypeMethodDescriptionprotected voidEngageSlaEscalationJobHandler.executeEscalationStep(org.flowable.task.service.impl.persistence.entity.TaskEntity task, EscalationDefinition escalationDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
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.engine.impl.sla
Methods in com.flowable.platform.engine.impl.sla with parameters of type EscalationDefinitionModifier and TypeMethodDescriptionSlaBusinessCalendar.calculateDueDate(long totalSecondValue, Date currentDate, SlaDefinitionModel slaDefinitionModel, EscalationDefinition escalationDefinition) SlaBusinessCalendar.calculateDueDateBackwards(long totalSecondValue, Date currentDate, SlaDefinitionModel slaDefinitionModel, EscalationDefinition escalationDefinition) -
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(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity, EscalationDefinition escalationDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of EscalationDefinition in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type EscalationDefinitionModifier and TypeMethodDescriptionprotected static DateSlaModelUtil.calculateDueDate(int dueDateValue, String dueDateExpression, String timeUnit, Date currentDate, SlaDefinitionModel slaDefinitionModel, EscalationDefinition escalationDefinition, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity) protected static DateSlaModelUtil.calculateDueDateBackwards(int dueDateValue, String dueDateExpression, String timeUnit, Date currentDate, SlaDefinitionModel slaDefinitionModel, EscalationDefinition escalationDefinition, org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity) static org.flowable.job.service.impl.persistence.entity.TimerJobEntitySlaModelUtil.createEscalationTimerJob(EscalationDefinition escalationDefinition, String slaDefinitionId, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration) static voidSlaModelUtil.scheduleEscalationTimerJob(org.flowable.job.service.impl.persistence.entity.TimerJobEntity timerJob, EscalationDefinition escalationDefinition, SlaDefinitionModel slaDefinitionModel, org.flowable.task.service.delegate.DelegateTask delegateTask, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration)