Interface ActivityEvent
- All Superinterfaces:
- DebugDumpable,- Event,- Serializable,- ShortDumpable
- All Known Subinterfaces:
- ActivityRealizationCompleteEvent
An event related to an execution of an 
Activity.
 Preliminary implementation!- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescription@NotNull AbstractActivityRun<?,?, ?> Returns the activity run that this event is related to.@NotNull RunningTaskTask in context of which the activity will execute, executes, or was executed.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.notifications.api.events.EventgetChannel, getFocusPassword, getId, getRequestee, getRequesteeDisplayName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCategoryType, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isOperationType, isPolicyRuleRelated, isRelatedToItem, isStatusType, isSuccess, isUserRelated, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, requesteeIs, requesteeIsUserMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDump, shortDumpLazily
- 
Method Details- 
getActivityRunReturns the activity run that this event is related to.
- 
getRunningTaskTask in context of which the activity will execute, executes, or was executed.
 
-