Uses of Interface
org.flowable.task.service.delegate.DelegateTask
Packages that use DelegateTask
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of DelegateTask in org.flowable.cmmn.engine.impl.delegate
Methods in org.flowable.cmmn.engine.impl.delegate with parameters of type DelegateTaskModifier and TypeMethodDescriptionprotected TaskListenerCmmnClassDelegate.getTaskListenerInstance(DelegateTask delegateTask) voidCmmnClassDelegate.notify(DelegateTask delegateTask) -
Uses of DelegateTask in org.flowable.cmmn.engine.impl.listener
Methods in org.flowable.cmmn.engine.impl.listener with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoidDelegateExpressionTaskListener.notify(DelegateTask delegateTask) voidExpressionTaskListener.notify(DelegateTask delegateTask) voidScriptTypeTaskListener.notify(DelegateTask delegateTask) -
Uses of DelegateTask in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate with parameters of type DelegateTaskModifier and TypeMethodDescriptionstatic ExpressionDelegateHelper.getFieldExpression(DelegateTask task, String fieldName) Similar toDelegateHelper.getFieldExpression(DelegateExecution, String), but for use within aTaskListener. -
Uses of DelegateTask in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type DelegateTask -
Uses of DelegateTask in org.flowable.engine.impl.bpmn.listener
Methods in org.flowable.engine.impl.bpmn.listener with parameters of type DelegateTaskModifier and TypeMethodDescriptionvoidDelegateExpressionTaskListener.notify(DelegateTask delegateTask) voidExpressionTaskListener.notify(DelegateTask delegateTask) voidScriptTaskListener.notify(DelegateTask delegateTask) voidScriptTypeTaskListener.notify(DelegateTask delegateTask) -
Uses of DelegateTask in org.flowable.engine.impl.delegate.invocation
Fields in org.flowable.engine.impl.delegate.invocation declared as DelegateTaskModifier and TypeFieldDescriptionprotected final DelegateTaskTaskListenerInvocation.delegateTaskConstructors in org.flowable.engine.impl.delegate.invocation with parameters of type DelegateTaskModifierConstructorDescriptionTaskListenerInvocation(TaskListener executionListenerInstance, DelegateTask delegateTask) -
Uses of DelegateTask in org.flowable.task.service.delegate
Methods in org.flowable.task.service.delegate with parameters of type DelegateTask -
Uses of DelegateTask in org.flowable.task.service.impl.persistence.entity
Subinterfaces of DelegateTask in org.flowable.task.service.impl.persistence.entityClasses in org.flowable.task.service.impl.persistence.entity that implement DelegateTask