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 Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected org.flowable.engine.repository.ProcessDefinition
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.engine.repository.ProcessDefinition
withActivityId
(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.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
activityId
-
activityName
-
activityType
-
executionId
-
processDefinition
protected org.flowable.engine.repository.ProcessDefinition processDefinition
-
-
Constructor Details
-
AbstractActivityEvent
-
-
Method Details
-
withActivityId
-
withActivityName
-
withActivityType
-
withExecutionId
-
withProcessDefinition
-
getActivityId
-
getActivityName
-
getActivityType
-
getExecutionId
-
getProcessDefinition
public org.flowable.engine.repository.ProcessDefinition getProcessDefinition()
-