Uses of Class
org.flowable.engine.interceptor.CreateUserTaskBeforeContext
Packages that use CreateUserTaskBeforeContext
-
Uses of CreateUserTaskBeforeContext in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type CreateUserTaskBeforeContextModifier and TypeMethodDescriptionprotected void
UserTaskActivityBehavior.handleCategory
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleDescription
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleDueDate
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration, String activeTaskDueDate) protected void
UserTaskActivityBehavior.handleFormKey
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handleName
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected void
UserTaskActivityBehavior.handlePriority
(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, String activeTaskPriority) -
Uses of CreateUserTaskBeforeContext in org.flowable.engine.interceptor
Methods in org.flowable.engine.interceptor with parameters of type CreateUserTaskBeforeContextModifier and TypeMethodDescriptionvoid
CreateUserTaskInterceptor.beforeCreateUserTask
(CreateUserTaskBeforeContext context)