Interface ActivityEvent
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
- All Known Subinterfaces:
ActivityRealizationCompleteEvent
An event related to an execution of an
Activity
.
Preliminary implementation!-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescription@NotNull AbstractActivityRun<?,
?, ?> Returns the activity run that this event is related to.@NotNull RunningTask
Task in context of which the activity will execute, executes, or was executed.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getChannel, 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, requesteeIsUser
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDump, shortDumpLazily
-
Method Details
-
getActivityRun
Returns the activity run that this event is related to. -
getRunningTask
Task in context of which the activity will execute, executes, or was executed.
-