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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected org.flowable.engine.repository.ProcessDefinitionFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ApplicationEvent
getTimestampMethods 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()
-