Interface ResourceObjectEvent
-
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
public interface ResourceObjectEvent extends Event
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
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default ResourceOperationDescription
getAccountOperationDescription()
Deprecated.@NotNull ChangeType
getChangeType()
String
getContentAsFormattedList()
String
getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)
@NotNull ResourceOperationDescription
getOperationDescription()
@NotNull OperationStatus
getOperationStatus()
String
getPlaintextPassword()
PolyStringType
getResourceName()
String
getResourceOid()
ShadowType
getShadow()
ObjectDelta<ShadowType>
getShadowDelta()
String
getShadowName()
boolean
hasContentToShow()
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
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
-
getOperationDescription
@NotNull @NotNull ResourceOperationDescription getOperationDescription()
-
getAccountOperationDescription
@Deprecated default ResourceOperationDescription getAccountOperationDescription()
Deprecated.
-
getChangeType
@NotNull @NotNull ChangeType getChangeType()
-
getOperationStatus
@NotNull @NotNull OperationStatus getOperationStatus()
-
isShadowKind
boolean isShadowKind(ShadowKindType shadowKindType)
-
getShadow
ShadowType getShadow()
-
isShadowIntent
boolean isShadowIntent(String intent)
-
getShadowDelta
ObjectDelta<ShadowType> getShadowDelta()
-
getShadowName
String getShadowName()
-
getResourceName
PolyStringType getResourceName()
-
getResourceOid
String getResourceOid()
-
getPlaintextPassword
String getPlaintextPassword()
-
getContentAsFormattedList
String getContentAsFormattedList()
-
getContentAsFormattedList
String getContentAsFormattedList(boolean showSynchronizationItems, boolean showAuxiliaryAttributes)
-
hasContentToShow
boolean hasContentToShow()
-
hasContentToShow
boolean hasContentToShow(boolean watchSynchronizationAttributes, boolean watchAuxiliaryAttributes)
-
-