Package io.jmix.bpm.engine.events
Class AbstractActivityEvent<T extends AbstractActivityEvent>
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.bpm.engine.events.AbstractActivityEvent<T>
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActivityCompletedEvent,- ActivityStartedEvent
public class AbstractActivityEvent<T extends AbstractActivityEvent>
extends org.springframework.context.ApplicationEvent
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected org.flowable.engine.repository.ProcessDefinitionFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.flowable.engine.repository.ProcessDefinitionwithActivityId(String activityId) withActivityName(String activityName) withActivityType(String activityType) withExecutionId(String executionId) withProcessDefinition(org.flowable.engine.repository.ProcessDefinition processDefinition) Methods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
activityId
- 
activityName
- 
activityType
- 
executionId
- 
processDefinitionprotected org.flowable.engine.repository.ProcessDefinition processDefinition
 
- 
- 
Constructor Details- 
AbstractActivityEvent
 
- 
- 
Method Details- 
withActivityId
- 
withActivityName
- 
withActivityType
- 
withExecutionId
- 
withProcessDefinition
- 
getActivityId
- 
getActivityName
- 
getActivityType
- 
getExecutionId
- 
getProcessDefinitionpublic org.flowable.engine.repository.ProcessDefinition getProcessDefinition()
 
-