Package io.jmix.bpm.engine.events
Class AbstractUserTaskEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.bpm.engine.events.AbstractUserTaskEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UserTaskAssignedEvent,- UserTaskCompletedEvent,- UserTaskCreatedEvent
public abstract class AbstractUserTaskEvent
extends org.springframework.context.ApplicationEvent
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.flowable.engine.repository.ProcessDefinitionprotected org.flowable.task.api.Taskprotected StringFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractUserTaskEvent(Object source, org.flowable.task.api.Task task, String username, org.flowable.engine.repository.ProcessDefinition processDefinition) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.flowable.engine.repository.ProcessDefinitionorg.flowable.task.api.TaskgetTask()Methods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
username
- 
taskprotected org.flowable.task.api.Task task
- 
processDefinitionprotected org.flowable.engine.repository.ProcessDefinition processDefinition
 
- 
- 
Constructor Details- 
AbstractUserTaskEvent
 
- 
- 
Method Details- 
getTaskpublic org.flowable.task.api.Task getTask()
- 
getUsername
- 
getProcessDefinitionpublic org.flowable.engine.repository.ProcessDefinition getProcessDefinition()
 
-