Interface ResourceObjectEvent
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
Event about resource object (account) creation, modification, or deletion.
It is emitted when midPoint carries out the respective action.
Not when account is changed on resource (by some other way).
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescription@NotNull ChangeType
getContentAsFormattedList
(boolean showSynchronizationItems, boolean showAuxiliaryAttributes) @NotNull ResourceOperationDescription
@NotNull OperationStatus
boolean
boolean
hasContentToShow
(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes) boolean
isShadowIntent
(String intent) boolean
isShadowKind
(ShadowKindType shadowKindType) 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
-
getOperationDescription
-
getChangeType
-
getOperationStatus
-
isShadowKind
-
getShadow
ShadowType getShadow() -
isShadowIntent
-
getShadowDelta
ObjectDelta<ShadowType> getShadowDelta() -
getShadowName
String getShadowName() -
getResourceName
PolyStringType getResourceName() -
getResourceOid
String getResourceOid() -
getPlaintextPassword
String getPlaintextPassword() -
getContentAsFormattedList
String getContentAsFormattedList() -
getContentAsFormattedList
-
hasContentToShow
boolean hasContentToShow() -
hasContentToShow
boolean hasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes)
-