Interface CustomEvent
-
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
public interface CustomEvent extends Event
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Object
getObject()
@NotNull EventOperationType
getOperationType()
@NotNull EventStatusType
getStatus()
@Nullable String
getSubtype()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getAdHocHandler, 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 Detail
-
getOperationType
@NotNull @NotNull EventOperationType getOperationType()
-
getStatus
@NotNull @NotNull EventStatusType getStatus()
-
getSubtype
@Nullable @Nullable String getSubtype()
-
getObject
@Nullable @Nullable Object getObject()
-
-